Vtex Getcategorytree Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "GetCategoryTree",
"method": "GET",
"path": "/api/catalog-seller-portal/category-tree",
"summary": "VTex Get Category Tree",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"roots": [
{
"value": {
"id": "2",
"name": "Departamento Artesanato",
"isActive": true
},
"children": [
{
"value": {
"id": "3",
"name": "Artesanato de Barro",
"isActive": false
},
"children": [
{
"value": {
"id": "4",
"name": "Artesanato de Barro Vermelho",
"isActive": false
},
"children": []
}
]
}
]
},
{
"value": {
"id": "5",
"name": "Perfumes",
"isActive": false
},
"children": [
{
"value": {
"id": "6",
"name": "Perfume Feminino",
"isActive": false
},
"children": []
},
{
"value": {
"id": "7",
"name": "Perfume Masculino",
"isActive": false,
"displayOnMenu": false,
"score": 0,
"filterByBrand": false,
"isClickable": false
},
"children": []
}
]
}
],
"createdAt": "2021-08-16T20:57:13.070813Z",
"updatedAt": "2022-07-07T14:24:56.416337Z"
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/vtex-getcategorytree-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.