curl --request GET \
--url https://api.hyperline.co/oauth/callback \
--header 'Authorization: Bearer <token>'Handles authorization callback and redirects to client’s registered URI.
curl --request GET \
--url https://api.hyperline.co/oauth/callback \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The authorization code from the authorization server.
The state parameter containing encoded client redirect info.
Error code if authorization failed.
Human-readable error description.
Was this page helpful?