cURL
curl --request GET \ --url https://api.staging-2tid4c.ezyshield.com.au/verification/v1/webhook-subscriptions/{webhookSubscription} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "webhook-subscriptions", "attributes": { "url": "<string>", "events": [ {} ], "enabled": true, "consecutive_failures": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "disabled_at": "2023-11-07T05:31:56Z", "secret": "<string>" } } }
Requires the webhook_subscription:read ability.
webhook_subscription:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The webhook subscription ID
WebhookSubscriptionResource
Show child attributes