User
Call Management
Phones
Conversational AI
Agents
Knowledge Base
Campaigns
Call Management
Phones
Conversational AI
API Reference
Agents
Knowledge Base
Campaigns
User
User
Get User Info
GET
/
user
/
info
Copy
curl --request GET \
--url https://api-west.millis.ai/user/info
Copy
{
"user_id": "<string>",
"credit": 123,
"used_credit": 123,
"auto_refill": {
"enabled": true,
"threshold": 123,
"refill_amount": 123
}
}
Headers
Private Key
Response
200
application/json
Successfully retrieved user info
The response is of type object
.
Copy
curl --request GET \
--url https://api-west.millis.ai/user/info
Copy
{
"user_id": "<string>",
"credit": 123,
"used_credit": 123,
"auto_refill": {
"enabled": true,
"threshold": 123,
"refill_amount": 123
}
}
Assistant
Responses are generated using AI and may contain mistakes.