GETTOKEN
Tokens & Lookups
GETTOKEN
GET
GETTOKEN
Generates single-use SHA-256 tokens for the V3 server-to-server flow, which hides sensitive SEARCH/REVIEW scores behind a server-side response.
Call this client-side with your publishable key. Generate 1–10 tokens per call with the
tokens= parameter (defaults to 1). Each token can be used for one transaction and cannot be reused. Pass the returned token in the header of the subsequent SEARCH or REVIEW call, along with your private key.
See Security Options for the full workflow.Path Parameters
Your Research Defender publishable key (client-side).
Query Parameters
Number of tokens to generate (1–10). Defaults to 1.
Optional panelist ID (only for customers who know respondent identity).
Optional hashed email (only for customers who know respondent identity).
Response
200 - application/json
One or more single-use SHA-256 tokens.
A single-use SHA-256 token.