Skip to main content
POST
Create app

Authorizations

Authorization
string
header
required

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

Body

application/json

Create app payload

name
string
required

App name

callbacks
string<uri>[]
required

List of URLs whitelisted to use as a callback after authentication.

description
string

App description

logo_uri
string<uri>

App logo URL

Response

201 - application/json
id
string
required

App ID

name
string
required

App name

description
string | null
required

App description

logo_uri
string | null
required

App logo URL

callbacks
string[]
required

List of URLs whitelisted to use as a callback after authentication.

client_id
string
required

OAuth client ID

client_secret
string
required

OAuth client secret