GET
/
consumers
/
{consumer_id}
/
pos
/
objectives
curl --request GET \
  --url https://api.chift.eu/consumers/{consumer_id}/pos/objectives \
  --header 'Authorization: Bearer <token>'
{
  "total": 10,
  "tax_amount": 1
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumer_id
string
required

Query Parameters

page
integer
default:1
Required range: x >= 1
size
integer
default:50
Required range: 1 <= x <= 100
date_from
string
required
date_to
string
required

Response

200
application/json
Successful Response
total
number
required

Total amount including tax of the sales

Example:

10

tax_amount
number
required

Total amount of the taxes

Example:

1