WABA Account Management

Endpoints for managing WhatsApp Business Accounts (WABA)

Retrieve waba account

get

Use this endpoint to get info of a waba account.

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_idstringRequired

The ID of the partner.

Example: examplePA
waba_account_idstringRequired

Internal 360dialog ID of the waba account. This ID always have postfix WA.

Example: exampleWA
Responses
chevron-right
200

Successful response

application/json
statusstring · enumOptional

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.
Example: approvedPossible values:
idstringOptional

Internal 360dialog ID of the waba account.

Example: exampleWA
namestringOptional

Waba account name

Example: Company
namespacestringOptional

Whatsapp account namespace on Meta

Example: 1234_abcd12_12ab_123456ab
partner_idstringOptional

Partner ID

Example: examplePA
client_idstringOptional

Client ID

Example: exampleCL
external_idstringOptional

Meta's Whatsapp Business Account (WABA) ID

Example: 21546354756578
timezone_idstringOptional

Meta's Timezone ID

Example: 0|1|2...479
fb_business_idstringOptional

Meta's Business ID of the WABA owner

Example: 348728345238956
settingsany ofOptional

WABA settings

Example: {"marketing_messages_lite_api_status":"ELIGIBLE"}
or
object · nullableOptional
get
/api/v2/partners/{partner_id}/waba_accounts/{waba_account_id}

Last updated

Was this helpful?