OAuth
Get OAuth session info for consent page
Retrieves user information, CSRF token, and authorized domains for the OAuth consent page. The session ID is obtained from the OAuth callback redirect.
GET
Get OAuth session info for consent page
Documentation Index
Fetch the complete documentation index at: https://docs.usechar.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Session UUID from OAuth callback
Response
OK
List of authorized domains
CSRF token for consent form submission
Whether user needs to create an organization before continuing
Suggested organization name from email domain
Warning message (e.g., org context failed to load)
Get OAuth session info for consent page

