Documentation

Authentication

Authenticate every request with a bearer token and isolate test from live traffic.

Every katembe API request must include a bearer token in the Authorization header.

curl -H "Authorization: Bearer <api_key>" \
  https://api.katembe.io/v1/messages

Use separate credentials for test and live traffic, and never expose live keys in client-side applications.