Authorization: Bearer ********************curl --location --request GET 'https://api.cirqll.nl/api/customer' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"user_id": 0,
"name": "string",
"description": "string",
"coc": "string",
"email": "cleora42@gmail.com",
"phone": "1-848-429-9425",
"show_on_map": true,
"next_contact": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"limit": 100,
"total": 0,
"offset": 0
}