Synctera · Schema

watchlist_alert

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
created string When this alert was created
id string Unique identifier for this alert
provider_info object The information provided to Synctera that triggered this alert, as an arbitrary JSON object. Interpretation of this object is up to the client.
provider_subject_id string The id of the provider subject for this alert
provider_subscription_id string The id of the provider subscription for this alert
provider_watchlist_name string The name of the provider for this alert
status string The status of this alert
urls array Where to get more information about this alert (according to our third-party data provider).
vendor_info object
View JSON Schema on GitHub

JSON Schema

synctera-watchlist-alert-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/watchlist_alert",
  "title": "watchlist_alert",
  "properties": {
    "created": {
      "description": "When this alert was created",
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "description": "Unique identifier for this alert",
      "format": "uuid",
      "type": "string"
    },
    "provider_info": {
      "description": "The information provided to Synctera that triggered this alert, as an arbitrary JSON object. Interpretation of this object is up to the client.\n",
      "type": "object"
    },
    "provider_subject_id": {
      "description": "The id of the provider subject for this alert",
      "type": "string"
    },
    "provider_subscription_id": {
      "description": "The id of the provider subscription for this alert",
      "type": "string"
    },
    "provider_watchlist_name": {
      "description": "The name of the provider for this alert",
      "type": "string"
    },
    "status": {
      "description": "The status of this alert",
      "enum": [
        "ACTIVE",
        "SUPPRESSED"
      ],
      "type": "string"
    },
    "urls": {
      "description": "Where to get more information about this alert (according to our third-party data provider).\n",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "vendor_info": {
      "$ref": "#/components/schemas/vendor_info"
    }
  },
  "required": [
    "status"
  ],
  "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-watchlist-alert"
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.