Skip to main content
POST
Find or create an app

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the app. Names are unique within your organization.

Minimum string length: 1
Pattern: \S
mint_if_missing
boolean
default:false

Create the app when it does not exist yet, instead of returning 404.

Response

The app already existed.

id
string
required

Id to pass as app_id when creating a Sailbox.

name
string
required

Name of the app.

created_at
integer<int64>
required

When the app was created, as seconds since the Unix epoch.