eligibleByIP

❗️

eligibleByIP endpoint is currently paused

Please note that currently this endpoint is disabled and does not return results.

Check respondent eligibility by IP

In order to increase conversion, Ipsos API eligibleByIP offers an easy way to check if a respondent would be considered eligible to start the Ipsos survey based on his IP address.

📘

Compatible with non-API jobs as well!

This endpoint can be used for both API and non-API Sample One projects.

Implementation is very similar to isEligible endpoint, only the name and inputs are different; the response of the endpoint is similar to isEligible.

Authentication is done based on system level user and password.

📘

eligibleByIP

surveyId // Sample One subsample identifier. mandatory
ip // IP address of the respondent. mandatory

{
  "isEligible": true,
  "substatuses": [
    "null_substatus"
  ]
}