For the complete documentation index, see llms.txt. This page is also available as Markdown.

Apps

Endpoints for listing and retrieving app information.

Retrieve all apps

get

Returns all the apps.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Apps found

application/json
idintegerOptionalExample: 297
namestringOptionalExample: my draft
descriptionstringOptionalExample: draft
background_colorstringOptionalExample: #fea
created_atstring · date-timeOptionalExample: 2023-06-20 00:49:56.696000000 Z
updated_atstring · date-timeOptionalExample: 2023-10-24 11:26:21.820000000 Z
active_version_idintegerOptionalExample: 44
emojistringOptional
publicbooleanOptionalExample: false
uuidstring · min: 36 · max: 36OptionalExample: 6d2f4e0b-1a1d-49ae-8034-ba56f932119e
readmestringOptional
get
/public_api/airops_apps

Retrieve an app

get

Returns the app with the given uuid.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_uuidstringRequired

The app uuid, you can find the app uuid by going to the App => Integrate

Responses
200

App found

application/json
idintegerOptionalExample: 297
namestringOptionalExample: my draft
descriptionstringOptionalExample: draft
background_colorstringOptionalExample: #fea
created_atstring · date-timeOptionalExample: 2023-06-20 00:49:56.696000000 Z
updated_atstring · date-timeOptionalExample: 2023-10-24 11:26:21.820000000 Z
active_version_idintegerOptionalExample: 44
emojistringOptional
publicbooleanOptionalExample: false
uuidstring · min: 36 · max: 36OptionalExample: 6d2f4e0b-1a1d-49ae-8034-ba56f932119e
readmestringOptional
get
/public_api/airops_apps/{app_uuid}

Last updated

Was this helpful?