curl --request POST \
--url https://api.siftstack.com/api/v1/webhooks:test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"webhookId": "<string>"
}
'{
"httpResponseCode": 123,
"httpResponseBody": "aSDinaTvuI8gbWludGxpZnk="
}Test an existing webhook or a webhook create request. This RPC will attempt to send an actual webhook with the provided parameters and forward back the response from the target.
curl --request POST \
--url https://api.siftstack.com/api/v1/webhooks:test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"webhookId": "<string>"
}
'{
"httpResponseCode": 123,
"httpResponseBody": "aSDinaTvuI8gbWludGxpZnk="
}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.
The request for a call to WebhookService_TestWebhook to test an existing webhook
or a webhook create request.
Was this page helpful?