Skip to Content
API ReferenceOnboardingVerify Onboarding

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/verify

Path Parameters

ParameterTypeRequiredDescription
app_idUUIDYesThe ID of the app being onboarded

Request Body

FieldTypeRequiredDescription
wabaIdstringYesMeta WABA ID
phonenumberIdstringYesMeta Phone Number ID
phonestringYesWhatsApp number (international format)
tokenstringYesMeta BISUAT access token

Replace These Values

FieldReplace With
app_idYour actual app_id
wabaIdMeta WABA ID
phonenumberIdMeta Phone Number ID
phoneWhatsApp number (international format)
tokenMeta 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}