Skip to main content
GET
Get a single order.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

order_id
string<uuid>
required

Response

Successful Response

advertiser_id
string<uuid>
required

ID of the advertiser who owns this order.

created_at
string<date-time>
required
end_date
string<date-time>
required

End date of the contract period (UTC).

id
string<uuid>
required

Unique identifier for the order (UUID v4).

name
string
required

Human-readable name of the order.

start_date
string<date-time>
required

Start date of the contract period (UTC).

updated_at
string<date-time>
required
advertiser_name
string | null
budget
number
default:0

Total budget for the order.

ext
any | null

Extension field for additional order-specific data.

lifecycle_state
enum<string>
default:draft

Lifecycle state of the order.

Available options:
draft,
active,
archived
no
integer | null
trafficker_ids
string<uuid>[]

List of operator IDs responsible for managing this order.