v41

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

Get app

Get the app with the given ID.

get/app/{id}

Path parameters

idstring required

ID of the app to get.

Example:cli_XXXXXXXXXXXXXXXXXXXXXXXXX

Response

App.

Example response

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