Clients
Create Client
POST
Authorizations
Body
application/json
Client Name
Client type
Available options:
public
, private
, m2m
Redirect URIs
Allowed Scopes
Allowed Grants
Available options:
authorization_code
, client_credentials
, refresh_token
Client Settings
Response
201
application/json
Client created successfully.
Example:
"uuid-123"
Example:
"client_abc123"
Example:
"secret_xyz789"
Example:
"My Client"
Available options:
public
, private
, m2m
Example:
["https://example.com/callback"]
Example:
["openid", "profile"]
Example:
["authorization_code"]
Example:
true
Example:
{
"tokenEndpointAuthMethod": "client_secret_basic",
"accessTokenTTL": 3600
}