API Overview
API Authentication
Overview
Asset’s API uses OAuth 2.0 for authentication. All API requests require a valid access token, included in the Authorization
header.
Getting an Access Token
- Set Up Your Tenant Account
- A Tenant Account is required to authenticate with Asset’s API. If you don’t have one, reach out via our Contact form.
- Once set up, you can manage OAuth credentials in the Asset Dashboard.
- Obtain Client Credentials
- Register an application in the Asset Dashboard to receive a
client_id
andclient_secret
. - Separate credentials exist for Production and Sandbox environments.
- Register an application in the Asset Dashboard to receive a
- Request a Token
Use your client credentials to request an access token:
A successful response returns:
Authenticating API Requests
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.
Credentials and tokens should always be kept secure—never share them outside your organization and exercise caution when sharing internally.
Questions? Reach out via our Contact form.