Asset’s API uses OAuth 2.0 for authentication. All API requests require a valid access token, included in the Authorization
header.
client_id
and client_secret
.Use your client credentials to request an access token:
A successful response returns:
Include the access token in the Authorization
header:
Access tokens expire after a set time and must be renewed using the same OAuth flow. Manage credentials in the Asset Dashboard.
Asset’s API uses OAuth 2.0 for authentication. All API requests require a valid access token, included in the Authorization
header.
client_id
and client_secret
.Use your client credentials to request an access token:
A successful response returns:
Include the access token in the Authorization
header:
Access tokens expire after a set time and must be renewed using the same OAuth flow. Manage credentials in the Asset Dashboard.