Skip to main content
POST
/
webhooks
/
{webhook_id}
/
test
Test Webhook
curl --request POST \
  --url https://ielmshcswdhuacyjlpiy.supabase.co/functions/v1/signing-request-api/webhooks/{webhook_id}/test \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "message": "<string>",
  "response_status": 123
}

Authorizations

Authorization
string
header
required

API key for authentication. Format: 'Bearer your-api-key'

Path Parameters

webhook_id
string<uuid>
required

Response

Test event sent successfully

success
boolean
message
string
response_status
integer

HTTP status code from webhook endpoint