cURL
curl --request GET \ --url https://app.autocalls.ai/api/white-label/users \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "name": "John Doe", "email": "[email protected]", "minutes_balance": 150.5, "credits_balance": 500, "created_at": "2025-01-05T10:30:00.000000Z" }, { "id": 124, "name": "Jane Smith", "email": "[email protected]", "minutes_balance": 75.25, "credits_balance": 250, "created_at": "2025-01-06T14:20:00.000000Z" } ] }
Get all users belonging to your white label platform
Show user properties