ZITADEL Docs
APIsCore ResourcesV1Authenticated User

ListMyRefreshTokens

POST
/users/me/tokens/refresh/_search

Request Body

application/json

[key: string]?never

Response Body

application/json

application/json

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?