OpenAPI 3.1.02026-08-215701892.2 MB
15e893e69e8c
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
Example response
{
"sessions": [
{
"phoneE164": "34688246216"
}
],
"sandboxNumber": "+12029087457"
}