Stannp · Schema

Recipient

A contact record representing a physical mail recipient.

Direct MailPostcardsLettersPrintPhysical MailMarketing AutomationCampaignsAddress VerificationSMSWebhookMailing ListsFulfillment

Properties

Name Type Description
id integer Unique recipient identifier
account_id integer Owning account identifier
title string Honorific title (Mr, Mrs, Dr, etc.)
firstname string Given name
lastname string Family name
company string Company or organisation name
job_title string Job title
address1 string First line of postal address
address2 string Second line of postal address
address3 string Third line of postal address
city string City or town
county string State, county, or province
postcode string Postcode or ZIP code
zipcode string ZIP code (US alternative to postcode)
country string ISO 3166-1 Alpha-2 country code
dps string Delivery Point Suffix (UK)
email string Email address
phone_number string Phone number
ref_id string External reference identifier for deduplication
blacklist boolean Whether the recipient is on the suppression block list
created string Creation timestamp
updated string Last updated timestamp
View JSON Schema on GitHub

JSON Schema

recipient.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stannp/main/json-schema/recipient.json",
  "title": "Recipient",
  "description": "A contact record representing a physical mail recipient.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique recipient identifier"
    },
    "account_id": {
      "type": "integer",
      "description": "Owning account identifier"
    },
    "title": {
      "type": "string",
      "description": "Honorific title (Mr, Mrs, Dr, etc.)"
    },
    "firstname": {
      "type": "string",
      "description": "Given name"
    },
    "lastname": {
      "type": "string",
      "description": "Family name"
    },
    "company": {
      "type": "string",
      "description": "Company or organisation name"
    },
    "job_title": {
      "type": "string",
      "description": "Job title"
    },
    "address1": {
      "type": "string",
      "description": "First line of postal address"
    },
    "address2": {
      "type": "string",
      "description": "Second line of postal address"
    },
    "address3": {
      "type": "string",
      "description": "Third line of postal address"
    },
    "city": {
      "type": "string",
      "description": "City or town"
    },
    "county": {
      "type": "string",
      "description": "State, county, or province"
    },
    "postcode": {
      "type": "string",
      "description": "Postcode or ZIP code"
    },
    "zipcode": {
      "type": "string",
      "description": "ZIP code (US alternative to postcode)"
    },
    "country": {
      "type": "string",
      "minLength": 2,
      "maxLength": 2,
      "description": "ISO 3166-1 Alpha-2 country code",
      "examples": ["US", "GB", "CA"]
    },
    "dps": {
      "type": "string",
      "description": "Delivery Point Suffix (UK)"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address"
    },
    "phone_number": {
      "type": "string",
      "description": "Phone number"
    },
    "ref_id": {
      "type": "string",
      "description": "External reference identifier for deduplication"
    },
    "blacklist": {
      "type": "boolean",
      "description": "Whether the recipient is on the suppression block list"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Creation timestamp"
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "Last updated timestamp"
    }
  },
  "examples": [
    {
      "id": 12345,
      "firstname": "Jane",
      "lastname": "Smith",
      "address1": "123 Main St",
      "city": "Austin",
      "county": "TX",
      "zipcode": "78701",
      "country": "US",
      "blacklist": false,
      "created": "2024-03-01T10:00:00Z"
    }
  ]
}

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/recipient"
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.