cURL
curl --request POST \ --url https://api.example.com/api/v1/admin/webhook-test \ --header 'Authorization: Bearer <token>'
{ "ok": true, "status_code": 123, "response_time_ms": 123, "error": "<string>" }
Send a test request to the tenant’s webhook endpoint. Owner only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Whether the webhook responded with HTTP 200
HTTP status code returned by the webhook endpoint (0 if connection failed)
Round-trip time in milliseconds
Error message if the request failed