Skip to main content

API key usage

Use your API key to authorize every request. Keep it secret and send it using one of the headers below.

Create an API key

Generate a new API key to authorize requests.
Authorization: Bearer <api_key>

X-API-Key header

X-API-Key: <api_key>

Example

curl -X POST \
  'https://api.example.com/api/v1/verify' \
  -H 'Authorization: Bearer <api_key>' \
  -H 'Content-Type: application/json' \
  -d '{"email":"[email protected]"}'

Try authorization

All endpoints in this reference require authorization unless explicitly stated. Endpoint examples omit authorization headers for brevity.