Use this Rest API to programmatically access your zero-party survey data

Authentication:

API keys are used to authenticate to this API. You'll need to sign-up for a LoudHippo account and then generate a new developer access token from the Integrations section from the dashboard: https://app.loudhippo.io/manage-integrations.

You'll need to keep these keys private. You can create and delete API keys from the dashboard.

Each API request must contain a header x-api-key with the value set to your API key retrieved from the dashboard.

curl --request GET \
     --url https://api.loudhippo.io/api/Response/List \
     --header 'accept: application/json' \
     --header 'x-api-key: myapikey'

Rate limits:

API request limits are set to 200 requests/min.

If you're a technology partner integrating with our api, please contact us at [email protected]