POST
/
v2
/
connections
curl --request POST \
  --url https://api.usecloudpress.com/v2/connections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "type": "<string>"
}'
{
  "id": 123,
  "kind": "source",
  "lastExport": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "serviceLogoUrl": "<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

The body is of type object.

Response

200
application/json
Success

This object represents a connected account in Cloudpress. These are accounts to which you can export content.