Policy
A trade credit insurance policy from Allianz Trade
Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety
Properties
| Name |
Type |
Description |
| policyId |
string |
Unique identifier for the policy |
| policyNumber |
string |
Official Allianz Trade policy number |
| policyHolderName |
string |
Legal name of the policy holder |
| policyType |
string |
Type of trade credit insurance policy |
| policyStatus |
string |
Current status of the policy |
| currency |
string |
ISO 4217 policy currency code |
| maxCoverageAmount |
number |
Maximum total coverage amount under the policy |
| coveragePercentage |
integer |
Percentage of loss covered by the policy |
| startDate |
string |
Policy start date |
| endDate |
string |
Policy end date |
| country |
string |
ISO 3166-1 alpha-2 country code for the policy |
| createdAt |
string |
Timestamp when the policy was created |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.allianz-trade.com/schemas/trade-policy-policy-schema.json",
"title": "Policy",
"type": "object",
"description": "A trade credit insurance policy from Allianz Trade",
"properties": {
"policyId": {
"type": "string",
"description": "Unique identifier for the policy"
},
"policyNumber": {
"type": "string",
"description": "Official Allianz Trade policy number"
},
"policyHolderName": {
"type": "string",
"description": "Legal name of the policy holder"
},
"policyType": {
"type": "string",
"description": "Type of trade credit insurance policy",
"enum": [
"trade_credit",
"surety",
"ecommerce_b2b"
]
},
"policyStatus": {
"type": "string",
"description": "Current status of the policy",
"enum": [
"active",
"suspended",
"expired",
"cancelled"
]
},
"currency": {
"type": "string",
"description": "ISO 4217 policy currency code"
},
"maxCoverageAmount": {
"type": "number",
"format": "double",
"description": "Maximum total coverage amount under the policy"
},
"coveragePercentage": {
"type": "integer",
"description": "Percentage of loss covered by the policy",
"minimum": 0,
"maximum": 100
},
"startDate": {
"type": "string",
"format": "date",
"description": "Policy start date"
},
"endDate": {
"type": "string",
"format": "date",
"description": "Policy end date"
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code for the policy"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the policy was created"
}
}
}
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/trade-policy-policy"
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.