cURL
curl --request GET \ --url https://{subdomain}.mindhunters.ai/api/v1/phone-numbers/used-channels-and-accounts \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "phone_number": "<string>", "phone_number_uuid": "<string>", "channels": [ "call" ], "agents": [ { "agent_uuid": "<string>", "name": "<string>", "channels": [ "<string>" ] } ] } ] }
A summary of every active phone number and the agents using it, grouped by channel. Includes both numbers you’ve purchased and external ones (e.g. WhatsApp Business). Powers the ‘Used Channels & Accounts’ dashboard.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Filter by phone number substring
Success
Show child attributes