ThingsBoard Customer
JSON Schema for ThingsBoard Customer entity, derived from the public ThingsBoard OpenAPI 4.3.
IoTInternet of ThingsDevice ManagementTelemetryOpen-SourceApache 2.0MQTTLwM2MCoAPRule EngineDashboardsEdgeMulti-TenantJavaSpring
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/thingsboard/refs/heads/main/json-schema/thingsboard-customer-schema.json",
"title": "ThingsBoard Customer",
"description": "JSON Schema for ThingsBoard Customer entity, derived from the public ThingsBoard OpenAPI 4.3.",
"type": "object",
"properties": {
"id": {
"$ref": "#/components/schemas/CustomerId",
"description": "JSON object with the customer Id. Specify this field to update the customer. Referencing non-existing customer Id will cause error. Omit this field to create new customer."
},
"createdTime": {
"type": "integer",
"format": "int64",
"description": "Timestamp of the customer creation, in milliseconds",
"example": 1609459200000,
"readOnly": true
},
"country": {
"type": "string",
"description": "Country",
"example": "US"
},
"state": {
"type": "string",
"description": "State",
"example": "NY"
},
"city": {
"type": "string",
"description": "City",
"example": "New York"
},
"address": {
"type": "string",
"description": "Address Line 1",
"example": 42
},
"address2": {
"type": "string",
"description": "Address Line 2"
},
"zip": {
"type": "string",
"description": "Zip code",
"example": 10004
},
"phone": {
"type": "string",
"description": "Phone number",
"example": "+1(415)777-7777"
},
"email": {
"type": "string",
"description": "Email",
"example": "example@company.com"
},
"title": {
"type": "string",
"description": "Title of the customer",
"example": "Company A"
},
"tenantId": {
"$ref": "#/components/schemas/TenantId",
"description": "JSON object with Tenant Id"
},
"version": {
"type": "integer",
"format": "int64"
},
"name": {
"type": "string",
"description": "Name of the customer. Read-only, duplicated from title for backward compatibility",
"example": "Company A",
"readOnly": true
},
"additionalInfo": {
"$ref": "#/components/schemas/JsonNode",
"description": "Additional parameters of the device"
}
},
"required": [
"email",
"title"
]
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/thingsboard-customer"
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 email required.
A second provider on the same verified email joins the account you already have.