v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
account

Get the history logs for the account

get/account/history

Query parameters

event_typesstring[]

comma separated list of event types to filter

qstring

the string to search on

offsetinteger

the offset of the result set

limitinteger

the number of results in the result set

Response

successful retrieval of history

Example response

{
  "items": {
    "items": [
      {
        "event_type": "channel_created"
      }
    ]
  }
}