v33

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-28103497709.6 KB
Sandbox

Send a test webhook

Send a test webhook to the configured endpoint

post/sandbox/webhooks/test

Response

Webhook delivered successfully

urlstring uri

URL where the webhook was sent

response_statusinteger required

The HTTP status code returned by the webhook endpoint

response_bodystring

The raw body content returned by the webhook endpoint in response to the request

Example response

{
  "url": "https://api.mycompany.com/webhooks/uma",
  "response_status": 200
}