For AI agents: visit https://developers.intandem.tech/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
curl --location --request POST 'https://api.vcita.biz/platform/v1/webhook/subscribe' \
--header 'Authorization: "Bearer API_TOKEN"'\
--header 'Content-Type: application/json' \
--data-raw '{
"event": "tag/delete",
"target_url": "URL"
}'
{
"entity_name": "tag",
"event_type": "delete",
"data": {
"name": "jul",
"business_id": 123,
"clients": ["j9q05nvfv12w79vl", "k7zcc3nhb1aijzms"]
}
}