Skip to main content

List Inbound Changes

GET 

/api/airtable/instances/:instance/inbound-changes

List the queued inbound changes proposed from Airtable and awaiting review. Each change targets a SKU.io record (product, sales order, or supplier): link_type/link_id identify it, link_reference and link_route present it for navigation, and proposed lists each mapped field's old and new value. Apply or reject them from the review queue.

Not yet available to API tokens

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

Supports pagination (page, per_page — default 10), sort (id, status, created_at, updated_at; prefix - for DESC), and filter[status] (pending, applied, rejected, failed, unmatched).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type