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
effectiveAthas passed) - The App ID may not be linked to the template
400 Bad Request
- The
clicktermSignaturefield 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.

