cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/pos/sales \ --header 'Authorization: Bearer <token>'
{ "total": 10, "tax_amount": 1, "taxes": [ { "tax_rate": "10", "tax_amount": "1", "total": "11" } ] }
Returns the summary of the sales
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type object.
object