Third-party apps
Create app
Create a new third-party app.
POST
/
v1
/
apps
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredApp name
callbacks
string[]
requiredList of URLs whitelisted to use as a callback after authentication.
description
string
App description
logo_uri
string
App logo URL
Response
201 - application/json
id
string
requiredApp ID
name
string
requiredApp name
description
string | null
requiredApp description
logo_uri
string | null
requiredApp logo URL
callbacks
string[]
requiredList of URLs whitelisted to use as a callback after authentication.
client_id
string
requiredOAuth client ID
client_secret
string
requiredOAuth client secret
Was this page helpful?