Manage API tokens
This guide explains how to create, view, and revoke API tokens for securely authenticating requests to the HL Connector API.
Step 1 — Access the API tokens page
Log in to the HL Connector Dashboard using your vendor account credentials. Navigate to the Clients / API Tokens section to manage your tokens.
Login pageStep 2 — Create a new API token
Click Create Clients to generate a new API token. You can select the
environment
for which this token will be valid (for example, Sandbox or
Production).
Once saved, the token is generated and displayed. Copy it securely — it will be required for authenticating API requests.
Step 3 — View and manage tokens
The table below shows all API tokens associated with your vendor account. You can filter or sort tokens by environment, creation date, or last update.
| # | Token | Environment | Created | Updated |
|---|---|---|---|---|
| 1 | twgY29mx4dpLvpvFHG90Y5wly5cAMhc4 | SANDBOX | Dec 22, 2025, 9:50:48 PM | (not set) |
| 2 | JvNHbbifu2G4Au1MYA6FDMDW4306Z384 | LIVE | Dec 22, 2025, 9:50:48 PM | (not set) |
Step 4 — Revoke or regenerate a token
Use the Delete button in the table to revoke an API token. This immediately disables authentication for that token. To regenerate, create a new token with the same environment.
Best practices
- Keep your tokens secure and do not share them publicly
- Use separate tokens for different environments
- Revoke tokens immediately if you suspect they have been compromised
- Limit the number of tokens per vendor according to the system rules
Summary
- Log in to the Dashboard and navigate to Clients / API Tokens
- Create a new token for the required environment
- Copy and securely store the token for your integration
- View, filter, and sort your existing tokens in the table
- Revoke or regenerate tokens as needed to maintain security