Contacts
Check contact capabilities
Check if a contact supports iMessage and/or SMS.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Use your API key as the bearer token.
In: header
Path Parameters
contactId*string
Contact identifier (phone number in E.164 format or email, URL-encoded)
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://backend.blooio.com/v2/api/contacts/%2B15551234567/capabilities"{
"contact": "string",
"type": "phone",
"capabilities": {
"imessage": true,
"sms": true
},
"last_checked": 0
}{
"error": "string",
"status": 0
}{
"error": "string",
"status": 0
}{
"error": "string",
"status": 0
}