GET /external/api/microshops

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developers.fygi.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "External MCP server": {
    "url": "https://developers.fygi.io/mcp"
  }
}

Close
GET /external/api/microshops

Responses

  • Success

    Hide response attributes Show response attributes object
    • id string(uuid)
    • handle string | null
    • name string | null
    Hide response attributes Show response attributes object
    • id string(uuid)
    • handle string | null
    • name string | null
    Hide response attributes Show response attributes object
    • id string(uuid)
    • handle string | null
    • name string | null
GET /external/api/microshops
curl \
 --request GET 'http://test.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"
  }
]