OAuth callback
OAuth2
OAuth callback
Handles authorization callback and redirects to client’s registered URI.
GET
OAuth callback
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/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
The authorization code from the authorization server.
The state parameter containing encoded client redirect info.
Error code if authorization failed.
Human-readable error description.
Response
302 - undefined

