AviatoAviato
DeveloperAPI ReferenceAuthIdentity clients

/api/auth/identity-clients

GET
/api/auth/identity-clients

Response Body

application/json

application/json

curl -X GET "https://example.com/api/auth/identity-clients"
{
  "clients": [
    {
      "certExpiresAt": "string",
      "clientId": "string",
      "createdAt": "string",
      "deviceName": "string",
      "lastSeenAt": "string",
      "platform": "string",
      "revoked": true
    }
  ]
}
{
  "error": "string"
}