Authentication

Adra personal access token (http)

This API uses OAuth 2.0 Bearer tokens for authentication.

Authentication Token: You can obtain a token using:

Once you have a token, include it in the Authorization header of your requests:

Authorization: Bearer YOUR_TOKEN_HERE

Ensure that you keep your tokens secure and do not share them publicly.

Adra oauth code pkce (oauth2)

OAuth 2.0 JWT Bearer Token Scheme

Flow type authorizationCode
Authorization URL https://login.adra.com/connect/authorize
Token URL https://login.adra.com/connect/token
Scopes
  • integrationhub_api.download:

    integrationhub_api.download

Adra oauth client cred (oauth2)

Restricted to internal clients. Requires client ID and secret obtained from Adra Engineering.

Flow type clientCredentials
Token URL https://login.adra.com/connect/token
Scopes
  • integrationhub_api.upload:

    integrationhub_api.upload

  • integrationhub_api.download:

    integrationhub_api.download