v1
latestSwagger 2.02026-07-14157576.8 KBToken Status History
Used to retrieve the historical statuses and lifecycle events for a token, such as when it was initially activated, subsequently suspended or resumed, and finally deleted.
post/token/statushistory
Request body
Example request
{
"TokenStatusHistoryRequest": {
"AuditInfo": {
"Organization": "Solid Bank Inc",
"UserId": "A1435477",
"UserName": "John Smith"
},
"TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
}
}Response
Contains the details of the response message.
Example response
{
"TokenStatusHistoryResponse": {
"Statuses": {
"Status": [
{
"AuditInfo": {
"Organization": "Solid Bank Inc",
"UserId": "A1435477",
"UserName": "John Smith"
},
"Initiator": "I",
"ReasonCode": "Z",
"StatusCode": "U",
"StatusDateTime": "2015-01-21T00:04:35.000Z",
"StatusDescription": "Unmapped"
}
]
}
}
}