Authentication

OAuth Token

Step to access API credentials

  1. Login: Visit https://app2.expent.ai and log in.

  2. Navigate to Settings -> API: Click "Settings" and select "API."

  3. Add New API: Create a new API by clicking "Add New."

  4. Retrieve Credentials: Edit the API to find your Client ID and Client Secret.

The generated response serves as the key to authorize other APIs. To authenticate an API, include a header variable named "authorization" with the value "Bearer    access_token" (excluding the quotes). For example: Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY.

post/v2/token

Request body

client_idstring required
client_secretstring required

Response

Successful Response

access_tokenstring required
token_typestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.