List Connections
Connections
List Connections
Returns all connections in the account.
GET
List Connections
Authorizations
Enter your API key as the username. Leave the password field blank.
Example: curl -u YOUR_API_KEY: https://api.xplenty.com/...
Headers
API version header — required on all requests
Query Parameters
Index of the first object to retrieve (starting from 0)
Required range:
x >= 0Number of items to return (max 100)
Required range:
1 <= x <= 100Filter by connection type
Return only connections assigned to the given connection group. Pass the literal string null to return only connections that are not assigned to any connection group (the "ungrouped only" filter). Omit the parameter to return connections from every group.
Last modified on July 14, 2026