All API requests go to https://api.wazapin.com. This page covers the conventions every integration uses.

Base URL

Common headers

  • X-Api-Key: <api_key> (recommended)
  • Content-Type: application/json
  • Accept: application/json

Example request

cURL
Bearer token is still supported for session-based auth, but all quick examples in this docs use X-Api-Key.

Example response

Response

Versioning

  • API path uses version prefix: /v1/...
  • Breaking changes are released in a new major version.

Next steps