GET
/
v1
/
reporting

Pagination

This endpoint is paginated using parameters offset and limit The “next” key in the response allow you to easily follow pagination to get the next batch of users

Variable api keys

This endpoint is based on dynamic fields. This mean that all annotations that look like <variable-key>, will have to or will be replaced by their actual API keys.

Authorizations

X-API-Key
string
headerrequired

Query Parameters

offset
integer
default: 0

Optional (minimum:0 - maximum:9223372036854775807)

limit
integer
default: 200

Optional (minimum:0 - maximum:200): if set to 0 return total count only

Response

200 - application/json
count
integer
required

Number of records in the response

next
string

Next page of the response

data
object[]
required