The ClickTerm API uses App ID and App Key credentials for authentication. These are passed as HTTP headers on every request for authenticated endpoints.Documentation Index
Fetch the complete documentation index at: https://docs.clickterm.com/llms.txt
Use this file to discover all available pages before exploring further.
Credentials
| Credential | Where to use | Security |
|---|---|---|
| App ID | Client SDK + API requests | Public — safe to use in frontend code |
| App Key | API requests only (server-side) | Secret — never expose in client-side code |
How to authenticate
Pass both credentials as HTTP headers:Where to find your credentials
- Log in to the ClickTerm Dashboard
- Go to Integrations
- Click the gear icon on your integration
- Your App ID is displayed at the top
- Your App Key is shown once at creation — regenerate it if needed
Regenerating the App Key
If your App Key is compromised or lost:- Open the integration configuration in the dashboard
- Click Regenerate App Key
- Update the key in your backend code

