cURL
curl --request GET \ --url https://{subdomain}.mindhunters.ai/api/v1/phone-numbers/stats \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "total_numbers": 123, "action_required": 123, "monthly_cost": { "amount": 123, "currency": "<string>" }, "by_country": [ { "country_code": "<string>", "count": 123 } ], "by_type": [ { "type": "<string>", "count": 123 } ] } }
A quick snapshot for dashboards: how many numbers you have, how many need attention (e.g. compliance pending), your total monthly spend, and breakdowns by country and number type.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Success
Show child attributes