cURL
curl --request GET \ --url https://whatsrb.com/api/v1/connects/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "status": "pending", "expires_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "account": { "id": "<string>", "waba_id": "<string>", "business_name": "<string>", "phone_number_id": "<string>", "phone_number": "<string>", "display_name": "<string>", "status": "<string>", "quality_rating": "<string>", "connected": true, "meta_token_expires_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "error": "<string>" } }
Check the status of an embedded signup connect request. When status=completed, the response includes the newly connected business account.
status=completed
API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx
Bearer wrb_live_xxx
OK
Show child attributes