Synctera · Schema

get_viral_loop_waitlists

Get Viral Loop Waitlists

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
lead_count integer total number of leads/people on the waitlist
View JSON Schema on GitHub

JSON Schema

synctera-get-viral-loop-waitlists-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/get_viral_loop_waitlists",
  "title": "get_viral_loop_waitlists",
  "description": "Get Viral Loop Waitlists",
  "properties": {
    "lead_count": {
      "description": "total number of leads/people on the waitlist",
      "minimum": 0,
      "readOnly": true,
      "type": "integer"
    }
  },
  "type": "object"
}