environments
Get the unique number of visitors for an environment by environment ID
GET
/
environments
/
{environmentId}
/
statistics
/
visitors
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Required string length:
36
Response
200 - application/json
users
object
visitors
object
Was this page helpful?