Skip to main content
Version: 0.1.0

wapower API

Unofficial, multi-tenant WhatsApp gateway API. Authenticate every request (except registration, login, health and the Stripe webhook) with a Bearer token — either a Personal Access Token (wap_pat_<hex>.<secret>) or a session JWT from POST /v1/auth/login.

Number Protection is built in: every session starts with warm-up ON and an always-visible health/ban-risk state. See the Protection guide in the portal.

Authentication

A Personal Access Token (wap_pat_<hex>.<secret>, from /v1/account/keys) or a session JWT (/v1/auth/login).

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer