跳转到主要内容
POST
/
interface
/
get-authorize-url
获取认证URL
curl --request POST \
  --url https://powertokens.ai/api/interface/get-authorize-url \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "hua20128@gmail.com",
  "login_style": "google"
}
'
{
  "code": 200,
  "data": "https://baze.powerbuyin.top/auth/real-human-authorization?uuid=9eff6f20-87c0-4f04-a158-30c145126eee",
  "msg": ""
}

请求体

application/json
email
string
必填
login_style
string
必填

登录方式 google与github

响应

200 - application/json
code
integer
必填
data
string
必填
msg
string
必填