Config transfer
Export an encrypted config transfer bundle
Request Body
application/json
POST /otto/api/config-transfer/export Request body
categories*array<>
Items
1 <= itemsResponse Body
application/json
application/json
curl -X POST "https://your.server.net/otto/api/config-transfer/export" \ -H "Content-Type: application/json" \ -d '{ "categories": [ "offsiteConfig" ] }'{
"messages": [
{
"code": 0,
"text": "ok"
}
],
"response": {}
}{
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
],
"response": {}
}Was this page helpful?