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