POST
/
v1
/
profiles
Create test participant (Staging only)
curl --request POST \
  --url https://api-staging.respondent.io/v1/profiles \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>' \
  --data '{
  "email": "<string>",
  "workEmail": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "password": "<string>",
  "gender": "male"
}'

Headers

x-api-key
string
required
x-api-secret
string
required

Body

application/json
email
string
required
workEmail
string
required

Need work email to make sure this participant is eligible for B2B projects. Note: Check if this email is not being used by any other participant, otherwise it will skip work email verification.

firstName
string
required
lastName
string
required
password
string
required
gender
enum<string>
required
Available options:
male,
female,
other,
N/A