Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| subject | string | |
| body | string | |
| user_id | integer | ID of the user to whom this message belongs. Messages work like email, so the sender gets a copy and the recipient gets a copy of each message. This is always the authenticated user, so there's no rea |
| to_user | object | |
| from_user | object | |
| thread_id | integer | Identifier for the message thread, generally the ID of the sender's copy of the first message |
| thread_messages_count | integer | Number of messages in this thread. Only included when threads=true |
| thread_flags | array | Array of flags on messages in this thread. Only included when threads=true |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Message",
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"subject": {
"type": "string"
},
"body": {
"type": "string"
},
"user_id": {
"type": "integer",
"description": "ID of the user to whom this message belongs. Messages work like email,\nso the sender gets a copy and the recipient gets a copy of each\nmessage. This is always the authenticated user, so there's no real\nneed for a full user object.\n"
},
"to_user": {
"$ref": "#/definitions/User"
},
"from_user": {
"$ref": "#/definitions/User"
},
"thread_id": {
"type": "integer",
"description": "Identifier for the message thread, generally the ID of the sender's\ncopy of the first message\n"
},
"thread_messages_count": {
"type": "integer",
"description": "Number of messages in this thread. Only included when threads=true\n"
},
"thread_flags": {
"type": "array",
"description": "Array of flags on messages in this thread. Only included when\nthreads=true\n",
"items": {
"type": "object"
}
}
}
}
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/message"
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.