Contacts
Check contact capabilities
Check if a phone number or email address supports iMessage, SMS, RCS, and other messaging capabilities.
get/v1/api/contacts/{contact}/capabilities
Response
Contact capabilities information.
Example response
{
"contact": "+1234567890",
"type": "phone",
"capabilities": {
"imessage": true,
"sms": true
},
"lastChecked": "2024-01-01T00:00:00.000Z"
}