Skip to Content
API ReferenceOnboardingGet Embed Link

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

Path Parameters

ParameterTypeRequiredDescription
app_idUUIDYesThe 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

StatusErrorDescription
400Bad RequestInvalid app ID
404Not FoundApp Not Found

Try It

GET/api/v1/partner/{app_id}/onboarding/embed/linkGet embed link
{app_id}