JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/prospect1",
"title": "Prospect",
"allOf": [
{
"properties": {
"creation_time": {
"description": "Creation time",
"example": "2009-11-10 23:00:00 +0000 UTC",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"email": {
"description": "Email",
"example": "someone@example.com",
"format": "email",
"type": "string"
},
"email_validation": {
"enum": [
"PENDING",
"VALID",
"INVALID"
],
"readOnly": true,
"type": "string",
"x-enumDescriptions": [
{
"PENDING": "email address is pending for validation"
},
{
"VALID": "valid email address"
},
{
"INVALID": "invalid email address"
}
]
},
"id": {
"description": "Prospect ID",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"last_updated_time": {
"description": "Most recent updated time",
"example": "2009-11-10 23:00:00 +0000 UTC",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"points": {
"description": "Number of referral points",
"example": 100,
"type": "integer"
},
"recaptcha_token": {
"description": "A token used to verify the user is not a robot",
"type": "string",
"writeOnly": true,
"x-external": false
},
"referral_code": {
"description": "Referral code",
"example": "BJDD302M",
"readOnly": true,
"type": "string"
},
"referred_by": {
"description": "UUID of the referrer",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"referred_by_code": {
"description": "Referral code of the referrer",
"example": "gz82fxvz",
"type": "string"
},
"referred_prospects": {
"description": "Number of people this prospect referred",
"readOnly": true,
"type": "integer"
},
"vendor_info": {
"$ref": "#/components/schemas/vendor_info",
"readOnly": true
},
"verification_token": {
"description": "Verification token sent to prospect",
"example": "ABD37C31",
"readOnly": true,
"type": "string"
},
"waitlist_id": {
"description": "Waitlist ID",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"waitlist_position": {
"description": "Prospect's number in the waitlist",
"example": 1,
"nullable": true,
"readOnly": true,
"type": "integer"
}
},
"required": [
"email"
],
"type": "object"
},
{
"$ref": "#/components/schemas/prospect_editable"
}
]
}
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/synctera-prospect1"
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.