Once you set up your webhook endpoint, you will receive a POST request each time a decision is successfully completed.

Response
{
  "event_type": "decision.completed",
  "data": {
    "decision_id": "example_01h2m7qdmdjckc30e1mnq6xqfd",
    "decision_status": "SUCCESS",
    "metadata": {},
    "result": "violating",
    "labels": [
      {
        "name": "Counerfeit brands",
        "applied": true,
        "explanation": "The product is stated to be a Burberry item, a well-known brand"
      },
      {
        "name": "Illegal drugs",
        "applied": false,
        "explanation": "The product is a handbag, and does not contain any illegal drugs"
      }
    ]
  }
}