Skip to main content
Version: v0.23.1
Version: 0.23.1

OpenWA API

Open Source WhatsApp API Gateway - Free, Self-Hosted HTTP API

Gateway-wide responses. Two statuses are returned by middleware before routing, so any operation can emit them:

  • 415 Unsupported Media Type — the request body carries a Content-Encoding other than identity. The aggregate in-flight body cap counts wire bytes, so a compressed body would be admitted on its compressed size and then inflated past the memory it is meant to bound. Send the body uncompressed.
  • 503 Service Unavailable with Retry-After — the gateway already has too much request body data in flight. The body is not read; retry after the given delay.

Authentication

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key