cURL
curl --request GET \ --url https://api.contiguity.com/conversations/availability/imessage/{to} \ --header 'Authorization: Bearer <token>'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1772568052124, "api_version": "v2026.3.3", "object": "response", "data": { "available": true } }
Check if your recipient’s phone number supports iMessage
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Phone number to check. Must be in E.164 format.
"+1234567890"
Check if a phone number supports iMessage
"req_xxxxxxxxxxxxxxxx"
1772568052124
"v2026.3.3"
"response"
Show child attributes
Was this page helpful?