List connections
Returns a list of all your connections. These are connections to external accounts Cloudpress can export content from (Notion accounts), as well as export content to (Content Management System accounts).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The kind of connection to filter by. Cannot be used in conjunction with Type.
source
, destination
The page of results you would like to return.
The number of items to return per page. By default, 50 items will be returned.
The connection properties to filter by. Can only be used in conjunction with Type.
An optional source document reference. If passed, the lastExport field will indicate when this particular document was last exported to each of the listed connections.
The type of connection to filter by. One of:
- CONTENTFUL
- KENTICO
- NOTION
- SANITY
- WEBFLOW
- WORDPRESS Cannot be used in conjunction with Kind.