Create a Vantage API Service Token
Service tokens are associated with an account, not with an individual user. These tokens ensure that any changes to specific users within your Vantage account will not disrupt automated workflows.All Service Tokens created in non-Enterprise accounts are assigned to the Everyone team.
1
On the left navigation of the Settings screen, select API Access Tokens.
2
Enter a new token name, choose a team (Enterprise accounts), select the Read and/or Write scope, and click Create.
3
Click Show to reveal and copy your token.
Create a Vantage API Personal Access Token
Personal access tokens are associated with the user who created the token. To generate an API personal access token, access the Personal Access Tokens tab on the API Access Tokens page:1
On the left navigation of the Settings screen, select API Access Tokens, then navigate to the Personal Access Tokens tab.
2
Enter a new token name, select the Read and/or Write scope, and click Create.
3
Click Show to reveal and copy your token.
Choose the Right Token
Use the following guidance when deciding which token type to use:In Enterprise accounts, a token can only access the workspaces and items available to its team. If an automation needs organization-level access, such as managing provider integrations, assign the service token to the Everyone team. See the RBAC permissions reference.
Use Your Access Token in a Request
Pass your access token through theAuthorization header of a request: