GET
/api/v2/webhook-subscriptions
curl \
--request GET 'https://api.plannrcrm.com/api/v2/webhook-subscriptions' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"data": [
{
"url": "https://api.example.com/webhooks",
"uuid": "be454c60-5cba-4f20-9ad7-48c963891646",
"events": [
"account.deleted",
"circle.created"
],
"created_at": "2025-07-03T15:26:37+01:00",
"updated_at": "2025-07-03T15:26:37+01:00",
"signing_secret": "TDKyFOo5Q43vZpVP8bS4x7DohvdvjcmH3ZBPlm6SZAzw4YSF7sXdk9Hw8Cv5",
"last_outgoing_webhook_call_at": "2025-07-03T15:26:37+01:00"
}
]
}