POST
/oauth/registerDynamic client registration
Requires Bearer authentication. See Authentication.
Request body
| Field | Type | Description |
|---|---|---|
client_namerequired | string | — |
redirect_urisrequired | array | — |
Option 1 · string No fields. Option 2 · string No fields. | ||
token_endpoint_auth_method | "none" | — |
grant_types | string[] | — |
response_types | string[] | — |
Responses
201 201| Field | Type | Description |
|---|---|---|
client_idrequired | string | — |
client_namerequired | string | — |
redirect_urisrequired | string[] | — |
token_endpoint_auth_methodrequired | "none" | — |
400 400| Field | Type | Description |
|---|---|---|
errorrequired | string | — |
error_description | string | — |
429 429| Field | Type | Description |
|---|---|---|
errorrequired | string | — |
error_description | string | — |
Errors
Errors use the standard envelope. See Errors for codes, status mappings, and retry semantics.