GET
List scheduled outbound WhatsApp sends

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

session_id
string<uuid>
status
string
cursor
string
page_size
integer
default:50
Required range: 1 <= x <= 200

Response

Cursor page of outbound schedules.

items
object[]
required
has_more
boolean
required
next_cursor
string | null