Apps

Get all apps

get

Retrieve all apps for the authenticated user

Authorizations
x-app-api-keystringRequired

App API key in format:

Responses
200

Apps retrieved successfully

application/json
get
/apps

Create a new app

post

Create a new app for the authenticated user

Authorizations
x-app-api-keystringRequired

App API key in format:

Body
namestring · min: 1 · max: 100Required

App name

descriptionstring · min: 1 · max: 500Required

App description

imageUrlstring · uriOptional

Optional image URL

visibilitystring · enumOptional

App visibility setting. PUBLIC apps are visible in public listings, PRIVATE apps are only accessible to the owner.

Default: PRIVATEPossible values:
Responses
post
/apps

Last updated