List offerings
Offerings
List offerings
Returns regular offerings only. Experiment-variant offerings (owned by the experiments service) are excluded.
GET
List offerings
Authorizations
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Query Parameters
Required range:
1 <= x <= 100Cursor for pagination. Pass the id of the last offering from the previous page. If the referenced offering no longer exists the server restarts pagination from the first row and emits an X-Qon-Pagination-Restarted: true response header.
Maximum string length:
64Pattern:
^[a-zA-Z0-9._:\- ]+$