OAuth 2.0 authorization endpoint
Auth APIs
Redirect to sign in
GET
OAuth 2.0 authorization endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.basic.tech/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
Application/project identifier
URI to redirect after authorization
Must be "code"
Available options:
code Space-separated list of scopes
CSRF protection token
PKCE code challenge (SHA256 hash of verifier)
PKCE challenge method (only S256 supported)
Available options:
S256 Response
Redirect to authorization page

