curl --request GET \
--url https://services.leadconnectorhq.com/forms \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"forms": [
{
"id": "YSWdvS4Is98wtIDGnpmI",
"name": "Form 1",
"locationId": "ve9EPM428h8vShlRW1KT"
}
],
"total": "20"
}Get Forms
curl --request GET \
--url https://services.leadconnectorhq.com/forms \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"forms": [
{
"id": "YSWdvS4Is98wtIDGnpmI",
"name": "Form 1",
"locationId": "ve9EPM428h8vShlRW1KT"
}
],
"total": "20"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 "ve9EPM428h8vShlRW1KT"
0
Limit Per Page records count. will allow maximum up to 1000 and default will be 10
20
"folder"
Was this page helpful?