Responses

GET /external/api/microshops
curl \
 -X GET http://test.api.fygi.store/external/api/microshops \
 -H "authorization: $API_KEY"
Response examples (200)
[
  {
    "id": "string",
    "handle": "string",
    "name": "string"
  }
]
Response examples (200)
[
  {
    "id": "string",
    "handle": "string",
    "name": "string"
  }
]