v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Cases

Transition cases in bulk

This endpoint synchronously updates state (or stage) for up to 100 cases.

You need the "Update cases" permission to use this endpoint.

post/v2/cases/transition/bulk

Request body

Example request

{
  "payload": {
    "note": "Case accepted after confirmation from company.",
    "state": "ONBOARDING_POSITIVE_END_STATE"
  }
}

Response

Multi-Status