v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Customer Subscription Log
Retrieves the log of subscription status changes of a customer.
get/customers/{userId}/subscriptionStatusChangeLog
Path parameters
userIdinteger required
Unique ID of the customer to fetch subscription change log.
Response
200
Example response
{
"data": [
{
"orgUnitId": -1,
"source": "INSTORE",
"orgSourceId": -1,
"commChannelId": 1,
"commChannelType": "mobile",
"communicationCategoryId": -1,
"priority": "BULK",
"status": true,
"addedBy": -1,
"addedOn": "2021-12-27",
"reason": "Direct"
}
]
}