Authorization: Bearer ********************
curl --location -g --request GET 'https://api.cirqll.nl/api/webhook/1?with[]=notes&with[]=tasks&show[]=name&show[]=id&show[]=notes.description&show[]=notes.template_id' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"id": 1,
"name": "Casey Dach",
"callback_url": "string",
"topics": [
"appointment.create"
],
"created_at": "2024-05-18 13:38:35",
"updated_at": "2024-05-18 13:38:35",
"company_id": 0,
"company": {
"name": "string",
"phone": "1-310-793-5469",
"coc": "string",
"financial_goal": 0,
"user_id": 0,
"user": {
"name": "Casey Dach",
"email": "string"
},
"address_id": 0,
"address": {
"street": "Georgianna Loop",
"house_number": 12,
"addition": "A",
"zipcode": "45668",
"city": "Lake Quentinmouth",
"province": "DR",
"country": "NL",
"lat": 0,
"lon": 0,
"address_lines": [
"string"
]
}
}
}