v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBOfferings
List offerings
Returns regular offerings only. Experiment-variant offerings (owned by the experiments service) are excluded.
get/offerings
Query parameters
limitinteger
starting_afterstring
Cursor 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.
Response
A paginated list of offerings.
Example response
{
"url": "/v4/offerings",
"data": [
{
"id": "premium_monthly",
"url": "/v4/offerings/premium_monthly",
"created_at": "2025-09-15T12:30:00Z",
"updated_at": "2025-11-03T10:26:40Z"
}
]
}