cURL
curl --request POST \ --url https://whatsrb.com/api/v1/business_accounts/connect \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "url": "https://whatsrb.com/connect/TOKEN", "status": "pending", "expires_at": "2023-11-07T05:31:56Z" } }
Generates a short-lived connect URL for the WhatsApp embedded signup flow. Use the returned URL to redirect your user to the Meta signup page. Poll GET /connects/{id} to check completion.
GET /connects/{id}
API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx
Bearer wrb_live_xxx
Created
Show child attributes