For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Health check and status endpoints

Get Meta Stack Health Status

get

Retrieve health status information for the Meta stack including connectivity and service availability. The health_status field is always requested. Additional fields (e.g. display_phone_number) can be requested via the fields query parameter and are concatenated with health_status into a single fields param.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Query parameters
fieldsstringOptional

Comma-separated list of additional fields to return alongside health_status (e.g. display_phone_number)

Responses
200

Health status retrieved successfully

application/json

Response payload containing health status information for messaging and calling. health_status is always returned. The remaining fields are only returned when explicitly requested via the fields query parameter and mirror the corresponding fields on the Meta Graph WhatsApp Business phone number node.

account_modestringOptionalExample: LIVE
certificatestringOptional
code_verification_statusstringOptionalExample: VERIFIED
country_codestringOptionalExample: US
country_dial_codestringOptionalExample: 1
display_phone_numberstringOptionalExample: +1 555-025-3483
host_platformstringOptionalExample: CLOUD_API
idstringOptionalExample: 106540352242922
is_official_business_accountbooleanOptionalExample: true
is_on_biz_appbooleanOptionalExample: false
is_preverified_numberbooleanOptionalExample: false
last_onboarded_timestringOptionalExample: 2024-01-15T10:00:00+0000
messaging_limit_tierstringOptionalExample: TIER_1K
name_statusstringOptionalExample: APPROVED
new_certificatestringOptional
new_display_namestringOptionalExample: Jasper's Market EU
new_name_statusstringOptionalExample: PENDING_REVIEW
platform_typestringOptionalExample: CLOUD_API
quality_ratingstringOptionalExample: GREEN
statusstringOptionalExample: CONNECTED
verified_namestringOptionalExample: Jasper's Market
get/health_status

Last updated

Was this helpful?