GET
/
connections

Authorizations

Authorization
string
headerrequired

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

Query Parameters

cursor
string

Pagination cursor to start requests from

limit
integer

The maximum number of results to return in a page.

externalId
string
dotNumber
string
tag
string

Filter connections by tag

updatedAfter
string

Filter connections that were last updated on or after a given time.

updatedBefore
string

Filter connections that were last updated on or before a given time.

Response

200 - application/json
results
object[]
required
next
string

Cursor used for pagination.