v2
latestOpenAPI 3.1.02026-08-075421692.0 MBWhatsApp 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
Example response
{
"sessions": [
{
"phoneE164": "34688246216"
}
],
"sandboxNumber": "+12029087457"
}