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