cURL
curl --request GET \ --url https://{subdomain}.mindhunters.ai/api/v1/phone-numbers/channels \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "phone_number_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "number": "<string>", "is_external": true, "channels": {} } }
Same as the by-UUID version, but you only need the phone number itself. Works for both owned numbers and external ones (numbers your agents use but didn’t buy through us). The leading + is optional.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
E.164 phone number, with or without leading +. Example: +15550358481 or 15550358481.
Success
Show child attributes