Trillet AI logo

Install Meta Lead Ads

Get the Meta OAuth authorization URL to connect Meta Lead Ads for automatic lead calling.

GEThttps://api.trillet.ai/v1/api/meta-lead/auth/install

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 Meta Lead Ads connection.

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