Verify an API key’s validity and permissions for request authentication.
Use this endpoint on every incoming request to your protected resources. It checks key validity, permissions, rate limits, and usage quotas in a single call.
Important: Always returns HTTP 200. Check the valid field in response data to determine if the key is authorized.
Common use cases:
Required Permissions
Your root key needs one of:
api.*.verify_key (verify keys in any API)api.<api_id>.verify_key (verify keys in specific API)If you are getting a NOT_FOUND error, ensure your root key has the required verify key permissions.