Create OAuth token

Exchange server credentials for a bearer token. Token lifetime is configurable and can be altered by the AURA engineering team on request.

Request

This endpoint expects an object.
clientIdstringRequired
clientSecretstringRequired

Response

Successful.
accessTokenstring
tokenTypestring
expiresIninteger
Token lifetime in seconds. The API accepts values up to the documented maximum.

Errors

400
Bad Request Error
401
Unauthorized Error