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"
}
}