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.
Enter a new token name, choose a team (Enterprise accounts), select the Read and/or Write scope, and click Create.
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:On the left navigation of the Settings screen, select API Access Tokens, then navigate to the Personal Access Tokens tab.
Choose the Right Token
Use the following guidance when deciding which token type to use:| Token type | Best for | Notes |
|---|---|---|
| Service token | Shared automation, background jobs, CI pipelines, and long-lived integrations | In Enterprise accounts, the token inherits the permissions of its assigned team. |
| Personal access token | Interactive testing, local scripts, and requests that should run with an individual user’s access | The token’s access follows the user who created it. |
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: