Verify Onboarding
Verifies the results of the embedded onboarding flow and links the WhatsApp Business Account (WABA) to your app.
Endpoint
POST /api/v1/partner/:app_id/obotoembed/verifyPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
app_id | UUID | Yes | The ID of the app being onboarded |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
wabaId | string | Yes | Meta WABA ID |
phonenumberId | string | Yes | Meta Phone Number ID |
phone | string | Yes | WhatsApp number (international format) |
token | string | Yes | Meta BISUAT access token |
Replace These Values
| Field | Replace With |
|---|---|
app_id | Your actual app_id |
wabaId | Meta WABA ID |
phonenumberId | Meta Phone Number ID |
phone | WhatsApp number (international format) |
token | Meta BISUAT access token |
Response
Success 200 OK
{
"success": true,
"message": "Onboarding verified successfully",
"data": {
"app_id": "61f06252cf0a58553378ceb5",
"waba_id": "627e4c3187860b64165c065f",
"phone_number_id": "102289599326934",
"phone": "918798311438",
"status": "ACTIVE",
"verified_at": "2026-02-15T16:10:00Z",
"meta_details": {
"connection_status": "CONNECTED",
"is_official_business_account": false,
"meta_business_id": "938527052670751",
"name_status": "APPROVED",
"code_verification_status": "VERIFIED",
"display_phone_number": "15557631110",
"platform_type": "CLOUD_API",
"messaging_limit_tier": "TIER_1K",
"throughput": {
"level": "STANDARD"
},
"verified_name": "Splashify Pro",
"quality_rating": "GREEN"
}
}
}Try It
POST
/api/v1/partner/{app_id}/obotoembed/verifyVerify onboarding{app_id}