Skip to main content
POST
/
api
/
v1
/
admin
/
interceptor
/
changeStatus
Change status of interceptors
curl --request POST \
  --url https://api.example.com/api/v1/admin/interceptor/changeStatus \
  --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

isExtractorOnly
boolean
default:true

If true, update interceptors will happens only for extractor related interceptors. If false, will update all NOT extractor related interceptors

status
object

Interceptor status STARTED|STOPPED

Response

200 - application/json

OK

key
string
value
any