Skip to main content
POST
Java (SDK)

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

Client name

scopes
string[]
required

List of allowed scopes

redirect_uris
string[]
required

List of allowed redirect URIs

domains
string[]

List of allowed domains (optional)

Response

Client created successfully

client_id
string

OAuth2 client ID

client_secret
string

OAuth2 client secret (shown only once)

name
string

Client name

scopes
string[]

List of allowed scopes

redirect_uris
string[]

List of allowed redirect URIs

domains
string[]

List of allowed domains

created_at
string<date-time>

Client creation timestamp

updated_at
string<date-time>

Client last update timestamp