Retrieve a paginated list of connections for a given organization.
cURL
curl --request GET \ --url https://api.example.com/v1/connections \ --header 'X-API-KEY: <api-key>' \ --header 'x-organization-id: <x-organization-id>'
{ "items": [ { "id": "<string>", "updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "last_synced": "2023-11-07T05:31:56Z", "source": "BIGCOMMERCE", "external_id": "<string>", "status": "ACTIVE", "records_synced": 123, "store_name": "<string>", "initial_import_complete": false, "url": "<string>", "tax_calculation_ready": false, "tax_calculation_enabled": false, "needs_update": false, "vertex_enabled": false, "default_country": "AF", "marketplace_id": "<string>" } ], "total": 1, "page": 2, "size": 2, "pages": 1 }
The unique identifier for the organization making the request
Page number
x >= 1
Page size
1 <= x <= 100
Successful Response
Show child attributes
x >= 0