Retrieve a price by its ID
GET/v2/prices/:id
Fetches the details of a single price using its unique identifier.
Request
Responses
- 200
- 400
- 403
- 404
- 500
The price was successfully retrieved.
The request was malformed or contained invalid parameters.
The user is not authorized to perform this action.
A price with the specified ID was not found.
An unexpected error occurred on the server.