Skip to main content
GET
Retrieve a paginated list of bookings attributed to your affiliate account within a given date range. Use this to reconcile earnings, audit attribution, and build your own reporting dashboard.

Authorizations

Headout-Auth
string
header
required

Query Parameters

startTime
string<date-time>
required

Start of the date range (ISO 8601, e.g. 2026-01-01T00:00:00Z).

endTime
string<date-time>
required

End of the date range (ISO 8601, e.g. 2026-12-31T23:59:59Z).

offset
integer
default:0

Number of bookings to skip for pagination.

limit
integer
default:20

Number of bookings to return per page. Maximum is 100.

Required range: x <= 100

Response

Successful response

Paginated list of affiliate bookings.

items
object[]
nextUrl
string | null

URL for the next page of results. Null if this is the last page.

prevUrl
string | null

URL for the previous page of results. Null if this is the first page.

total
integer

Total number of bookings matching the query.

nextOffset
integer | null

Offset to use for the next page. Null if this is the last page.