Third-party apps
Get apps
Retrieve all existing third-party apps.
GET
/
v1
/
apps
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - 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
Was this page helpful?