Trillet AI logo

Authorize Meta WhatsApp

Get the Meta OAuth authorization URL to connect your WhatsApp Business Account.

GEThttps://api.trillet.ai/v1/api/meta-whatsapp/authorize

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Response Fields

urlstring

The Meta OAuth authorization URL. Redirect the user to this URL to authorize the WhatsApp Business connection.

{
  "url": "https://www.facebook.com/v18.0/dialog/oauth?client_id=...&redirect_uri=...&scope=...&state=..."
}