Connected Apps List connected apps
GET
/iam/api/v1/connected-apps

Authentication

API Key (BearerAuth)

  • Header: Authorization

Responses

200
OK

Example:

[
  {
    "active_sessions_count": 0,
    "client_id": "string",
    "client_name": "string",
    "client_uri": "string",
    "first_authorized_at": "string",
    "is_dynamic": true,
    "last_used_at": "string",
    "logo_uri": "string",
    "scopes": [
      "string"
    ]
  }
]
401
Unauthorized

Example:

{
  "key": "value"
}