v5

latestOpenAPI 3.1.0Proprietary2026-08-011476181.4 MB
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
}