List Connections

GET {{base_url}}/connections

Request Params

KeyDatatypeRequiredDescription
connection_typestringFilter connections by their type.
domainstringFilter Connections by their associated domain.
organization_idstringFilter Connections by their associated organization.
afterstringA cursor to use for pagination. after is an object ID that defines your place in the list. For example, if you make a list request and receive 100 objects, ending with obj_123, your subsequent call can include after=obj_123 to fetch a new batch of objects after obj_123.
beforestringA cursor to use for pagination. before is an object ID that defines your place in the list. For example, if you make a list request and receive 100 objects, ending with obj_123, your subsequent call can include before=obj_123 to fetch a new batch of objects before obj_123.
limitstringUpper limit on the number of objects to return, between 1 and 100. The default value is 10.
orderstringOrder the results by the creation time. Supported values are "asc" and "desc" for ascending and descending order respectively.

|