v1
latestOpenAPI 3.0.32026-07-268345159.5 KBdefault
Mark APP for migration
post/partner/app/{appId}/onboarding/phoneMigration
Path parameters
appIdstring required
Unique identifier of the app.
Headers
tokenstring required
Your app token, please refer Get access token api to get the token from partner documentation.
Content-Typestring
Response
Successful response
Example response
{
"status": "success",
"whatsapp": {
"businessId": "*******",
"creationStage": "DOCKER_PROVISIONING",
"dialCode": "*****",
"displayName": "appName",
"embedStage": "EMBED_PHONE_SELECTION",
"fbBusinessId": "******",
"formattedPhoneNumber": "******",
"id": "<appId>",
"migrationStatus": "META_EMBED_MIGRATION",
"normalizedPhoneNumber": "****",
"pipeLineStage": "GET_CERTIFICATE",
"preferredCurrency": "INR",
"preferredLocale": "en_US",
"preferredTimezone": "71",
"regionCode": "IN",
"uiFormStage": "GO_LIVE_FLOW_SELECTED",
"whatsappVerificationStatus": "WABA_APPROVED"
}
}