Skip to main content
GET
/
prices
/
{priceId}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "priceModel": "fee",
  "purchase": "one_time",
  "termCount": 123,
  "termUnit": "day",
  "pricing": {}
}

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

priceId
string<uuid>
required

Response

OK

id
string<uuid>

Unique id for the price.

name
string | null

Name of the price.

description
string | null

Internal description for this price, not shown to customers. Typically notes for your team.

priceModel
enum<string>
Available options:
fee,
volume,
graduated,
package
purchase
enum<string>
Available options:
one_time,
recurring
termCount
integer<int32>

Billing cycle's term frequency (count).

termUnit
enum<string>
Available options:
day,
week,
month,
year
pricing
object