curl --request GET \
--url https://api.hyperline.co/oauth/callback \
--header 'Authorization: Bearer <token>'Receives the authorization code from the identity provider and redirects to the client’s registered redirect_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?