/
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
get
List available OAuth providers
get
Build OAuth authorize URL
post
Exchange OAuth code for tokens
oauth-server
3
organizations
12
search
1
sources
5
spaces
5
usage
1
visibility
13
webhooks
1
oauth-consumer
Exchange OAuth code for tokens
post
/api/v1/auth/oauth/{provider}/callback
Path parameters
provider
string
required
Request body
OAuthCallbackRequest
required
code
string
required
state
string
required
redirect_uri
string
uri
required
Response
Token pair
OAuthCallbackResponse
required
user_id
string
uuid
required
email
string
email
required
name
string
required
access_token
string
required
refresh_token
string
required
token_type
'bearer'
required
active_org_id
string
uuid
nullable
required
is_new_user
boolean
required
default_space_id
string
uuid
nullable
required