GET /external/api/microshops

GET /external/api/microshops

Responses

  • Success

    Hide response attributes Show response attributes object
    • id string(uuid)
    • handle string | null
    • name string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id string(uuid)
    • handle string | null
    • name string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id string(uuid)
    • handle string | null
    • name string | null
    • Additional properties are NOT allowed
GET /external/api/microshops
curl \
 --request GET 'https://api.fygi.store/external/api/microshops' \
 --header "authorization: $API_KEY"
Response examples (200)
[
  {
    "id": "string",
    "handle": "string",
    "name": "string"
  }
]
Response examples (200)
[
  {
    "id": "string",
    "handle": "string",
    "name": "string"
  }
]