GET
/
v2
/
connections
/
{id}
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>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Response

200
application/json
Success

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