Prices
Retrieve a price
Retrieves a price by ID.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://api.sandbox.billingrails.com/v1/prices/prc_IhMUl3rrZ3"{
"price": {
"object": "price",
"id": "prc_IhMUl3rrZ3",
"model": "flat",
"currency": "USD",
"amount": 5000,
"interval": {
"frequency": 1,
"unit": "month"
},
"bill_timing": "advance",
"created_at": "2025-02-14T17:33:40.843Z"
}
}