Shared WABAs

GET https://graph.facebook.com/{{Version}}/{{Business-ID}}/client_whatsapp_business_accounts

This endpoint retrieves a list of all the WhatsApp business accounts assigned to/shared with your Business Manager account once the embedded signup flow is completed. See Understanding Shared WABAs for more information.

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: Created

"{ \n    \"data\": [\n        {\n            \"id\": 1906385232743451, \n            \"name\": \"My WhatsApp Business Account\", \n            \"currency\": \"USD\", \n            \"timezone_id\": \"1\", \n            \"message_template_namespace\": \"abcdefghijk_12lmnop\" \n        },\n       {\n            \"id\": 1972385232742141, \n            \"name\": \"My Regional Account\", \n            \"currency\": \"INR\", \n            \"timezone_id\": \"5\", \n            \"message_template_namespace\": \"12abcdefghijk_34lmnop\" \n        },\n\n    ],\n    \"paging\": {\n\t\"cursors\": {\n\t\t\"before\": \"abcdefghij\",\n\t\t\"after\": \"klmnopqr\"\n\t}\n   }\n}"