WABA Account Management
Authorizations
X-API-KeystringRequired
API Key for V2 authentication. Send your Partner API key in the X-API-Key header. Preferred authentication method.
Path parameters
partner_idstringRequiredExample:
The ID of the partner.
examplePAwaba_account_idstringRequiredExample:
Internal 360dialog ID of the waba account. This ID always have postfix WA.
exampleWAResponses
200
Successful response
application/json
statusstring · enumOptionalExample:
Current status of the waba account. Possible values are:
- created: Initial status of a new waba account.
- consents_pending: Waiting for client to sign the agreements they received by email.
- unverified: Waiting for Meta to approve the waba account.
- pending: [deprecated]
- approved: Waba account is approved by Meta.
- imported: [deprecated]
- sandbox: [deprecated]
- verification_failed: [deprecated]
- account_violation: Waba account violated Meta rules.
- account_restriction: Waba account is restricted by Meta because of violating rules.
- account_banned: Waba account is disabled/banned by Meta.
- modified: [deprecated] When waba account name is updated.
- error: [deprecated]
- bsp_removed: 360dialog does not have access to waba account on Meta.
approvedPossible values: idstringOptionalExample:
Internal 360dialog ID of the waba account.
exampleWAnamestringOptionalExample:
Waba account name
CompanynamespacestringOptionalExample:
Whatsapp account namespace on Meta
1234_abcd12_12ab_123456abpartner_idstringOptionalExample:
Partner ID
examplePAclient_idstringOptionalExample:
Client ID
exampleCLexternal_idstringOptionalExample:
Meta's Whatsapp Business Account (WABA) ID
21546354756578timezone_idstringOptionalExample:
Meta's Timezone ID
0|1|2...479fb_business_idstringOptionalExample:
Meta's Business ID of the WABA owner
348728345238956settingsany ofOptionalExample:
WABA settings
{"marketing_messages_lite_api_status":"ELIGIBLE"}or
object · nullableOptional
400
Wrong payload
application/json
404
Not found
application/json
get
/api/v2/partners/{partner_id}/waba_accounts/{waba_account_id}Last updated
Was this helpful?