Endpoints
Get Orders
Retrieve a paginated list of your PR distribution orders.
GET
Fetches all orders for all members of your organization. Supports pagination and optional status filtering. Orders are returned sorted by
created_at descending.
Authorization
string
required
Bearer token. Example:
Bearer cw_ext_your_api_key_hereQuery Parameters
integer
default:"50"
The maximum number of orders to return. Minimum:
1, Maximum: 200.integer
default:"0"
The number of orders to skip before starting to collect the result set.
string
default:"all"
Filter orders by their current status.
Response
integer
The total number of orders matching the query (before pagination).
integer
The limit applied to this response.
integer
The offset applied to this response.
array