Skip to main content

List Inbound Plan Activity

GET 

/api/tiktok-shop/:integrationInstance/fbt/inbound-plans/:plan/activity-log

Paginated activity history for one inbound plan, newest first.

Not yet available to API tokens

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

Filters

  • filter[event] — the change type, e.g. created, updated, deleted, bulk_upsert.
  • filter[source] — what caused the change, e.g. manual, tiktok_sync.
  • filter[batch_uuid] — group a bulk change by its batch identifier.
  • filter[search] — free text across the actor's name, the recorded properties and the event name.

Paginationpage and per_page (default 15).

The plan must belong to the integration instance in the path; a plan owned by another instance answers 404.

Requires an authenticated token. No extra permission is needed for this read.

Request

Responses

OK

Response Headers
    Content-Type