Sites
Add site auth token
Provide an auth token to Axle, for dispatching the site’s assets.
This token should provide access to all of the assets registered against the specified site.
This is only required where Axle is not able to access this site via an aggregated API in your systems.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
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
Access token for dispatching and monitoring assets
Type of token (e.g. 'Bearer')
Time in UTC at which the token expires
Time in seconds until the token expires
Response
200
application/json
Token successfully processed
The response is of type any
.