Skip to main content
GET
List all activity logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Page number.

Example:

1

per_page
integer

Number of records per page.

Example:

20

from_date
string<date>

Filter activity logs from a specific date.

Example:

"2022-08-09"

to_date
string<date>

Filter activity logs up to a specific date.

Example:

"2022-08-09"

activity_types[]
string[]

Filter results by activity types

Example:
activity_sources[]
enum<string>[]

Filter results by activity sources

Available options:
api,
front,
system
Example:
user_emails[]
string[]

Filter results by user emails

Example:
external_customer_id
string

Unique identifier assigned to the customer in your application.

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

external_subscription_id
string

External subscription ID

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

resource_ids[]
string<uuid>[]

Filter results by resources unique identifiers

Example:
resource_types[]
string[]

Filter results by resource class types

Example:

Response

List of activity logs

activity_logs
object[]
required
meta
object
required