cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/meta-lead/status/{flowId} \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "connected": true, "pages": [ { "pageId": "123456789", "pageName": "My Business Page", "forms": ["form_001", "form_002"] } ], "callDelaySeconds": 30 }
Check the connection and configuration status of Meta Lead Ads for a specific call flow.