/proxies/batch-import

Batch import proxies.

Overview

FieldValue
MethodPOST
Path/proxies/batch-import

Request Body

{ "items": [] }

cURL Example

curl -X POST http://127.0.0.1:{port}/api/local/proxies/batch-import -H "Content-Type: application/json" -H "sp-api-key: YOUR_LOCAL_API_KEY" -d '{ "items": [] }'