Skip to main content
GET
/
cabinet
/
auth
/
oauth
/
{provider}
/
authorize
Get Oauth Authorize Url
curl --request GET \
  --url http://localhost:8080/cabinet/auth/oauth/{provider}/authorize
{
  "authorize_url": "<string>",
  "state": "<string>"
}

Path Parameters

provider
string
required

Response

Successful Response

authorize_url
string
required
state
string
required