Connections
Get connection
GET
/
v2
/
connections
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
integer
requiredResponse
200 - application/json
This object represents a connected account in Cloudpress. These are accounts to which you can export content.
id
integer
The ID of the connection.
kind
enum<string>
Indicates whether this is a source or destination connection.
Available options:
source
, destination
lastExport
string | null
The date and time the last export was done to this connection for the specified source document reference. If no source document reference was passed, or if the source document has never been exported to the connection, this field will be null.
name
string
The name of the connection.
serviceLogoUrl
string
A URL with the logo for the underlying service.
type
string
The type of account this connection is to.