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
- 200
- 401
- 422
A list of offers. When per_page is provided, includes pagination metadata.
Unauthorized
Validation error (e.g., page provided without per_page, or values out of range)