Get Embed Link
Generates a URL to embed the Facebook Login for WhatsApp onboarding flow in your application.
Endpoint
GET /api/v1/partner/:app_id/onboarding/embed/linkPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
app_id | UUID | Yes | The ID of the app to onboard |
Response
Success 200 OK
{
"success": true,
"message": "Onboarding embed link generated successfully",
"data": {
"app_id": "61f06252cf0a58553378ceb5",
"embed_link": "https://waba.splashifypro.com/business/embedded_signup?app_id=61f06252cf0a58553378ceb5&state=xyz123",
"expires_at": "2026-02-15T14:30:00Z",
"generated_at": "2026-02-15T13:30:00Z"
}
}Errors
| Status | Error | Description |
|---|---|---|
400 | Bad Request | Invalid app ID |
404 | Not Found | App Not Found |
Try It
GET
/api/v1/partner/{app_id}/onboarding/embed/linkGet embed link{app_id}