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
}
}
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
}
}
Private Key
Successfully retrieved user info
The response is of type object
.