Fetch details of a consumption record by its unique identifier.
cURL
curl --request GET \ --url https://www.manglai.io/api/v1/consumptions/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "data": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the consumption record.
Successfully retrieved the consumption record.
The unique identifier of the consumption.
The detailed information about the consumption.