v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Sandbox

Trigger a Webhook

Triggers a callback previously registered for webhooks. Use this endpoint to emit a webhook for testing in the Sandbox environment. This endpoint will respond with a 404 outside of the Sandbox environment.

post/v1/sandbox/webhook-callbacks/trigger

Request body

OR

Example request

{
  "employment_id": "e966a8b8-1076-11ee-a5f2-9b3997a968f6",
  "event_type": "employment.onboarding_task.completed"
}

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}