Start Replay

Authorization: apiKey

name: x-api-key
in: header
type: apiKey
curl -L -X POST 'https://api.korewireless.com/vault/subscriptions/:subscriptionid/replays' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
  "registry": "string",
  "startTime": 0,
  "endTime": 0,
  "destination": "string",
  "source": "string",
}'

Last updated