GamebeastDocs
Dashboard
Project APIExperiments (V1)

Get experiment participant counts

GET
/application/{applicationId}/experiments/{experimentId}/participants

Participant counts per group for a v1 experiment.

Authorization

personalAccessTokenAuth
AuthorizationBearer <token>

Personal access token (prefixed gb_pat_). Acts on behalf of its owner and can never exceed the owner's own permissions. Send it as Authorization: Bearer <token>.

In: header

Path Parameters

applicationId*number
experimentId*number

Header Parameters

environment_id*number

Gamebeast environment ID

Response Body

application/json

curl -X GET "https://example.com/application/0/experiments/0/participants" \  -H "environment_id: 0"
{  "property1": 0,  "property2": 0}