Skip to main content
Returns a single project including its theme settings, features (with countable data), and pricing plans (with plan features and feature details).

Endpoint

Authentication

string
required
Bearer token with your API key. Requires read or read_write permission.

Path Parameters

string
required
The project’s URL-friendly slug identifier.

Response

number
Unique project ID
string
Project display name
string
URL-friendly project identifier
string
Short project description
string
Pricing page header description
string
Public share identifier
string
Currency code
number
Discount percentage for annual billing (e.g. 0.2 = 20% off)
boolean
Whether annual discount is enabled
boolean
Whether the project is active
object
Visual customization settings (colors, fonts, CSS, layout)
array
All features in the project, each including countableData for usage-based features
array
All pricing plans, each including planFeatures with nested feature details

Example

Errors