Environments
All examples in this documentation use the production base URL. Swap in the staging URL for integration testing.
API Keys
Research Defender issues two keys. Which one you use depends on whether the call is made from the browser (client-side) or your server (server-side).
The key is passed as the final path segment of the request, for example:
Client-Side Access to Cookies (SEARCH)
For Research Defender to access a respondent’s cookies on the browser side, the request must allow credentials. With a JavaScript-based implementation, set thewithCredentials attribute to true: