Skip to main content
POST
/
v1.vendor.decision.created
Vendor decision created
curl --request POST \
  --url https://your-endpoint.example.com/v1.vendor.decision.created \
  --header 'Content-Type: application/json' \
  --data '
{
  "vendor": {
    "id": "123",
    "decision": {
      "status": "APPROVED",
      "lastUpdatedAt": "2025-10-10T00:00:00.000Z",
      "comments": "No weaknesses or flagged findings identified in the review."
    }
  }
}
'

Body

application/json
vendor
object
required

Response

200

Return any 2xx status within 15 seconds to acknowledge receipt.