curl --request GET \
--url https://api.cloud.flexprice.io/v1/cost/{id} \
--header 'x-api-key: <api-key>'
{
"created_at": "<string>",
"id": "<string>",
"meter_id": "<string>",
"price_id": "<string>",
"status": "published",
"updated_at": "<string>"
}
Get a cost sheet by ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/cost/{id} \
--header 'x-api-key: <api-key>'
{
"created_at": "<string>",
"id": "<string>",
"meter_id": "<string>",
"price_id": "<string>",
"status": "published",
"updated_at": "<string>"
}
Enter your API key in the format x-api-key <api-key>*
Cost Sheet ID
OK
The response is of type object
.