Artboard
Config transfer

Export an encrypted config transfer bundle

POST
/otto/api/config-transfer/export

Request Body

application/json

POST /otto/api/config-transfer/export Request body

categories*array<>
Items1 <= items

Response 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?