GET
/
user
/
info
curl --request GET \
  --url https://api-west.millis.ai/user/info
{
  "user_id": "<string>",
  "credit": 123,
  "used_credit": 123,
  "auto_refill": {
    "enabled": true,
    "threshold": 123,
    "refill_amount": 123
  }
}

Headers

authorization
string | null

Private Key

Response

200
application/json

Successfully retrieved user info

The response is of type object.