Callbacks
Handle status of message for each request
Response format
{
"contact": "+13231112233",
"request_id": "2f31A2B6-Fd5F-4118-A85f-DafbBcB7f4C2",
"webhook_id": "32c127be-54a5-4f9a-bf53-2f91c2290e07",
"result_v1": {
"apple_services": {
"facetime": {
"status": "available",
"date": "2022-12-13",
"links": {
"facetime_audio": "facetime-audio://+13231112233",
"facetime": "facetime://+13231112233",
"tel": "tel://+13231112233"
}
},
"imessage": {
"status": "available",
"date": "2022-12-12",
"links": {
"imessage": "imessage://+13231112233",
"sms": "sms://+13231112233"
}
}
},
"carrier": {
"carrier": "Verizon",
"number_type": "mobile"
},
"country": {
"flag": "πΊπΈ",
"iso2": "US",
"iso3": "USA",
"name": "United States of America",
"description": "CA",
"numeric": 840
},
"currencies": [
"USD", "EUR", "GBP"
],
"format": {
"e164": "+13231112233",
"international": "+1 323-111-2233",
"national": "(323) 111-2233",
"out_of_usa": "1 (323) 111-2233",
"rfc3966": "tel:+1-323-111-2233"
},
"time_zones": [
"America/Los_Angeles"
]
}
}Possible JSON fields in webhooks
Field
Type
Description
Result object
facetime
Field
Type
imessage
Field
Type
Phone number details
Headers
Key
Value
Best Practices
Authorization
Response Duration
Future-Proofing
Last updated