Skip to main content
GET
/
api
/
v1
/
prices
/
{id}
Get Price
curl --request GET \
  --url https://app.flowglad.com/api/v1/prices/{id} \
  --header 'Authorization: <api-key>'
{
  "price": {
    "id": "<string>",
    "createdAt": 0,
    "updatedAt": 0,
    "livemode": true,
    "intervalUnit": "day",
    "name": "<string>",
    "intervalCount": 123,
    "type": "<string>",
    "isDefault": true,
    "unitPrice": 4503599627370495,
    "usageEventsPerUnit": "<unknown>",
    "productId": "<string>",
    "active": true,
    "currency": "USD",
    "slug": "<string>",
    "usageMeterId": "<unknown>",
    "trialPeriodDays": 4503599627370495
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

Successful response

price
object
required