Management APIStudies
Get study configuration by key
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/studies/string/"{
"study": {
"id": "64b8f0f2e1b1c8a1d2e3f4g5",
"key": "string",
"secretKey": "string",
"status": "string",
"props": {},
"configs": {},
"notificationSubscriptions": [
{}
],
"stats": {},
"nextTimerEvent": 0,
"rules": [
{}
]
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}