Key concepts
- Offering ID — Stable identifier used by the SDK (e.g.,
onboarding,winback). - Products — An ordered list of products attached to the offering. The SDK renders them in the order you define.
- Main offering — A single project-level default, promoted via
POST /v4/offerings/{offering_id}/set-main. - Experiments link — Offerings can be attached to experiment groups to A/B test paywall contents.
Available endpoints
| Method | Endpoint | Description | Status |
|---|---|---|---|
| GET | /offerings | List offerings | New |
| POST | /offerings | Create an offering | New |
| GET | /offerings/{offering_id} | Get an offering | New |
| PATCH | /offerings/{offering_id} | Update an offering (partial) | New |
| DELETE | /offerings/{offering_id} | Delete an offering | New |
| POST | /offerings/{offering_id}/set-main | Mark this offering as the project’s main offering | New |
Authentication
All v4 endpoints require a Secret Key. See Authentication.These endpoints are live in the api-gateway and the Qonversion MCP server. OpenAPI playground entries will be added in a follow-up once the upstream OpenAPI source is updated.