WhatsApp Business Platform - Client WhatsApp Business Accounts API
Copy for LLM View as Markdown Version v23.0 API for retrieving client WhatsApp Business Accounts (WABAs) shared with a business. This endpoint allows businesses to retrieve information about WhatsApp Business Accounts that have been shared with them by other businesses or solution partners.Base URL
| https://graph.facebook.com |Endpoints
| GET | ///client_whatsapp_business_accounts |GET ///client_whatsapp_business_accounts
Retrieve a list of WhatsApp Business Accounts that have been shared with the specified business. Use Cases: Monitor shared WABA relationships and permissions Verify WABA configuration and status information Retrieve WABA details for business integrations Manage multi-business WhatsApp messaging setups Rate Limiting: Standard Graph API rate limits apply. Use appropriate retry logic with exponential backoff. Caching: WABA information can be cached for moderate periods, but status information may change frequently. Implement appropriate cache invalidation strategies.Request Syntax
GET///client_whatsapp_business_accounts Try it Select language cURLJavaScriptPythonUser-Agentstring The user agent string identifying the client software making the request. Authorizationstring·required Bearer token for API authentication. This should be a valid access token obtained through the appropriate OAuth flow or system user token. Path Parameters
Versionstring·required Graph API version to use for this request. Determines the API behavior and available features. Business-IDstring·required Your Business ID. This ID can be found in your Meta Business Suite URL or through business management APIs. Query Parameters
fieldsstring Comma-separated list of fields to include in the response. If not specified, default fields will be returned (id, name, currency, timezone_id). Available fields: id, name, account_review_status, purchase_order_number, audiences, ownership_type, subscribed_apps, business_verification_status, country, currency, timezone_id, on_behalf_of_business_info, schedules, is_enabled_for_insights, dcc_config, message_templates, phone_numbers business_typearray of One of “STANDARD”, “PREMIUM”, “ENTERPRISE” Filter results by WhatsApp Business Account type limitinteger [min: 1, max: 100] Maximum number of WhatsApp Business Accounts to return per page. Default is 25, maximum is 100. afterstring Cursor for pagination. Use this to get the next page of results. beforestring Cursor for pagination. Use this to get the previous page of results. findstring Find a specific WhatsApp Business Account by ID Responses
Retrieve a list of WhatsApp Business Accounts that have been shared with the specified business. Use Cases: Monitor shared WABA relationships and permissions Verify WABA configuration and status information Retrieve WABA details for business integrations Manage multi-business WhatsApp messaging setups Rate Limiting: Standard Graph API rate limits apply. Use appropriate retry logic with exponential backoff. Caching: WABA information can be cached for moderate periods, but status information may change frequently. Implement appropriate cache invalidation strategies. 200 Successfully retrieved client WhatsApp Business Accounts Content Type: application/json Schema: ClientWhatsAppBusinessAccountsResponse Show child attributes
ClientWhatsAppBusinessAccountsResponse
dataarray of WhatsAppBusinessAccount Array of client WhatsApp Business Accounts Show child attributes
data[]WhatsAppBusinessAccount WhatsApp Business Account details and configuration Show child attributes
idstring·required Unique identifier for the WhatsApp Business Account
namestring·required Human-readable name of the WhatsApp Business Account
account_review_statusAccountReviewStatus Review status of the WhatsApp Business Account
purchase_order_numberstring Purchase order number associated with the account
audiencesarray of string List of audience segments associated with the account Show child attributes
audiences[]string
ownership_typeOwnershipType Type of ownership for the WhatsApp Business Account
subscribed_appsarray of SubscribedApp List of applications subscribed to this WABA Show child attributes
subscribed_apps[]SubscribedApp Application subscribed to the WABA Show child attributes
idstring Application ID
namestring Application name
business_verification_statusBusinessVerificationStatus Verification status of the business associated with the WABA
countrystring Country code where the WABA is registered
currencystring Currency code for the WABA
timezone_idstring Timezone identifier for the WABA
on_behalf_of_business_infoOnBehalfOfBusinessInfo Information about the business on whose behalf the WABA operates Show child attributes
idstring Business ID
namestring Business name
schedulesarray of BusinessSchedule Business hours and scheduling information Show child attributes
schedules[]BusinessSchedule Business hours schedule information Show child attributes
day_of_weekOne of “MONDAY”, “TUESDAY”, “WEDNESDAY”, “THURSDAY”, “FRIDAY”, “SATURDAY”, “SUNDAY”
open_timestring Opening time in HH:MM format
close_timestring Closing time in HH:MM format
is_enabled_for_insightsboolean Whether insights are enabled for this WABA
dcc_configDCCConfig Data and Content Control configuration Show child attributes
enabledboolean Whether DCC is enabled
policy_urlstring URL to the DCC policy
message_templatesarray of MessageTemplate Message templates associated with the WABA Show child attributes
message_templates[]MessageTemplate Message template information Show child attributes
idstring Template ID
namestring Template name
statusOne of “APPROVED”, “PENDING”, “REJECTED”, “DISABLED”
phone_numbersarray of PhoneNumber Phone numbers associated with the WABA Show child attributes
phone_numbers[]PhoneNumber Phone number associated with the WABA Show child attributes
idstring Phone number ID
display_phone_numberstring Formatted phone number for display
verified_namestring Verified business name for the phone number
pagingCursorPaging Cursor-based pagination information Show child attributes
cursorsobject Show child attributes
beforestring Cursor pointing to the start of the page of data
afterstring Cursor pointing to the end of the page of data
previousstring URL for the previous page of results
nextstring URL for the next page of results 400 Bad Request - Invalid parameters or malformed request Content Type: application/json Schema: GraphAPIError Show child attributes
GraphAPIError
errorobject·required Show child attributes
messagestring·required Human-readable error message
typestring·required Error category type
codeinteger·required Numeric error code
error_subcodeinteger More specific error subcode when available
fbtrace_idstring Unique identifier for debugging and support requests with Meta
is_transientboolean Indicates whether this error is temporary and the request should be retried
error_user_titlestring User-friendly error title for display purposes
error_user_msgstring User-friendly error message for display purposes 401 Unauthorized - Invalid or missing access token Content Type: application/json Schema: GraphAPIError Show child attributes
GraphAPIError
errorobject·required Show child attributes
messagestring·required Human-readable error message
typestring·required Error category type
codeinteger·required Numeric error code
error_subcodeinteger More specific error subcode when available
fbtrace_idstring Unique identifier for debugging and support requests with Meta
is_transientboolean Indicates whether this error is temporary and the request should be retried
error_user_titlestring User-friendly error title for display purposes
error_user_msgstring User-friendly error message for display purposes 403 Forbidden - Insufficient permissions or access denied Content Type: application/json Schema: GraphAPIError Show child attributes
GraphAPIError
errorobject·required Show child attributes
messagestring·required Human-readable error message
typestring·required Error category type
codeinteger·required Numeric error code
error_subcodeinteger More specific error subcode when available
fbtrace_idstring Unique identifier for debugging and support requests with Meta
is_transientboolean Indicates whether this error is temporary and the request should be retried
error_user_titlestring User-friendly error title for display purposes
error_user_msgstring User-friendly error message for display purposes 404 Not Found - Business ID does not exist or is not accessible Content Type: application/json Schema: GraphAPIError Show child attributes
GraphAPIError
errorobject·required Show child attributes
messagestring·required Human-readable error message
typestring·required Error category type
codeinteger·required Numeric error code
error_subcodeinteger More specific error subcode when available
fbtrace_idstring Unique identifier for debugging and support requests with Meta
is_transientboolean Indicates whether this error is temporary and the request should be retried
error_user_titlestring User-friendly error title for display purposes
error_user_msgstring User-friendly error message for display purposes 422 Unprocessable Entity - Request parameters are valid but cannot be processed Content Type: application/json Schema: GraphAPIError Show child attributes
GraphAPIError
errorobject·required Show child attributes
messagestring·required Human-readable error message
typestring·required Error category type
codeinteger·required Numeric error code
error_subcodeinteger More specific error subcode when available
fbtrace_idstring Unique identifier for debugging and support requests with Meta
is_transientboolean Indicates whether this error is temporary and the request should be retried
error_user_titlestring User-friendly error title for display purposes
error_user_msgstring User-friendly error message for display purposes 429 Too Many Requests - Rate limit exceeded Content Type: application/json Schema: GraphAPIError Show child attributes
GraphAPIError
errorobject·required Show child attributes
messagestring·required Human-readable error message
typestring·required Error category type
codeinteger·required Numeric error code
error_subcodeinteger More specific error subcode when available
fbtrace_idstring Unique identifier for debugging and support requests with Meta
is_transientboolean Indicates whether this error is temporary and the request should be retried
error_user_titlestring User-friendly error title for display purposes
error_user_msgstring User-friendly error message for display purposes 500 Internal Server Error - Unexpected server error Content Type: application/json Schema: GraphAPIError Show child attributes
GraphAPIError
errorobject·required Show child attributes
messagestring·required Human-readable error message
typestring·required Error category type
codeinteger·required Numeric error code
error_subcodeinteger More specific error subcode when available
fbtrace_idstring Unique identifier for debugging and support requests with Meta
is_transientboolean Indicates whether this error is temporary and the request should be retried
error_user_titlestring User-friendly error title for display purposes
error_user_msgstring User-friendly error message for display purposes Select language cURLJavaScriptPython

