Create an access token
Authentication
Create an access token
Exchange your client credentials for a Bearer access token. Tokens expire after 2 hours.
Create an access token
Body
application/x-www-form-urlencoded
Must be client_credentials.
Available options:
client_credentials Your OAuth application UID.
Your OAuth application secret.
Space-separated list of scopes. Available: read, write, read write. Can be omitted if you only need read access and your OAuth application is scoped to read or write — defaults to read. Required when scoped to read write.
Example:
"read write"