v1
latestOpenAPI 3.1.02026-07-1342111193.6 KBAuth
Create an Access Token
Use your API credentials to create an Access Token that has permission to use all Arcadia API endpoints.
API access tokens are valid for 2 hours.
post/auth/access_token
Headers
Arcadia-Versionstring required
The Arcadia-Version for the request
Request body
Example request
{
"client_id": "Lttwdte5TofL4X3JI0kGbu_E5k7Uv9tT8xBD6GBXcT0",
"client_secret": "34_whUQ99g5A07cOHCSz3PfNMHOmsNwUcrS8kFlkiAw"
}Response
Success
Example response
{
"access_token": "6-3MbUgRHRV-nNDcgsLpDWQ4hYsZToWZgpf-mfM7ICo",
"expires_in": 7200,
"token_type": "Bearer",
"scope": "write",
"created_at": 1611205026
}