/
CR
crosmos
/
Crosmos API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 4d ago
Details
analytics
2
auth
9
billing
7
conversations
1
entities
2
graph
2
jobs
1
memories
3
oauth-consumer
3
oauth-server
3
get
OAuth 2.1 authorization server metadata
post
Dynamic client registration
get
Lookup OAuth client
organizations
12
search
1
sources
5
spaces
5
usage
1
visibility
13
webhooks
1
oauth-server
OAuth 2.1 authorization server metadata
get
/.well-known/oauth-authorization-server
Response
Metadata
OAuthAuthorizationServerMetadata
required
issuer
string
required
authorization_endpoint
string
required
token_endpoint
string
required
registration_endpoint
string
required
response_types_supported
string[]
required
grant_types_supported
string[]
required
token_endpoint_auth_methods_supported
string[]
required
code_challenge_methods_supported
string[]
required