List Connections
GET {{base_url}}/connections
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
connection_type | string | Filter connections by their type. | |
domain | string | Filter Connections by their associated domain. | |
organization_id | string | Filter Connections by their associated organization. | |
after | string | A 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. | |
before | string | A 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. | |
limit | string | Upper limit on the number of objects to return, between 1 and 100. The default value is 10. | |
order | string | Order the results by the creation time. Supported values are "asc" and "desc" for ascending and descending order respectively. |
|