Passer au contenu principal
GET
/
oauth
/
callback
OAuth callback
curl --request GET \
  --url https://api.hyperline.co/oauth/callback \
  --header 'Authorization: Bearer <token>'

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

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.

Réponse

302 - undefined