/
CR
crosmos
/
Crosmos API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v2
latest
OpenAPI 3.1.0
2026-07-26
69
109
88.9 KB
oauth-server
Dynamic client registration
post
/oauth/register
Request body
ClientRegistrationRequest
required
redirect_uris
string[]
client_name
string
grant_types
string[]
response_types
string[]
token_endpoint_auth_method
string
Response
Registered
ClientRegistrationResponse
required
client_id
string
required
client_secret
string
nullable
required
client_id_issued_at
integer
required
client_secret_expires_at
0
required
redirect_uris
string[]
required
client_name
string
nullable
required
grant_types
string[]
required
response_types
string[]
required
token_endpoint_auth_method
string
required