Get Meta Lead Ads Status
Check the connection and configuration status of Meta Lead Ads for a specific call flow.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
flowIdstringrequiredThe call flow ID to check the Meta Lead Ads status for.
Response Fields
connectedbooleanWhether Meta Lead Ads is connected and configured for this flow.
pagesarrayConfigured Facebook pages and their forms.
callDelaySecondsnumberCurrent call delay setting in seconds.
{
"connected": true,
"pages": [
{
"pageId": "123456789",
"pageName": "My Business Page",
"forms": ["form_001", "form_002"]
}
],
"callDelaySeconds": 30
}