Skip to main content

Get Store Activity Log

GET 

/api/v2/stores/:store/activity-log

Paginated, filterable audit log of the store's own events (create, edit, archive, restore). Each entry records the event, the changed attributes, and the user who made the change.

Required scope: settings:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Supports filter[event], filter[source], filter[batch_uuid], and filter[search] (searches causer name, event, subject type, and change properties). Paginated with page and per_page (default 15).

Authentication: Requires Bearer token (PAT).

Request

Responses

OK

Response Headers
    Content-Type