Skip to main content
API Reference

API Authentication

All API requests must be authenticated using your API key.

Authentication Methods

API Key Header (Recommended)

Include your API key in the X-Api-Key header:

X-Api-Key: ev_your_api_key

Bearer Token

Alternatively, send your API key as a Bearer token in the Authorization header:

Authorization: Bearer ev_your_api_key

Example Request

curl -X POST https://api.kawaa.com/v1/verify \
  -H "X-Api-Key: ev_your_api_key" \
  -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