GET
/
v1
/
waba
/
progress
/
{progressID}
Get WABA integration progress
curl --request GET \
  --url https://api.wazapin.com/v1/waba/progress/{progressID} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "channel_id": "<string>",
    "completed_steps": "<unknown>",
    "created_at": "<string>",
    "current_step": "<string>",
    "error": "<string>",
    "id": "<string>",
    "organization_id": "<string>",
    "phone_number_id": "<string>",
    "step_status": "<string>",
    "updated_at": "<string>",
    "waba_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

progressID
string
required

Integration progress ID

Response

OK

data
object
required