GET
/
environments
/
{environmentId}
/
visitors

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Query Parameters

filter
object
orderBy
string

$COLUMN_NAME-asc|desc

offset
integer
default: 0

The number of items to skip before starting to collect the result set

limit
integer
default: 20

The numbers of items to return

Response

200 - application/json
count
integer
visitors
object[]

Was this page helpful?