Airbyte · Arazzo Workflow
Airbyte Bootstrap an Application and Access Token
Version 1.0.0
Create an API application to mint client credentials, read it back, then exchange those credentials for a bearer access token.
View Spec
View on GitHub
Data IntegrationETLELTOpen SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
bootstrap-application-token
Create an application, confirm it, and mint a bearer access token from its credentials.
Creates an application to obtain client credentials, reads it back, and exchanges the credentials for an access token.
1
createApplication
createApplication
Create the application. The response carries the clientId and clientSecret used to mint access tokens.
2
getApplication
getApplication
Read the application back by id to confirm it persisted.
3
createAccessToken
createAccessToken
Exchange the application's client credentials for a bearer access token using the client_credentials grant.