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
client.Capability.CheckiMessage(ctx, body) (*HandleCheckResponse, error)
POST/v3/capability/check_imessage
Check RCS capability
client.Capability.CheckRCS(ctx, body) (*HandleCheckResponse, error)
POST/v3/capability/check_rcs
ModelsExpand Collapse
type HandleCheck struct{…}
Address string

The recipient phone number or email address to check

From stringOptional

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

type HandleCheckResponse struct{…}
Address string

The recipient address that was checked

Available bool

Whether the recipient supports the checked messaging service