---
title: "Sync a WABA account"
method: POST
path: "/v3/waba-accounts/{id}/sync"
tags: ["WABA"]
---

# Sync a WABA account

`POST /v3/waba-accounts/{id}/sync`

Requires the `waba_account:create` scope.

## Response `200`

WABA account

- WabaAccount
  - `id` integer, required
  - `unique_id` string, required
  - `waba_id` string, required
  - `phone_number_id` string, required
  - `display_phone_number` string, required
  - `verified_name` string, nullable
  - `is_webhooks_subscribed` boolean
  - `is_pin_enabled` boolean, nullable
  - `status` string, nullable
  - `phone_status` string, nullable
  - `store` WabaAccountStore, required
    - `id` integer, required
    - `unique_id` string, required
    - `name` string, required
    - `logo` string, nullable
  - `dataset_id` string, nullable
  - `marketing_messages_onboarding_status` string, nullable
  - `is_on_biz_app` boolean
  - `runtime_owner` string, nullable
  - `updates` object[], nullable
  - `inserted_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/4354959d76dc/schema)
