Get a webhook subscription Run in API Explorer
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": "03cfc0d7-327c-49e3-b432-c3b782bae9cc",
"events": [
"account.deleted",
"circle.created"
],
"created_at": "2025-11-19T13:56:59+00:00",
"updated_at": "2025-11-19T13:56:59+00:00",
"signing_secret": "UIxw0cqTQH1wOwx12EWbcEKJRLD3RCVcn8Eke6fCOyj1SAqOBykiLyesVfR5",
"last_outgoing_webhook_call_at": "2025-11-19T13:56:59+00:00"
}