cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/meta-whatsapp/authorize \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "url": "https://www.facebook.com/v18.0/dialog/oauth?client_id=...&redirect_uri=...&scope=...&state=..." }
Get the Meta OAuth authorization URL to connect your WhatsApp Business Account.