Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
Request model for providing an auth token to enable Axle to access assets at a site.
Refresh token for acquiring fresh access tokens after they expire; required, except for 'API_KEY'-type submissions
Access token for dispatching and monitoring assets
Type of token (e.g. 'Bearer' or 'API_KEY')
Time in UTC at which the token expires
Time in seconds until the token expires
Response
Token successfully processed
The response is of type any.

