Get a webhook subscription Run in API Explorer
Ask AI
GET
/api/v2/webhook-subscriptions/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v2/webhook-subscriptions/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"url": "https://api.example.com/webhooks",
"uuid": "47661b9e-57bb-43a2-a074-5c0af182bfb1",
"events": [
"account.deleted",
"circle.created"
],
"created_at": "2026-03-11T10:08:35+00:00",
"updated_at": "2026-03-11T10:08:35+00:00",
"signing_secret": "j2uLS9FTTHV4DAa2iy4VIGpbAgcYodq6oAE3XOqwXv9vJpk46hM3uuvf33RL",
"last_outgoing_webhook_call_at": "2026-03-11T10:08:35+00:00"
}