Skip to main content
POST
/
oauth
/
register_client
Error
A valid request URL is required to generate request examples
{
  "client_id": "<string>",
  "client_name": "<string>",
  "client_secret": "<string>",
  "client_secret_expires_at": 123,
  "grant_types": [
    "<string>"
  ],
  "redirect_uris": [
    "<string>"
  ],
  "response_types": [
    "<string>"
  ],
  "scope": "<string>",
  "token_endpoint_auth_method": "<string>"
}

Body

application/json

OAuth Client Registration Details

client_name
string
required
redirect_uris
string[]
required
grant_types
string[]
response_types
string[]
scope
string

Optional

token_endpoint_auth_method
string

Response

Created

client_id
string
client_name
string
client_secret
string

Only shown once

client_secret_expires_at
integer

RFC7591: 0 means never expires

grant_types
string[]
redirect_uris
string[]
response_types
string[]
scope
string
token_endpoint_auth_method
string