cURL
curl --request GET \ --url https://your-sift-api-url.com/api/v1/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "webhook": { "webhookId": "<string>", "organizationId": "<string>", "targetUrl": "<string>", "name": "<string>", "eventType": "WEBHOOK_EVENT_TYPE_UNSPECIFIED", "createdDate": "2023-11-07T05:31:56Z", "modifiedDate": "2023-11-07T05:31:56Z", "createdByUserId": "<string>", "modifiedByUserId": "<string>", "httpHeaders": [ { "name": "<string>", "value": "<string>" } ], "payload": "<string>", "archivedDate": "2023-11-07T05:31:56Z" } }
Retrieve a webhook by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
The response of a call to WebhookService_GetWebhook.
WebhookService_GetWebhook
Show child attributes
WEBHOOK_EVENT_TYPE_UNSPECIFIED
WEBHOOK_EVENT_TYPE_RULE_VIOLATION
Was this page helpful?