Skip to main content
GET
/
api
/
v1
/
phone-numbers
/
channels
Channels for a phone number (look up by number)
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": {}
  }
}

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

number
string
required

E.164 phone number, with or without leading +. Example: +15550358481 or 15550358481.

Response

Success

success
boolean
data
object