- Type: GET
- Endpoint:
/api/v4/respondents/search/<publishable_key>
For Research Defender to access a respondent’s cookies on the browser side, the request must allow credentials. In a JavaScript implementation set
withCredentials = true. See Environments & Authentication.Input Parameters
Required
Recommended
Optional
Recommended Response Parameters
Failure Reason Codes
Advanced Response Parameters
Response Example
Advanced Fingerprint Detection
For Developer Tools and WebRTC IP address detection, include the Research Defender JavaScript system utility library,rd_sys_util.min.js:
- The library is built as a module — load it with
type="module". - Apply a refresh interval of 500ms or less so data returns properly.
- The
pass_paramsproperty is the combined, encrypted dataset detected from the respondent’s browser; pass it directly on the SEARCH call (no parameter name). Theto_objectfunction parses JSON results into objects.