v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
WhatsApp Sandbox

List your sandbox sessions

Returns all of the authenticated user's non-expired sandbox sessions (pending + active) plus the sandbox phone number. In practice there is at most one session per user since the sandbox is one-phone-per-user; the array shape is preserved for forward compatibility.

get/v1/whatsapp/sandbox/sessions

Response

Sessions retrieved successfully

sandboxNumberstring nullable

The shared sandbox phone number in E.164 form.

Example response

{
  "sessions": [
    {
      "phoneE164": "34688246216"
    }
  ],
  "sandboxNumber": "+12029087457"
}