Skip to main content
GET
List owned connections

Authorizations

Authorization
string
header
required

A cdojo_... API key created in the app under Settings.

Query Parameters

direction
enum<string>

Return only inbound or outbound connections.

Available options:
inbound,
outbound
limit
integer
default:50

Maximum connections to return. Omit for 50.

Required range: 1 <= x <= 100
skip
integer
default:0

Connections to skip before collecting the page.

Required range: x >= 0

Response

Success

success
boolean
required
data
object[]
required
meta
object

Paging, on the operations that return a list.