Skip to main content
POST
Create OAuth 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
redirect_uris
string[]
required
scopes
string[] | null

Response

OAuth app created

Result of creating an OAuth app (includes the plain-text secret)

app
object
required

An OAuth application registered by a platform

client_secret
string
required