Messaging Health Status
API Reference
Health Status
curl --location 'https://waba-v2.360dialog.io/health_status' --header 'D360-API-KEY: {{API_Key}}' --header 'Content-Type: application/json'Name
Type
{
"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>"
},
{
"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>"
}
]
},
"id": "<NODE_ID>"
}Messaging Health Status Details
Overall Status
Additional Info Property
Errors Property
Example Blocked Response
Last updated
Was this helpful?