Quentin CHURET
10/29/2024, 8:37 AMuser
10/29/2024, 8:37 AMsettings/applications
page. 2. Create an application to get a pair of client_id
and client_secret
credentials. These credentials are not tied to an individual user account but rather to the application itself. They can be used to obtain an access token for making API requests. It's important to note that: - These credentials do not expire but can be deleted at any time. - The permissions associated with these credentials are tied to the application, not to a specific user. - This feature is available for Self-Managed Enterprise deployments of Airbyte. To use these credentials, you would make a POST request to obtain an access token, which can then be used for API calls. For more detailed information on this process, you can refer to the [Configuring API Access documentation](https://docs.airbyte.com/enterprise-setup/api-access-config).Quentin CHURET
10/29/2024, 8:38 AM