GET
/
callback
curl --request GET \
  --url https://use.hoop.dev/api/callback
{
  "login_url": "<string>"
}

Query Parameters

error
string

The error description in case of failure to authenticate

state
string

The state value (Oauth2)

code
string

The authorization code (Oauth2)

Response

200
application/json

OK

The response is of type object.