POST
/
base
/
auth0-login
Login with Auth0.
curl --request POST \
  --url https://api.coinfer.ai/base/auth0-login
{
  "status": "<string>",
  "data": {
    "tokens": [
      "<string>"
    ]
  }
}

Response

200 - application/json

OK

status
string
required
Allowed value: "ok"
data
object
required