Authentication

OAuth 2.0 Authorization Code with PKCE (oauth2)

OAuth 2.0 Authorization Code with PKCE

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

    Public access to journal entries

Adra personal access token (http)

This API supports Adra Personal Access Tokens for authentication.

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.