Skip to main content
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

publishable_key
string
required

Your Research Defender publishable key (client-side).

Query Parameters

tokens
integer

Number of tokens to generate (1–10). Defaults to 1.

rt_sr_pd
string

Optional panelist ID (only for customers who know respondent identity).

rt_hd_el
string

Optional hashed email (only for customers who know respondent identity).

Response

200 - application/json

One or more single-use SHA-256 tokens.

tokens
string[]

A single-use SHA-256 token.