Crm Feature Flags Api Batch Portal Flag State Response With Errors Structure
Response for batch operations that had some failures
BatchPortalFlagStateResponseWithErrors is a JSON Structure definition published by HubSpot, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/crm-feature-flags-api-batch-portal-flag-state-response-with-errors-structure.json",
"name": "BatchPortalFlagStateResponseWithErrors",
"description": "Response for batch operations that had some failures",
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "The overall status of the batch operation",
"enum": [
"COMPLETE",
"PENDING"
],
"example": "COMPLETE"
},
"results": {
"type": "array",
"description": "List of portal flag states that were successfully affected",
"items": {
"type": "object",
"description": "Represents the flag state override for a specific portal (account)",
"required": [
"appId",
"flagName",
"portalId",
"flagState"
],
"properties": {
"appId": {
"type": "int64",
"description": "The unique identifier for the HubSpot application",
"example": 12345678
},
"flagName": {
"type": "string",
"description": "The name of the feature flag",
"example": "new-dashboard-feature"
},
"portalId": {
"type": "int64",
"description": "The unique identifier for the HubSpot portal (account)",
"example": 98765432
},
"flagState": {
"$ref": "#/components/schemas/FlagState"
}
}
},
"example": [
{
"appId": 12345678,
"flagName": "new-dashboard-feature",
"portalId": 98765432,
"flagState": {}
}
]
},
"errors": {
"type": "array",
"description": "List of errors that occurred during the batch operation",
"items": {
"type": "object",
"description": "Represents an error that occurred for a specific item in a batch operation",
"required": [
"status",
"category",
"message"
],
"properties": {
"status": {
"type": "string",
"description": "Error status code",
"example": "error"
},
"category": {
"type": "string",
"description": "Error category",
"example": "VALIDATION_ERROR"
},
"message": {
"type": "string",
"description": "Human-readable error message",
"example": "Invalid portal ID"
},
"context": {
"type": "object",
"description": "Additional context about the error",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
},
"example": {
"key": "value"
}
}
}
},
"example": [
{
"status": "error",
"category": "VALIDATION_ERROR",
"message": "Invalid portal ID",
"context": {
"key": "value"
}
}
]
},
"startedAt": {
"type": "datetime",
"description": "Timestamp when the batch operation started",
"example": "2025-03-15T14:30:00Z"
},
"completedAt": {
"type": "datetime",
"description": "Timestamp when the batch operation completed",
"example": "2025-03-15T14:30:00Z"
}
},
"required": [
"status",
"results"
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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
curl "https://apis.io/api/v1/json-structures/crm-feature-flags-api-batch-portal-flag-state-response-with-errors-structure"
curl "https://apis.io/api/v1/json-structures?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.