Activity Log

Fetches account activity information.

path Parameters
accountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

Request Body schema: application/json
limit
integer

Optional. Number of results to return, up to 200. Default 50.

offset
integer

Optional. Number of results to skip. Used to page through results. Default 0.

object

Responses

Request samples

Content type
application/json
{
  • "limit": 0,
  • "offset": 0,
  • "filters": {
    }
}

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "response": {
    }
}
Feedback