curl --request GET \
--url https://services.leadconnectorhq.com/surveys \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"surveys": [
{
"id": "I5GFa3d3cKjojpe4VVUx",
"name": "Survey 1",
"locationId": "ve9EPM428h8vShlRW1KT"
}
],
"total": 20
}Get Surveys
curl --request GET \
--url https://services.leadconnectorhq.com/surveys \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"surveys": [
{
"id": "I5GFa3d3cKjojpe4VVUx",
"name": "Survey 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 50 and default will be 10
20
"folder"
Was this page helpful?