After the initial setup, access to Britive APIs is protected by OAuth 2.0 authorization. To use a Britive API, you must first generate an API token that can be used to execute the API.
URL of the Britive Application
The URL mentioned in the APIs represents the URL of the Britive application.
For example:
| POST | {{url}}/api/user-tags |
An example of a {url} can be https://demo.britive-app.com. In this example URL, replace the demo with the tenant name provided to you by Britive.
Generating an API Token
To create an API token, perform the following steps:
- Log in to Britive Application as an administrator.
- Click Admin -> Security.
- In API Tokens, click CREATE TOKEN. A pop-up window is displayed.
- In the pop-up window, enter the name of the API token.
- Click CREATE TOKEN.
This generates an API token that can be used in all API calls.