Cases
Get Customer Cases
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"22f210e4-4455-4107-b132-97e8478546ea"
Response
200 - application/json; charset=utf-8
OK
Example:
{
"records": [
{
"id": "eb7aa8d8-18e6-49b1-b7e7-6311cae51acd",
"applicant_id": "e8f15d25-ed33-4783-b6fe-0e7d4290c2eb",
"created_at": "2024-02-12T11:08:26.868Z",
"business_name": "One Stop Furniture And Mattress",
"status_label": "ONBOARDING",
"applicant": {
"first_name": "Sandbox",
"last_name": "Applicant"
},
"status": {
"id": 3,
"code": "ONBOARDING",
"label": "ONBOARDING"
}
}
],
"total_pages": 1,
"total_items": 1
}
Was this page helpful?