Skip to main content
WEBHOOK
task_request
{
  "type": "TASK_REQUEST",
  "content": {
    "business_id": "biz_2xPQDLmNeWsrahR4bj3oGc9i6Nb",
    "task_types": [
      "categorize_transaction",
      "upload_document"
    ]
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Webhook event sent when tasks are requested from a business.

type
string
required

The type of webhook event

Allowed value: "TASK_REQUEST"
content
TaskRequestEventContent · object
required

The event payload

Response

Successful Response