Prices
Retrieve a price
Retrieves all the information of an already-existing price by providing it’s unique identifier (ID).
GET
/
prices
/
{id}
Path parameters
id
string
The ID of the price.
Returns
If a valid ID is provided, it returns a price object.