cURL
curl --request GET \ --url https://api.usecloudpress.com/v2/connections/{id} \ --header 'Authorization: Bearer <token>'
{ "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>
Success
This object represents a connected account in Cloudpress. These are accounts to which you can export content.