v41

latestOpenAPI 3.1.0raw.githubusercontent.com2025-08-053715199.1 KB
App (OAuth)

List apps

List the current user's registered apps.

get/app

Response

List of apps.

Example response

{
  "data": [
    {
      "id": "cli_XXXXXXXXXXXXXXXXXXXXXXXXX",
      "secret": "sec_******XXXX",
      "name": "Example App",
      "redirectURI": "https://example.com/callback"
    }
  ]
}