Hi,
From a List of SMS subscribed Contacts, I’m trying to identify the specific phone numbers subscribed using the API.
I hoped the communication-preferences/v4 update would allow this, but even though “channel=SMS” is a stated option in the documentation, it’s returning a VALIDATION_ERROR for “invalid channel” (Accounts Dashboard | HubSpot)
Example API calls:
/communication-preferences/v4/statuses/batch/read?channel=SMS (with a body of {“inputs”: []} which works for channel=EMAIL)
/communication-preferences/v4/statuses/{subscriberIdString}?channel=SMS
Using the API, how’s the best way to get a list of SMS subscribed phone numbers?