Skip to main content

Get Activity Log

GET 

/api/magento1/instances/:integrationInstance/activity-log

Paginated change history for orders belonging to this integration instance. Each entry records a change event (created, updated, etc.), who made it, and a JSON properties payload holding the before/after attributes and the source of the change. Since Magento 1 is polled rather than pushing webhooks, this is the closest thing to a per-store event feed. Authenticate with a Personal Access Token (PAT) Bearer token.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

OK

Response Headers
    Content-Type