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)
{
"uuid": "6291453e-cd08-483a-ae01-8ee76213153f",
"created_at": "2026-04-20T15:27:59+01:00",
"updated_at": "2026-04-20T15:27:59+01:00",
"signing_secret": "UVMzawu5lCYoCW1YyG5wMDLx6nNeosZSu4okCjsuGiSMCWZfAeFckr5FL5wO",
"url": "https://api.example.com/webhooks",
"events": [
"account.deleted",
"circle.created"
],
"last_outgoing_webhook_call_at": "2026-04-20T15:27:59+01:00"
}