ListMyRefreshTokens
curl -X POST "https://loading/users/me/tokens/refresh/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "1s"
},
"result": [
{
"id": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"clientId": "string",
"authTime": "1s",
"idleExpiration": "1s",
"expiration": "1s",
"scopes": [
"string"
],
"audience": [
"string"
]
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?