v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBCases
Get a specific case
This endpoint returns a single case by ID.
You need one of the "View cases (customer onboarding)", "View cases (customer monitoring)", "View cases (payment screening)" or "View cases (transaction monitoring)" permissions to use this endpoint.
get/v2/cases/{case_identifier}
Path parameters
case_identifierstring uuid required
The unique identifier of the case.
Response
OK
Example response
{
"last_user_state": "ONBOARDING_POSITIVE_END_STATE",
"payment": {
"type": "BANK_PAYMENT"
},
"state": "ONBOARDING_POSITIVE_END_STATE",
"subjects": [
{
"detail": {
"type": "PERSON"
},
"type": "CUSTOMER"
}
],
"type": "CUSTOMER_ONBOARDING"
}