Upmind API Guide: Generating API Tokens
Upmind is API-first, meaning every feature in the system is accessible through its API. This guide will walk you through generating an API token in Upmind admin area. With this token, you can securely connect Upmind to your custom applications or services.
How to Create an API Token in Upmind
- Log in to your Upmind admin area.
- Go to Settings in the navigation menu.
- Find API Tokens and click on it.
- Click Create API Token to create a new token. In the pop-up window:
- Enter a descriptive name for your token.
- Add IP Whitelist for security.
- Set up user permissions as needed.
- Click Save to generate the API token.

Managing API Tokens
In the API Tokens section, you can:
- Filter tokens by status (active, inactive, revoked).
- Filter by IP whitelist, Whitelisted IPs, and Date created.

- For each generated API token, you can:
- Toggle off to deactivate the token.
- Manage token settings.
- View the activity log.
- Refresh the token for security purposes.
- Revoke the token when it is no longer needed.

Using the API and SDK
For further details on utilizing Upmind SDK, please check our GitHub repository.
API Documentation
Our comprehensive API documentation includes all available endpoints and functionalities.
Updated about 6 hours ago