Messaging Health Status
API Reference
Health Status
Headers
Name
Type
Description
Response Payload
{
"health_status": {
"can_send_message": "<OVERALL_MESSAGING_STATUS>",
"entities": [
{
"entity_type": "PHONE_NUMBER",
"id": "<BUSINESS_PHONE_NUMBER_ID>",
"can_send_message": "<BUSINESS_PHONE_NUMBER_MESSAGING_STATUS>",
"can_receive_call_sip": "<BUSINESS_PHONE_NUMBER_SIP_STATUS>"
},
{
"entity_type": "WABA",
"id": "<WABA_ID>",
"can_send_message": "<WABA_MESSAGING_STATUS>"
},
{
"entity_type": "BUSINESS",
"id": "<BUSINESS_ID>",
"can_send_message": "<BUSINESS_MESSAGING_STATUS>"
},
{
"entity_type": "APP",
"id": "<APP_ID>",
"can_send_message": "<APP_MESSAGING_STATUS>",
"can_receive_call_sip": "<BUSINESS_PHONE_NUMBER_SIP_STATUS>"
}
]
},
"id": "<NODE_ID>"
}Messaging Health Status Details
Overall Status
Additional Info Property
Errors Property
Example Blocked Response
Last updated
Was this helpful?