Skip to main content
GET
/
integrations
/
connections
cURL
curl --request GET \
  --url https://api.example.com/integrations/connections
{
  "connections": [
    {
      "id": "488fa4bd-9e19-4eb5-b461-abeb38a0f9de",
      "tenantId": "e305e9a4-585e-49b8-bc88-9fba992c6326",
      "marketplace": "meli",
      "sellerId": "987654321",
      "status": "active",
      "lastSyncedAt": "2024-02-15T12:00:00.000Z",
      "lastSyncError": null,
      "createdAt": "2024-01-01T12:00:00.000Z",
      "updatedAt": "2024-02-15T12:00:00.000Z"
    }
  ]
}

Response

{
  "connections": [
    {
      "id": "488fa4bd-9e19-4eb5-b461-abeb38a0f9de",
      "tenantId": "e305e9a4-585e-49b8-bc88-9fba992c6326",
      "marketplace": "meli",
      "sellerId": "987654321",
      "status": "active",
      "lastSyncedAt": "2024-02-15T12:00:00.000Z",
      "lastSyncError": null,
      "createdAt": "2024-01-01T12:00:00.000Z",
      "updatedAt": "2024-02-15T12:00:00.000Z"
    }
  ]
}

Response

200 - undefined