Printago API
GET /v1/integrations/etsy

List Etsy integrations

List all connected Etsy shops for a store

Requires: integration.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "integrationId": "string",
    "shopId": "string",
    "shopName": "string"
  }
]