CostSheets
CreditGrants
Credit Notes
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Plans
Integrations
Subscriptions
Tenants
Users
CostSheets
Get a cost sheet by ID
Get a cost sheet by ID
GET
/
cost
/
{id}
Copy
curl --request GET \
--url https://api.cloud.flexprice.com/v1/cost/{id} \
--header 'x-api-key: <api-key>'
Copy
{
"created_at": "<string>",
"id": "<string>",
"meter_id": "<string>",
"price_id": "<string>",
"status": "published",
"updated_at": "<string>"
}
Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Cost Sheet ID
Response
200
application/json
OK
The response is of type object
.
Copy
curl --request GET \
--url https://api.cloud.flexprice.com/v1/cost/{id} \
--header 'x-api-key: <api-key>'
Copy
{
"created_at": "<string>",
"id": "<string>",
"meter_id": "<string>",
"price_id": "<string>",
"status": "published",
"updated_at": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.