Generating API tokens
If you prefer to interact with Voximplant Kit via API, you need to generate a user-specific access token (API token) to authenticate requests to the Voximplant Kit API and get the required access data (your account name and API hostname).
To access the Voximplant Kit API, use the received data as follows:
Paste the API token into the access_token parameter in a request body or URL (YOUR_ACCESS_TOKEN).
Paste the account name into the domain parameter in a request body or URL (YOUR_ACCOUNT_NAME).
Paste the hostname into a request URL (YOUR_ACCOUNT_API_HOST).
Generating an API token and obtaining API access data
- Log in to your Voximplant Kit account.
- Select Administration > Security > API tokens.
- Click Add API token.
- Enter the token name in the Add API token window.
- Click Save.
- The new API token displays in the same section. You can view or copy it by clicking the Show token or Copy token icons. You can also copy the token ID.
- Click the API access data button. In the modal window that opens, you can copy the following data:
Account name
API hostname
Custom channel API hostname
CTI server hostname
- If you need to disable the client's permissions associated with a specific token, select the token and click Revoke.