Skip to main content
POST
/
api
/
v1
/
admin
/
sync
/
trigger
/
interceptor
Sync trigger on interceptor
curl --request POST \
  --url https://api.example.com/api/v1/admin/sync/trigger/interceptor \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "<string>",
    "value": "<unknown>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication

Query Parameters

contractId
integer<int64>

Filter by contract id. If not set, sync all triggers

create
boolean
default:false

If true, create interceptors that not exists for related triggers

delete
boolean
default:false

If true, delete interceptors that not in the related triggers list

logEach
integer<int32>
default:10

log step. Default: 10

update
boolean
default:false

If true, update interceptors for related triggers

Response

200 - application/json

OK

key
string
value
any