Skip to main content
GET
Get case data by case ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

caseId
string
required

The ID of the case to retrieve details for.

serviceTypeId
enum<string>
required

The ID of the service type [blocked] to retrieve.

Available options:
30bc2c03-c8dd-409a-8da6-e0070ea6a681,
a3b74b1b-b665-40be-bad2-2a49c801cf3f,
service-type-payment,
service-type-idv,
service-type-shipment

Response

OK

data
CaseData · object[]

The case data associated with each service for the case. This will be undefined if no case data records exist for the given serviceTypeId.