cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success
This object represents a connected account in Cloudpress. These are accounts to which you can export content.