Skip to main content
GET
/
cabinet
/
auth
/
account
/
link
/
{provider}
/
init
Link Provider Init
curl --request GET \
  --url https://api.example.com/cabinet/auth/account/link/{provider}/init \
  --header 'Authorization: Bearer <token>'
{
  "authorize_url": "<string>",
  "state": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

provider
enum<string>
required
Available options:
google,
yandex,
discord,
vk

Response

Successful Response

authorize_url
string
required
state
string
required