Box · Schema
Integration mapping (Base)
A base representation of an integration mapping object.
Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | A unique identifier of a folder mapping (part of a composite key together with `integration_type`) |
| integration_type | string | Identifies the Box partner app, with which the mapping is associated. Currently only supports Slack. (part of the composite key together with `id`) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/IntegrationMapping--Base",
"title": "Integration mapping (Base)",
"type": "object",
"x-box-resource-id": "integration_mapping--base",
"x-box-tag": "integration_mappings",
"x-box-variant": "base",
"x-box-variants": [
"base",
"standard",
"mini"
],
"description": "A base representation of an\nintegration mapping object.",
"properties": {
"id": {
"type": "string",
"nullable": false,
"example": "12345",
"description": "A unique identifier of a folder mapping\n(part of a composite key together\nwith `integration_type`)"
},
"integration_type": {
"type": "string",
"nullable": false,
"description": "Identifies the Box partner app,\nwith which the mapping is associated.\nCurrently only supports Slack.\n(part of the composite key together with `id`)",
"example": "slack",
"enum": [
"slack"
]
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/box-integrationmapping-base"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.