Authentication
OAuth Token
Step to access API credentials
-
Login: Visit https://app2.expent.ai and log in.
-
Navigate to Settings -> API: Click "Settings" and select "API."
-
Add New API: Create a new API by clicking "Add New."
-
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
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.