GET
/
price_plans
/
{price_plan_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

price_plan_id
string
required

Query Parameters

version
integer

Optional version to get a specific version. Gets latest version if it is not provided.

Response

200 - application/json
id
string
required

Price plan id

name
string
required

Name of the price plan

type
enum<string>
required

Type of price plan

Available options:
BILLING,
PURCHASE
description
string

Description of price plan

status
enum<string>
required

Status of Price plan

Available options:
DRAFT,
ACTIVE,
ARCHIVED
pricingSchedule
object[]
required