Apps
Get app
Get app details
GET
/
api
/
v1
/
apps
/
{appName}
Authorizations
x-api-key
string
headerrequiredPath Parameters
appName
string
requiredResponse
200 - application/json
appId
string
requiredThe unique identifier for the app
key
string
requiredThe key of the app
name
string
requiredThe name of the app
description
string
requiredThe description of the app
logo
string
The logo of the app
categories
string[]
The categories of the app
path
string
The path of the app
docs
string
The documentation URL of the app
configuration_docs_text
string
The configuration documentation text of the app
status
string
The status of the app
documentation_doc_text
string
The documentation text of the app
testConnectors
object[]
The test connectors of the app
no_auth
boolean
Indicates if the app has no authentication
auth_schemes
object[]
The authentication schemes of the app
meta
any
The metadata of the app
yaml
any
The yaml of the app
Was this page helpful?