GuideLab API

Sync All Whats App Templates

Sync the approval status of all pending WhatsApp templates with Twilio. Updates each template's status to approved, rejected, or keeps as pending. Lab-only operation.

POST
/whatsapp-templates/sync-all

Sync the approval status of all pending WhatsApp templates with Twilio. Updates each template's status to approved, rejected, or keeps as pending. Lab-only operation.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/whatsapp-templates/sync-all"
{  "synced": 0,  "hasMore": true,  "results": [    {      "id": "string",      "status": "string",      "error": "string"    }  ]}
Empty
Empty