Authenticating APIs
Data Integration API uses Bearer token authentication. This topic covers who can manage API tokens and how to create, view, and delete them.
Administrator access
- Only Account Administrators (Admin users) can manage API tokens.
- Administrator users can add, view, and delete tokens.
Accessing token management
- In the Data Integration console, select Settings, and then select API Tokens.
- View the list of existing tokens, which shows each token's name, creation date, creator, and scopes.
Creating a token
- Click Add Token in the top-right corner.
- Enter a descriptive token name and select the desired scopes (permissions).
- Expand each scope to read its description.
- Click Create to generate the token, or click Cancel to abort.
- Copy the displayed token immediately.
- Click Done. The new token appears in the list. Click View to confirm its scopes.
Deleting a token
- Click the delete icon beside the token you want to delete.
- Confirm the deletion in the pop up.
- Once deleted, you cannot recover or reuse a token.
Next steps
After you have a token, refer to Making API calls to start invoking Data Integration API endpoints.
Was this topic helpful?