v1

latestOpenAPI 3.0.22026-07-13151037.3 KB
Activity

Retrieve a list of API Requests that have been made.

get/activity

Query parameters

limitinteger
Example:10

How many API Events should be retrieved in a single request.

offsetinteger
Example:50

How far into the collection of API Events should the response start

Response

OK

requestIdstring uuid

The unique id used to identify a single request.

timestampstring date-time

The time at which the request was processed by the server.

action'READ' | 'CREATE' | 'UPDATE' | 'DELETE'
result'SUCCESS' | 'DENY'