curl --location 'https://graph.facebook.com/v18.0/<FORM_ID>/leads?limit=500&access_token=<LONG_LIVED_ACESS_TOKEN>'
- Replace
<FORM_ID>
with form id, e.g. 1260551454918979 - Replace
<LONG_LIVED_ACESS_TOKEN>
with your access token
{ | |
"task_oriented": 1432, | |
"informational": 1254, | |
"social": 1006, | |
"personal_advice_and_self_improvement": 816, | |
"philosophy_and_morality": 479, | |
"business_and_finance": 424, | |
"language_and_communication": 295, | |
"news_and_current_events": 235, | |
"technical": 63, |
{ | |
"1":{ | |
"id":"1", | |
"name":"In high school", | |
"type":"education_statuses", | |
"key":"Demographics > Education > Education level > In high school" | |
}, | |
"2":{ | |
"id":"2", | |
"name":"In college", |