v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Retrieve Price

This API endpoint retrieves a specific price.

get/v1/prices/{id}

Path parameters

idstring required

The unique ID of the price you want to retrieve.

Response

200

amountinteger
createdAtstring
currencystring
idstring
intervalstring
intervalCountinteger
objectstring
productIdstring
typestring
updatedAtstring

Example response

{
  "amount": 5600,
  "createdAt": "2024-09-24T17:36:43.908917456Z",
  "currency": "usd",
  "id": "M9g6DLgNR",
  "interval": "day",
  "intervalCount": 1,
  "object": "price",
  "productId": "ae2983ff-6d31-43c1-9470-c1b0f9073a44",
  "type": "recurring"
}