GET
/
prices
/
units
/
{id}
Get a price unit by ID
curl --request GET \
  --url https://api.cloud.flexprice.io/v1/prices/units/{id}
{
  "base_currency": "<string>",
  "code": "<string>",
  "conversion_rate": 123,
  "created_at": "<string>",
  "id": "<string>",
  "name": "<string>",
  "precision": 123,
  "status": "published",
  "symbol": "<string>",
  "updated_at": "<string>"
}

Path Parameters

id
string
required

Price unit ID

Response

200
application/json

OK

The response is of type object.