Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"44aed0e8-89ec-4307-8b5d-310f8964e5b5"
Example:
"fd9021b0-8056-4ffc-9191-23ab4b9ca906"
Response
200 - application/json; charset=utf-8
OK
Example:
{
"records": [
{
"id": "8605e6f9-52b3-47f7-830a-f45ecf59a6e7",
"name": "AMAZON PHL1",
"status": "VERIFIED",
"created_at": "2025-06-13T11:56:27.782Z",
"case_id": "51424978-1d41-443a-af41-72831979d1dc",
"case_status": "ONBOARDING",
"customer_id": "d61e5869-71e4-4748-a5da-913794ab0677",
"report_status": "DOWNLOAD_REPORT_UNAVAILABLE",
"report_id": null,
"report_created_at": null
},
{
"id": "d623a2e1-a69d-48a0-9f06-4da9c68e5235",
"name": "Amazon Fulfillment Center Tours - BWI2",
"status": "VERIFIED",
"created_at": "2025-06-13T11:51:30.791Z",
"case_id": "3e7d107d-17f7-4b2c-b74e-7cbabec91ff4",
"case_status": "ONBOARDING",
"customer_id": "d61e5869-71e4-4748-a5da-913794ab0677",
"report_status": "DOWNLOAD_REPORT_UNAVAILABLE",
"report_id": null,
"report_created_at": null
},
{
"id": "0544b86a-40bf-4d28-a3d4-23109b4603ac",
"name": "Amazon Go",
"status": "VERIFIED",
"created_at": "2025-06-13T11:41:00.171Z",
"case_id": "71d7da39-d69d-40ac-83eb-865f0823d1c8",
"case_status": "ONBOARDING",
"customer_id": "d61e5869-71e4-4748-a5da-913794ab0677",
"report_status": "DOWNLOAD_REPORT_UNAVAILABLE",
"report_id": null,
"report_created_at": null
},
{
"id": "d272fdec-e38f-4d08-8db6-b1dab3ea488f",
"name": "Amazon Liquidation Store",
"status": "VERIFIED",
"created_at": "2025-06-13T11:13:28.291Z",
"case_id": "f04c3879-b1a7-47f0-9e88-9eab69f356f2",
"case_status": "ONBOARDING",
"customer_id": "d61e5869-71e4-4748-a5da-913794ab0677",
"report_status": "DOWNLOAD_REPORT_UNAVAILABLE",
"report_id": null,
"report_created_at": null
}
],
"total_pages": 1,
"total_items": 4
}