Verify a webhook endpoint

Send a test event to verify the webhook endpoint is properly configured and reachable. The request body accepts an optional 'eventType' field to specify which event type to test (e.g., 'transaction.created', 'transaction.updated'). If omitted from the request body, defaults to 'transaction.created'.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

ID for the webhook

Body Params
string | null
enum

Optional event type to test. If not specified, defaults to transaction.created.

Allowed:
Responses

400

Invalid body

404

webhookEndpointId not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!