Synctera · Schema

Waitlist Analytics

Daily Waitlist Analytics

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
admitted integer Total number of prospects that were admitted on the given day
created integer Total number of prospects that signed up on the given day
date string Date
deleted integer Total number of prospects that were deleted on the given day
verified integer Total number of prospects that were verified on the given day
withdrawn integer Total number of prospects that were withdrawn on the given day
View JSON Schema on GitHub

JSON Schema

synctera-waitlist-analytics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitlist_analytics",
  "title": "Waitlist Analytics",
  "description": "Daily Waitlist Analytics",
  "properties": {
    "admitted": {
      "description": "Total number of prospects that were admitted on the given day",
      "example": 100,
      "readOnly": true,
      "type": "integer"
    },
    "created": {
      "description": "Total number of prospects that signed up on the given day",
      "example": 103,
      "readOnly": true,
      "type": "integer"
    },
    "date": {
      "description": "Date",
      "example": "2021-05-17",
      "readOnly": true,
      "type": "string"
    },
    "deleted": {
      "description": "Total number of prospects that were deleted on the given day",
      "example": 2,
      "readOnly": true,
      "type": "integer"
    },
    "verified": {
      "description": "Total number of prospects that were verified on the given day",
      "example": 50,
      "readOnly": true,
      "type": "integer"
    },
    "withdrawn": {
      "description": "Total number of prospects that were withdrawn on the given day",
      "example": 5,
      "readOnly": true,
      "type": "integer"
    }
  },
  "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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-waitlist-analytics"
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.