v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Customer Status Log
Retrieves the log of customer status changes.
get/customers/{userId}/statusLog
Path parameters
userIdinteger required
Unique ID of the customer to fetch status log.
Response
200
Example response
{
"data": [
{
"createdByUser": "1736163234_",
"reason": "This is the active customer",
"createdBy": 75155291,
"autoUpdateTime": "2025-01-30",
"createdOn": "2025-01-30T09:17:06Z",
"entityId": 564590100,
"isActive": true,
"label": "Active",
"status": "ACTIVE"
}
]
}