Management APIParticipants
Submit participant event
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
participantID*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/studies/string/participants/string/events" \ -H "Content-Type: application/json" \ -d '{ "eventKey": "string" }'{
"message": "string",
"result": [
{
"studyKey": "string",
"surveyKey": "string",
"validFrom": 0,
"validUntil": 0,
"category": "string",
"profileID": "string"
}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}