GET
/
v1
/
activities

Authorizations

x-api-key
string
headerrequired

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Query Parameters

token_id
integer

The ID of the product (token) to fetch activities for.

collection_slug
string

The slug of the collection to fetch activities for.

min_date
string

The minimum date for filtering activities.

max_date
string

The maximum date for filtering activities.

limit
integer

The maximum number of items to return (1-1000).

offset
integer

The number of items to skip before starting to collect the result set.

order
enum<string>

The sort order of the results.

Available options:
asc,
desc
order_by
string

The field by which to order the results.

Response

200 - application/json
data
object[]
pagination
object