AmTrust Experience Next Gen Bond Pro API

Surety bond document management API — create, retrieve, modify and remove DMS documents in base64-encoded binary form, plus health checks.

Operations 6

POST /api/v1/DMSDocument/CreateDMSDocument Creates a DMS Document (sent in base64EncodedBinary format) and upload to Box and Server. It will return DmsDocumentId when created. #
GET /api/v1/Health Hello #
POST /api/v1/Health Return date and machine name #
POST /api/v1/DMSDocument/RetrieveDMSDocument Retrieve a DMS Document (in base64EncodedBinary format) by DmsDocumentId (library index). #
POST /api/v1/DMSDocument/RemoveDMSDocument Removes a DMS Document record by DocumentId and return 200 OK. It will return 200 OK as long as the record is marked as removed in database, even if the physical file deletion from #
POST /api/v1/DMSDocument/ModifyDMSDocument Update a DMS Document record by DocumentExtId and return 200 OK. POST is required by client #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/amtrust-financial-services-experience-next-gen-bond-pro-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

amtrust-financial-services-experience-next-gen-bond-pro-api-openapi.json Raw ↑
{
  "openapi": "3.0.1",
  "info": {
    "title": "Experience Next Gen Bond Pro Api",
    "version": "1.0"
  },
  "servers": [
    {
      "url": "https://gateway.amtrustgroup.com/experience-next-gen-bond-pro-api"
    },
    {
      "url": "https://prod-apim-gw.amtrustservices.com/experience-next-gen-bond-pro-api"
    }
  ],
  "paths": {
    "/api/v1/DMSDocument/CreateDMSDocument": {
      "post": {
        "tags": [
          "DmsDocument"
        ],
        "summary": "Creates a DMS Document (sent in base64EncodedBinary format) and upload to Box and Server. It will return DmsDocumentId when created.",
        "description": "Creates a DMS Document (sent in base64EncodedBinary format) and upload to Box and Server. It will return DmsDocumentId when created.",
        "operationId": "post-api-v1-dmsdocument-createdmsdocument",
        "requestBody": {
          "description": "",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPostDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentBinary": "string"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPostDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentBinary": "string"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPostDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentBinary": "string"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPostDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentBinary": "string"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {},
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {}
              },
              "text/json": {
                "schema": {}
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DmsDocumentDto"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DmsDocumentDto"
                },
                "example": {
                  "dmsDocumentId": 0
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DmsDocumentDto"
                },
                "example": {
                  "dmsDocumentId": 0
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DmsDocumentDto"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DmsDocumentDto"
                },
                "example": {
                  "dmsDocumentId": 0
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DmsDocumentDto"
                },
                "example": {
                  "dmsDocumentId": 0
                }
              }
            }
          }
        }
      }
    },
    "/api/v1/Health": {
      "get": {
        "tags": [
          "Health"
        ],
        "summary": "Hello",
        "description": "Hello",
        "operationId": "get-api-v1-health",
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              },
              "text/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Health"
        ],
        "summary": "Return date  and machine name",
        "description": "Some remarks",
        "operationId": "post-api-v1-health",
        "requestBody": {
          "description": "Not used",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/HealthExample"
              },
              "example": {
                "healthCheck": "This is healthCheck end point"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/HealthExample"
              },
              "example": {
                "healthCheck": "This is healthCheck end point"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/HealthExample"
              },
              "example": {
                "healthCheck": "This is healthCheck end point"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/HealthExample"
              },
              "example": {
                "healthCheck": "This is healthCheck end point"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              },
              "text/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              }
            }
          }
        }
      }
    },
    "/api/v1/DMSDocument/RetrieveDMSDocument": {
      "post": {
        "tags": [
          "DmsDocument"
        ],
        "summary": "Retrieve a DMS Document (in base64EncodedBinary format) by DmsDocumentId (library index).",
        "description": "Request body uses a wrapper object with property name `RetrieveDMSDocument`.",
        "operationId": "post-api-v1-dmsdocument-retrievedmsdocument",
        "requestBody": {
          "description": "Wrapper request model.",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RetrieveDMSDocumentDto"
              },
              "example": {
                "retrieveDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RetrieveDMSDocumentDto"
              },
              "example": {
                "retrieveDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RetrieveDMSDocumentDto"
              },
              "example": {
                "retrieveDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RetrieveDMSDocumentDto"
              },
              "example": {
                "retrieveDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              },
              "text/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/LibraryDocumentResponseDto"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LibraryDocumentResponseDto"
                },
                "example": {
                  "contentType": "string",
                  "content": "string"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/LibraryDocumentResponseDto"
                },
                "example": {
                  "contentType": "string",
                  "content": "string"
                }
              }
            }
          }
        }
      }
    },
    "/api/v1/DMSDocument/RemoveDMSDocument": {
      "post": {
        "tags": [
          "DmsDocument"
        ],
        "summary": "Removes a DMS Document record by DocumentId and return 200 OK. \nIt will return 200 OK as long as the record is marked as removed in database, \neven if the physical file deletion from Box/Server fails or succeeds. \nThe physical file cleanup will be handled by a separate scheduled job.\nPOST is require",
        "description": "Request body uses a wrapper object with property name `RemoveDMSDocument`.",
        "operationId": "post-api-v1-dmsdocument-removedmsdocument",
        "requestBody": {
          "description": "Wrapper request model.",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveDMSDocumentDto"
              },
              "example": {
                "removeDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveDMSDocumentDto"
              },
              "example": {
                "removeDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveDMSDocumentDto"
              },
              "example": {
                "removeDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveDMSDocumentDto"
              },
              "example": {
                "removeDMSDocument": {
                  "documentId": 0,
                  "userId": "string",
                  "documentUserClientRefId": "string",
                  "documentUserEntityTypeCode": "string"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              },
              "text/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "example": {
                  "type": "string",
                  "title": "string",
                  "status": 0,
                  "detail": "string",
                  "instance": "string"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "example": {
                  "type": "string",
                  "title": "string",
                  "status": 0,
                  "detail": "string",
                  "instance": "string"
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "example": {
                  "type": "string",
                  "title": "string",
                  "status": 0,
                  "detail": "string",
                  "instance": "string"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "example": {
                  "type": "string",
                  "title": "string",
                  "status": 0,
                  "detail": "string",
                  "instance": "string"
                }
              }
            }
          }
        }
      }
    },
    "/api/v1/DMSDocument/ModifyDMSDocument": {
      "post": {
        "tags": [
          "DmsDocument"
        ],
        "summary": "Update a DMS Document record by DocumentExtId and return 200 OK. POST is required by client",
        "description": "Update a DMS Document record by DocumentExtId and return 200 OK. POST is required by client",
        "operationId": "post-api-v1-dmsdocument-modifydmsdocument",
        "requestBody": {
          "description": "",
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPatchDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentExtId": "string"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPatchDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentExtId": "string"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPatchDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentExtId": "string"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DmsDocumentPatchDto"
              },
              "example": {
                "documentId": 0,
                "documentName": "string",
                "documentTags": "string",
                "documentTransactionId": "string",
                "documentComments": "string",
                "documentSystemId": "string",
                "documentUserId": "string",
                "documentUserClientRefId": "string",
                "documentUserEntityTypeCode": "string",
                "documentSize": "string",
                "documentExtension": "string",
                "documentCreation": "string",
                "documentContext": "string",
                "documentSubject": "string",
                "documentType": "string",
                "documentTypeId": 0,
                "keyFlag": true,
                "sensitiveFlag": true,
                "agencyAccessFlag": true,
                "principalAccessFlag": true,
                "generatedFlag": true,
                "documentBusinessProperty": [
                  {
                    "entityId": 0,
                    "entityType": "string",
                    "enterpriseId": 0,
                    "name": "string",
                    "number": "string",
                    "clientReferenceId": "string",
                    "businessSegment": "string",
                    "portfolio": "string",
                    "renewalNumber": 0,
                    "effectiveDate": "string",
                    "expirationDate": "string"
                  }
                ],
                "documentExtId": "string"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              },
              "text/json": {
                "schema": {
                  "type": "string"
                },
                "example": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "example": {
                  "type": "string",
                  "title": "string",
                  "status": 0,
                  "detail": "string",
                  "instance": "string"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "example": {
                  "type": "string",
                  "title": "string",
                  "status": 0,
                  "detail": "string",
                  "instance": "string"
                }
              }
            }
          },
          "404": {
            "description": "Not Found",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProblemDetails"
                },
                "examples": {
                  "default": {
                    "value": null
                  }
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "

# --- truncated at 32 KB (42 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amtrust-financial-services/refs/heads/main/openapi/amtrust-financial-services-experience-next-gen-bond-pro-api-openapi.json