To access the Airbyte Cloud API, you'll need an API key.
To create an API Key, head over to your Developer Portal and select API Keys on the sidebar.
When creating an API Key, you'll be asked to give it a name - which cannot be changed later. We'll only show you your API Key once, so make sure you store it somewhere safe. You can also remove unused keys from the list of keys in the API Keys tab.
Once you have your API Key, simply provide it as an Authorization request header using a 'Bearer' authentication scheme:
curl --location --request \
POST 'https://api.airbyte.com/v1/connections/{connectionId}/sync' \
--header 'Authorization: Bearer {API_KEY}'
User Association
API Keys created in the Developer Portal are associated with the user you log in as. For instance, if someone logs into the Developer Portal with [email protected] and creates an API Key, all requests with that key will be made by [email protected]