Wootric · Schema
EndUser
A Wootric end user who can receive surveys and provide feedback
Customer ExperienceNPSCSATCESCustomer SatisfactionCustomer Effort ScoreSurveysFeedbackVoice of the Customer
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier for the end user |
| string | End user email address | |
| external_id | string | External identifier from the integrating system |
| external_created_at | integer | Unix timestamp of when the user was created in the external system |
| last_surveyed | integer | Unix timestamp of the last survey sent to this user |
| surveys_disabled | boolean | Whether all surveys are disabled for this user |
| properties | object | Custom key-value properties for segmentation and personalization |
| created_at | integer | Unix timestamp of when this record was created in Wootric |
| updated_at | integer | Unix timestamp of when this record was last updated |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.wootric.com/schemas/end-user.json",
"title": "EndUser",
"description": "A Wootric end user who can receive surveys and provide feedback",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique identifier for the end user"
},
"email": {
"type": "string",
"format": "email",
"description": "End user email address"
},
"external_id": {
"type": "string",
"description": "External identifier from the integrating system"
},
"external_created_at": {
"type": "integer",
"description": "Unix timestamp of when the user was created in the external system"
},
"last_surveyed": {
"type": "integer",
"description": "Unix timestamp of the last survey sent to this user"
},
"surveys_disabled": {
"type": "boolean",
"description": "Whether all surveys are disabled for this user"
},
"properties": {
"type": "object",
"additionalProperties": true,
"description": "Custom key-value properties for segmentation and personalization"
},
"created_at": {
"type": "integer",
"description": "Unix timestamp of when this record was created in Wootric"
},
"updated_at": {
"type": "integer",
"description": "Unix timestamp of when this record was last updated"
}
},
"required": ["id", "email"]
}
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/end-user"
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.