Get respondent information
POST /get-respondent-info
POST
/get-respondent-info
The /get-respondent-info
endpoint will return information about a respondent, including birth_date
, gender
, postal_code
, and attributes
. Learn more here.
Negative Answer Values
For negative answers, please refer to the table below for further details.
answer_value | description |
---|---|
-5 | This attribute is derived from postal_code , but the respondent postal_code is invalid or unsupported. |
* | All other negative answer values will only match filter cells if kind is ANSWERED or negate is true . The answer value will not match any quota cells . |
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” dynata-expiration
required
string format: date-time
RFC3339 timestamp indicating request expiration
dynata-access-key
required
string
Dynata provided access key
Example
ABCD1234
dynata-signature
required
string
Signature created using the dynata methodology
Example
c156e91013eb715edb2b07df5491497a807206b1796bb7d031505107a9dbdcdf
Request Body
Section titled “Request Body ”object
respondent_id
required
Partner’s respondent identifier. Accepts 100 characters, 3-byte chars.
string
Responses
Section titled “ Responses ”Respondent info retrieved
object
respondent_id
Partner’s respondent identifier. Accepts 100 characters, 3-byte chars.
string
language
string
country
string
is_active
boolean
is_suspended
boolean
gender
string
birth_date
string format: YYYY-MM-DD
postal_code
string
date_created
string format: date-time
attributes
object
key
additional properties
Array<integer>
Bad request
object
message
required
string
Invalid credentials
object
message
required
string
Unauthorized
object
message
required
string
Internal server error
object
message
required
string