Skip to main content
POST
/
interface
/
get-authorize-url
Obtain the authentication 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": ""
}

Body

application/json
email
string
required
login_style
string
required

Login methods: Google and GitHub

Response

200 - application/json
code
integer
required
data
string
required
msg
string
required