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
chevron-right
200

Apps found

application/json
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
chevron-right
200

App found

application/json
get
/public_api/airops_apps/{app_uuid}

Last updated

Was this helpful?