cURL
curl --request GET \ --url https://api.runflow.io/v1/pricing-units/{id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "display_name": "<string>", "display_format": "<string>", "sort_order": 123, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Return a single Pricing Unit record by its primary key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pricing Unit record