Authorization: Bearer ********************curl --location -g --request GET 'https://api.cirqll.nl/api/webhook?with[]=customer&with[]=user&show[]=name&show[]=id&show[]=price&order_by[]=created_at:desc&order_by[]=name&order_by[]=price:asc&filter=customer_id:in:28;29;30&limit=100&offset=0' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"name": "Casey Dach",
"callback_url": "string",
"topics": [
"appointment.create"
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"limit": 100,
"total": 0,
"offset": 0
}