Dynamic Client Registration (RFC 7591)
Dynamic Client Registration (RFC 7591)
Registers an OAuth client. Accepts an application/json body (the only OAuth endpoint that reads JSON). Registration is public but restricted: public clients only, loopback/HTTPS redirect URIs and a scope allowlist, returning invalid_client_metadata / invalid_redirect_uri on violations.
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Headers
Secret-Access
Request
This endpoint expects an object.
redirect_uris
Client redirect URIs
token_endpoint_auth_method
Client authentication method at the token endpoint
grant_types
Grant types the client will use
response_types
Response types the client will use
client_name
Human-readable client name
scope
Space-separated requested scopes
Response
Successful Response
client_id
redirect_uris
client_id_issued_at
grant_types
response_types
token_endpoint_auth_method
scope
client_name
client_secret
Errors
400
Bad Request Error
422
Unprocessable Entity Error
