Participant APIStudies
List studies the user participates in
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/study-service/studies/participating"{
"studies": [
{
"key": "string",
"status": "string",
"props": {},
"stats": {},
"profileIds": [
"string"
]
}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}