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
Authenticating API Requests
Include the access token in theAuthorization
header:
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.