Authorize Meta WhatsApp
Get the Meta OAuth authorization URL to connect your WhatsApp Business Account.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Response Fields
urlstringThe 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=..."
}