Skip to main content
POST
/
api
/
v1
/
admin
/
sync
/
kafka
Sync entries on kafka
curl --request POST \
  --url https://api.example.com/api/v1/admin/sync/kafka \
  --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

action
boolean
default:false

If true, push actions to kafka

detector
boolean
default:false

If true, push detectors to kafka

licenseInstance
boolean
default:false

If true, push licenses to kafka

subscription
boolean
default:false

If true, push subscriptions to kafka

trigger
boolean
default:false

If true, push triggers to kafka

Response

200 - application/json

OK

key
string
value
any