POST
/
v2
/
export
/
connection
curl --request POST \
  --url https://api.usecloudpress.com/v2/export/connection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "destinationConnection": 123,
  "fieldMappings": {},
  "sourceConnection": 123,
  "sourceDocumentReference": "<string>",
  "title": "<string>"
}'
{
  "id": "<string>",
  "outputDocuments": [
    {
      "links": [
        {
          "description": "<string>",
          "title": "<string>",
          "url": "<string>"
        }
      ],
      "title": "<string>"
    }
  ],
  "queuedAt": "2023-11-07T05:31:56Z",
  "status": "queued",
  "summary": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

An export from connection request.

Response

200
application/json

Success

The response is of type object.