curl --request GET \
--url https://{baseurl}/api/v1/management/surveys \
--header 'x-api-key: <x-api-key>'{}Fetches all existing surveys
curl --request GET \
--url https://{baseurl}/api/v1/management/surveys \
--header 'x-api-key: <x-api-key>'{}OK
The response is of type object.
Was this page helpful?