Audit logs
List audit log entries
Returns a list of activity by dashboard users.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Query Parameters
A pointer to the page of results to return.
Examples:
"ZXhhbXBsZTE"
The maximum number of items that are at returned.
Required range:
1 <= x <= 100
Examples:
20
Filters the results to only the items for which the audit-log
has an action
that matches this value.
Available options:
created
, updated
, deleted
, voided
, captured
Examples:
"created"
Filters the results to only the items for which the user
has an id
that matches this value.
Examples:
"14b7b8c5-a6ba-4fb6-bbab-52d43c7f37ef"
Filters the results to only the items for which the audit-log
has a resource
that matches this type value.
Examples:
"user"
Response
200
application/json
Successful Response
The response is of type object
.