Skip to main content
GET
/
oauth
/
callback
OAuth Callback
curl --request GET \
  --url https://api.hyperline.co/oauth/callback \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

code
string

The authorization code from the authorization server.

state
string

The state parameter containing encoded client redirect info.

error
string

Error code if authorization failed.

error_description
string

Human-readable error description.

Response

302 - undefined