Anrok · Schema

CustomerCertificateResponse

Sales TaxVATTax ComplianceSoftware-as-a-ServiceFintechTax AutomationNexusE-Invoicing

Properties

Name Type Description
id string The Anrok-assigned ID of the certificate.
status string The current status of the certificate. - `active`: the certificate is valid. - `expiringSoon`: the certificate is valid but expires within 60 days in at least one jurisdiction. - `expired`: the certif
customerId string The Anrok customer ID of the customer the certificate belongs to.
customerName string The name of the customer.
createdTime string The time at which the certificate was created in Anrok.
effectiveDateBegin string Effective date of the certificate.
expiryDate string The earliest expiration date across all jurisdictions covered by the certificate. Null if no jurisdiction has an expiration date set.
exemptionNumber string Certificate exemption number.
notes string Optional internal notes.
jurises array The jurisdictions to which the certificate applies.
View JSON Schema on GitHub

JSON Schema

customer-certificate-response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/customer-certificate-response.json",
  "title": "CustomerCertificateResponse",
  "type": "object",
  "properties": {
    "id": {
      "description": "The Anrok-assigned ID of the certificate.",
      "type": "string",
      "examples": [
        "ctec6vx7gtrmxq"
      ]
    },
    "status": {
      "description": "The current status of the certificate.\n\n- `active`: the certificate is valid.\n- `expiringSoon`: the certificate is valid but expires within 60 days in at least one jurisdiction.\n- `expired`: the certificate has expired in every jurisdiction it covers.\n- `archived`: the certificate has been archived.\n",
      "type": "string",
      "enum": [
        "active",
        "expiringSoon",
        "expired",
        "archived"
      ],
      "examples": [
        "active"
      ]
    },
    "customerId": {
      "description": "The Anrok customer ID of the customer the certificate belongs to.",
      "type": "string",
      "examples": [
        "v1:1292",
        "stripe:cus_K39sWBu92Lo"
      ]
    },
    "customerName": {
      "description": "The name of the customer.",
      "type": "string",
      "examples": [
        "Acme Inc"
      ]
    },
    "createdTime": {
      "description": "The time at which the certificate was created in Anrok.",
      "type": "string",
      "format": "date-time",
      "examples": [
        "2025-01-15T18:23:45.000Z"
      ]
    },
    "effectiveDateBegin": {
      "description": "Effective date of the certificate.",
      "type": "string",
      "format": "date",
      "examples": [
        "2022-01-01"
      ]
    },
    "expiryDate": {
      "description": "The earliest expiration date across all jurisdictions covered by the certificate. Null if no jurisdiction has an expiration date set.",
      "type": "string",
      "nullable": true,
      "format": "date",
      "examples": [
        "2023-01-01"
      ]
    },
    "exemptionNumber": {
      "description": "Certificate exemption number.",
      "type": "string",
      "examples": [
        "cert-105"
      ]
    },
    "notes": {
      "description": "Optional internal notes.",
      "type": "string",
      "examples": [
        "customer notes"
      ]
    },
    "jurises": {
      "description": "The jurisdictions to which the certificate applies.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomerCertificateJurisResponse"
      }
    }
  },
  "required": [
    "id",
    "status",
    "customerId",
    "customerName",
    "createdTime",
    "effectiveDateBegin",
    "expiryDate",
    "exemptionNumber",
    "notes",
    "jurises"
  ]
}

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/customer-certificate-response"
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.