POST
/
api
/
v2
/
billing
/
adrExportConfig
Configure ADR Export Settings
curl --request POST \
  --url https://api.vida.dev/api/v2/billing/adrExportConfig \
  --header 'Content-Type: application/json' \
  --data '{
  "deliveryProtocol": "sftp",
  "rotationMinutes": "somekey",
  "host": "sftp.domain.com",
  "port": 2202,
  "username": "someuser",
  "password": "somepassword",
  "path": "/path/"
}'
{
  "success": true,
  "message": "Success"
}

Authorizations

token
string
query
required

Vida API Token

Body

application/json

Response

200
application/json

Successful response

The response is of type object.