Skip to content
V2 (Legacy) API ReferenceGet started

Capability

Check whether a recipient address supports iMessage or RCS before sending a message.

Check iMessage capability
capability.check_i_message(CapabilityCheckiMessageParams**kwargs) -> HandleCheckResponse
POST/v3/capability/check_imessage
Check RCS capability
capability.check_RCS(CapabilityCheckRCSParams**kwargs) -> HandleCheckResponse
POST/v3/capability/check_rcs
ModelsExpand Collapse
class HandleCheck:
address: str

The recipient phone number or email address to check

from_: Optional[str]

Optional sender phone number. If omitted, an available phone from your pool is used automatically.

class HandleCheckResponse:
address: str

The recipient address that was checked

available: bool

Whether the recipient supports the checked messaging service