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": "ef95bc38-f6b0-46ad-92e5-fffdbda9f915",
"events": [
"account.deleted",
"circle.created"
],
"created_at": "2025-09-19T13:04:08+01:00",
"updated_at": "2025-09-19T13:04:08+01:00",
"signing_secret": "zdGilZHYenHnqHHEpIHTy6OV13t5dIFO2nFWS1hZIDxAaRN4Hd9ziJ4AuZUK",
"last_outgoing_webhook_call_at": "2025-09-19T13:04:08+01:00"
}