Skip to main content
Skip to navigation

Offerings Model | REST API v1 Reference (1.0)

Download OpenAPI specification:Download

RevenueCat API v1 schema reference for Offerings Model.

Offerings Model

Part of the REST API v1 Reference.

current_offering_id
string

The identifier of the current Offering for this Customer. Targeting, Offering overrides, and Experiments affect this identifier depending on the App User ID.

Array of objects

A list of available Offerings.

Array
description
string

The Offering's description.

identifier
string

The Offering's identifier.

Array of objects

The Packages of this Offering.

{
  • "current_offering_id": "default",
  • "offerings": [
    ]
}

Endpoint Reference

All API v1 resources, one page each. General concepts (authentication, request format, URL parameters) live on the API v1 overview.