Create callout token

Creates a token scoped to a single customer's callout flow. Token lifetime is configurable and can be altered by the AURA engineering team on request. Use this when a device or guest session should create or update only that customer's callouts.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
customerIdintegerRequired

Response

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

Errors

401
Unauthorized Error
404
Not Found Error