v1
latestOpenAPI 3.0.12026-07-248498266.5 KBAuthentication
Create an Access Token
Use API credentials from the Dashboard to create an Access Token that has permission to use all Arcadia API endpoints. API access tokens are valid for one hour.
post/oauth2/token
Response
Successful response
Example response
{
"access_token": "foobar",
"expires_in": 3600,
"refresh_expires_in": 0,
"token_type": "Bearer",
"not-before-policy": 0,
"scope": "profile email"
}