Third-party apps
Create app
Create a new third-party app.
POST
/
v1
/
apps
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
App name
List of URLs whitelisted to use as a callback after authentication.
App description
App logo URL
Response
201 - application/json
App ID
App name
App description
App logo URL
List of URLs whitelisted to use as a callback after authentication.
OAuth client ID
OAuth client secret
Was this page helpful?