Start Export

post

Start Export

Authorizations
Path parameters
subscriptionidstringRequired

Subscription ID

Body
sourcestringOptional
destinationstringOptional
Responses
201
Created
application/json
post
POST /vault/subscriptions/{subscriptionid}/exports HTTP/1.1
Host: api.korewireless.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 38

{
  "source": "text",
  "destination": "text"
}
{
  "details": "text"
}

Authorization: apiKey

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

Last updated