Asset’s API uses OAuth 2.0 for authentication. All API requests require a valid access token, included in theDocumentation Index
Fetch the complete documentation index at: https://docs.getasset.com/llms.txt
Use this file to discover all available pages before exploring further.
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_idandclient_secret. - Separate credentials exist for Production and Sandbox environments.
- Register an application in the Asset Dashboard to receive a
- Request a Token
Scoping the access token to a business
You can scope the access token to a business by passing the business id as a body parameterScoping the access token to a resource
You can scope the access token to a subset of resources and actions that can be done on that resource. For example, to create an access token to only create, read and update the ledgers, you can add the list of scopes to the request:Authenticating API Requests
Include the access token in theAuthorization header:
Questions? Reach out via our Contact
form.