Skip to main content
ClickTerm uses standard HTTP status codes to indicate the success or failure of an API request.

Error codes

Error response format

Error responses include a message describing the issue:

Common issues

401 Unauthorized

  • Verify your App ID and App Key are correct
  • Check that you’re using headers (X-APP-ID, X-APP-KEY), not query parameters
  • If you recently regenerated the App Key, make sure your backend is using the new one

404 Not Found

  • The template may not be Enabled in the dashboard
  • The template may not have an Effective version (check that effectiveAt has passed)
  • The App ID may not be linked to the template

400 Bad Request

  • The clicktermSignature field is missing or malformed in the verify request
  • A required parameter is missing from the request
For SDK-specific errors (Web and Android), see the SDK Error Reference.