Return every online (web-storefront) offer owned by the given organization. Results are paginated with the standard {data, pagination} envelope; default page_size is 25, max is 100. Returns 404 when the organization does not exist or the caller lacks the VIEW permission on it.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
UUID of the organization that owns the offers.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Page number (1-indexed).
x >= 1Number of items per page (max 100).
1 <= x <= 100OK
Items on the current page, each conforming to the endpoint's item schema. Empty when the result set is empty or page is past the end.
Pagination envelope describing position within the full result set.
{
"has_next": true,
"has_previous": false,
"page": 1,
"page_size": 25,
"total_count": 342,
"total_pages": 14
}