1. Get a sandbox API key
- Sign up at wave.sa and complete Nafath identity verification.
- Log in to the dashboard and open API Keys.
- Copy your sandbox key — it starts with
sk_sandbox_.
2. Place a callback
Send a destination number toPOST /v1/callback:
3. Read the response
A successful request returns202 Accepted:
status is initiated — Wave has placed the call. Terminal statuses (answered/ended) are not emitted yet. See Call lifecycle.Next steps
Sandbox mode
Trial window, destination lock, and test numbers.
Webhooks
Receive call events at your endpoint.

