Skip to main content
API Reference

API Authentication

All API requests must be authenticated using your API key.

Authentication Methods

Bearer Token (Recommended)

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Query Parameter

Alternatively, pass the key as a query parameter (less secure):

https://api.kawaa.com/v1/verify?api_key=YOUR_API_KEY

Example Request

curl -X POST https://api.kawaa.com/v1/verify \
  -H "Authorization: Bearer sk_live_abc123..." \
  -H "Content-Type: application/json" \
  -d '{"email": "test@example.com"}'

Authentication Errors

CodeMessageSolution
401Invalid API keyCheck your API key is correct
401API key revokedGenerate a new API key
403Insufficient permissionsUpgrade your plan

Was this article helpful?

Still need help?

Can't find what you're looking for? Our support team is here to assist you.

Contact Support