v1
latestOpenAPI 3.1.02026-07-24770322.0 KBList Prices
This API endpoint lists the prices for products in a workspace.
get/v1/prices
Query parameters
productIdstring
Unique ID of the product
nextTokenstring
Next token for pagination
limitstring
Max number of records to fetch
Response
200
Example response
{
"data": [
{
"amount": 70000,
"createdAt": "2024-06-02T19:03:59.943926871Z",
"currency": "usd",
"id": "IV9fCTsIg",
"object": "price",
"productId": "2124378d-995f-45c1-bc83-8e9ca2c4f61d",
"type": "oneTime"
}
]
}