curl --request GET \
--url https://api.siftstack.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.
curl --request GET \
--url https://api.siftstack.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"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A successful response.
The response of a call to WebhookService_GetWebhook.
Show child attributes
Was this page helpful?