Skip to main content
GET
List Bookings

Authorizations

Authorization
string
header
required

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

Query Parameters

lead_id
string<uuid> | null
status
enum<string> | null
Available options:
DRAFT,
PENDING_APPROVAL,
APPROVED,
TRAFFIC_READY,
STAGED,
RUNNING,
COMPLETED,
REJECTED,
CANCELLED
cursor
string | null
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response