Skip to main content

Get Supplier Activity Log

GET 

/api/suppliers/:supplier/activity-log

Rolled-up activity timeline for a single supplier. Returns the supplier's own field changes plus related activity across its purchase orders (and their lines and invoices), vendor credits (and their lines and shipments), vendor deposits, bills, and supplier products (and pricing). Results are paginated and ordered newest-first.

Required scope: suppliers:read

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

Authentication: Requires Bearer token and the suppliers.show permission.

Filters: filter[event] (created, updated, deleted, bulk_upsert), filter[source] (the origin of the change), filter[batch_uuid] (a single bulk batch), and filter[search] (matches actor name, event, changed properties, and related record type). Pagination: per_page (default 15).

Request

Responses

OK

Response Headers
    Content-Type