curl --request GET \
--url https://services.leadconnectorhq.com/surveys/submission-details/{submissionId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"statusCode": 400,
"message": "Bad Request"
}Get survey submission details without authentication
curl --request GET \
--url https://services.leadconnectorhq.com/surveys/submission-details/{submissionId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"statusCode": 400,
"message": "Bad Request"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Successful response
Was this page helpful?