Skip to main content

Retrieve untargeted offers

GET 

/offers

Retrieve a list of untargeted offers.

Pagination

Pagination is optional. When per_page is provided, the response includes a pagination object inside data with metadata for iterating through pages.

When per_page is omitted, all offers are returned in a single response (original behavior).

Note: If you provide page without per_page, the request will return a 422 validation error.

Request

Responses

A list of offers. When per_page is provided, includes pagination metadata.