Calm · Schema
Calm Eligibility File Row
One row of a Calm Business or Calm Health SFTP eligibility CSV uploaded to /inbound/eligibility/ on sftp.ws.calm.com.
CompanyMental HealthWellnessMeditationMindfulnessSleepEmployee BenefitsHealthB2BSubscription
Properties
| Name | Type | Description |
|---|---|---|
| unique_identifier | string | Work email, employee ID, or partner-controlled stable identifier used to redeem the Calm benefit. |
| segment_1 | string | Optional segmentation column for demographic reporting (e.g., region). |
| segment_2 | string | Optional segmentation column for demographic reporting (e.g., department). |
| segment_3 | string | Optional segmentation column for demographic reporting (e.g., business unit). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/calm-com/main/json-schema/calm-eligibility-file-schema.json",
"title": "Calm Eligibility File Row",
"description": "One row of a Calm Business or Calm Health SFTP eligibility CSV uploaded to /inbound/eligibility/ on sftp.ws.calm.com.",
"type": "object",
"required": ["unique_identifier"],
"properties": {
"unique_identifier": {
"type": "string",
"description": "Work email, employee ID, or partner-controlled stable identifier used to redeem the Calm benefit."
},
"segment_1": {
"type": "string",
"description": "Optional segmentation column for demographic reporting (e.g., region)."
},
"segment_2": {
"type": "string",
"description": "Optional segmentation column for demographic reporting (e.g., department)."
},
"segment_3": {
"type": "string",
"description": "Optional segmentation column for demographic reporting (e.g., business unit)."
}
},
"additionalProperties": false
}
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/calm-eligibility-file"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.