Every API here is available over the APIs.io API and to AI agents over MCP.
{
"openapi": "3.0.1",
"info": {
"title": "RCEWebAPI - Prod",
"description": "An API for Reinsurrance Contracts Entry ",
"version": "1.0"
},
"servers": [
{
"url": "https://gateway.amtrustgroup.com/RCEAPI"
},
{
"url": "https://prod-apim-gw.amtrustservices.com/RCEAPI"
}
],
"paths": {
"/api/v{version}/SyncLog/SyncLogReport": {
"get": {
"tags": [
"SyncLog"
],
"summary": "SyncLog_SyncLogReport",
"operationId": "SyncLog_SyncLogReport",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "page",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/SyncLog/SLRReportExcel": {
"get": {
"tags": [
"SyncLog"
],
"summary": "SyncLog_SLRReportExcel",
"operationId": "SyncLog_SLRReportExcel",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "id",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Shared/DropDownLists": {
"get": {
"tags": [
"Shared"
],
"summary": "Shared_DropDownLists",
"operationId": "Shared_DropDownLists",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Shared/GlasLobs": {
"get": {
"tags": [
"Shared"
],
"summary": "Shared_Glaslob",
"operationId": "Shared_Glaslob",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Shared/ExceptionDropdowns": {
"get": {
"tags": [
"Shared"
],
"summary": "Shared_ExceptionDropdowns",
"operationId": "Shared_ExceptionDropdowns",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "email",
"in": "header",
"schema": {
"type": "string",
"nullable": true
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Shared/ParticipantShortNames": {
"get": {
"tags": [
"Shared"
],
"summary": "Shared_ParticipantShortNames",
"operationId": "Shared_ParticipantShortNames",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Shared/Users": {
"get": {
"tags": [
"Shared"
],
"summary": "Shared_Users",
"operationId": "Shared_Users",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/LayerReport": {
"post": {
"tags": [
"Layer"
],
"summary": "Layer_LayerReport",
"operationId": "Layer_LayerReport",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/LayerReportDto"
},
"example": {
"uwYear": [
"string"
],
"contractName": "string",
"contractNumber": "string",
"contractClass": [
"string"
],
"broker": "string",
"reinsurer": "string",
"specific": [
"string"
],
"firm": [
"string"
],
"asl": [
"string"
],
"businessSegment": "string",
"effectiveDateFrom": "string",
"effectiveDateTo": "string",
"pageNumber": 0,
"pageSize": 0
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/Specifics": {
"get": {
"tags": [
"Layer"
],
"summary": "Layer_Specifics",
"operationId": "Layer_Specifics",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/ContractClasses": {
"get": {
"tags": [
"Layer"
],
"summary": "Layer_ContractClasses",
"operationId": "Layer_ContractClasses",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/ContractBrokers": {
"get": {
"tags": [
"Layer"
],
"summary": "Layer_ContractBrokers",
"operationId": "Layer_ContractBrokers",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/ContractUWYears": {
"get": {
"tags": [
"Layer"
],
"summary": "Layer_ContractUWYears",
"operationId": "Layer_ContractUWYears",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/ContractFirms": {
"get": {
"tags": [
"Layer"
],
"summary": "Layer_ContractFirms",
"operationId": "Layer_ContractFirms",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/ContractsList": {
"post": {
"tags": [
"Layer"
],
"summary": "Layer_ContractsList",
"operationId": "Layer_ContractsList",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/LayerReportDto"
},
"example": {
"uwYear": [
"string"
],
"contractName": "string",
"contractNumber": "string",
"contractClass": [
"string"
],
"broker": "string",
"reinsurer": "string",
"specific": [
"string"
],
"firm": [
"string"
],
"asl": [
"string"
],
"businessSegment": "string",
"effectiveDateFrom": "string",
"effectiveDateTo": "string",
"pageNumber": 0,
"pageSize": 0
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Layer/ContractNamesList": {
"post": {
"tags": [
"Layer"
],
"summary": "Layer_ContractNamesList",
"operationId": "Layer_ContractNamesList",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/LayerReportDto"
},
"example": {
"uwYear": [
"string"
],
"contractName": "string",
"contractNumber": "string",
"contractClass": [
"string"
],
"broker": "string",
"reinsurer": "string",
"specific": [
"string"
],
"firm": [
"string"
],
"asl": [
"string"
],
"businessSegment": "string",
"effectiveDateFrom": "string",
"effectiveDateTo": "string",
"pageNumber": 0,
"pageSize": 0
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/HardStops/HSReport": {
"get": {
"tags": [
"HardStops"
],
"summary": "HardStops_HSReport",
"operationId": "HardStops_HSReport",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/DownloadInfo/DownloadInfo": {
"get": {
"tags": [
"DownloadInfo"
],
"summary": "DownloadInfo_DownloadInfo",
"operationId": "DownloadInfo_DownloadInfo",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/WIPContract": {
"put": {
"tags": [
"Contract"
],
"summary": "Contract_ModifyWIPContract",
"operationId": "Contract_ModifyWIPContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/WipContracts"
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
},
"get": {
"tags": [
"Contract"
],
"summary": "Contract_GetWIPContract",
"operationId": "Contract_GetWIPContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "id",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
},
"delete": {
"tags": [
"Contract"
],
"summary": "Contract_DeleteWIPContract",
"operationId": "Contract_DeleteWIPContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/WipContracts"
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/ProdContract": {
"get": {
"tags": [
"Contract"
],
"summary": "Contract_GetProdContract",
"operationId": "Contract_GetProdContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "id",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
},
"post": {
"tags": [
"Contract"
],
"summary": "Contract_ModifyProdContract",
"operationId": "Contract_ModifyProdContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "isEndorsement",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Contracts"
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/DownloadData": {
"get": {
"tags": [
"Contract"
],
"summary": "Contract_RunDownloadData",
"operationId": "Contract_RunDownloadData",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/WipContract": {
"post": {
"tags": [
"Contract"
],
"summary": "Contract_AddWipContract",
"operationId": "Contract_AddWipContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/WipContracts"
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/Firms": {
"get": {
"tags": [
"Contract"
],
"summary": "Contract_GetFirms",
"operationId": "Contract_GetFirms",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/Asls": {
"get": {
"tags": [
"Contract"
],
"summary": "Contract_GetAsls",
"operationId": "Contract_GetAsls",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/Email": {
"post": {
"tags": [
"Contract"
],
"summary": "Contract_SendEmail",
"operationId": "Contract_SendEmail",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SendEmailDto"
},
"example": {
"subject": "string",
"body": "string",
"group": "string"
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/ProdContractForEndorsement": {
"post": {
"tags": [
"Contract"
],
"summary": "Contract_EndorseProdContract",
"operationId": "Contract_EndorseProdContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Contracts"
}
}
}
},
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/ContractApproving": {
"get": {
"tags": [
"Contract"
],
"summary": "Contract_ApproveContract",
"operationId": "Contract_ApproveContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "contractId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/ContractRejecting": {
"get": {
"tags": [
"Contract"
],
"summary": "Contract_RejectContract",
"operationId": "Contract_RejectContract",
"parameters": [
{
"name": "version",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "contractId",
"in": "query",
"schema": {
"type": "integer",
"format": "int32"
}
}
],
"responses": {
"200": {
"description": "",
"content": {
"application/octet-stream": {
"schema": {
"type": "string",
"format": "binary"
},
"examples": {
"default": {
"value": null
}
}
}
}
}
}
}
},
"/api/v{version}/Contract/ContractsApproving": {
"post": {
"tags": [
"Contract"
],
"summary": "Contract_ApproveContracts",
"operationId": "Contract_ApproveContracts",
# --- truncated at 32 KB (252 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amtrust-financial-services/refs/heads/main/openapi/amtrust-financial-services-reinsurance-contract-entry-api-openapi.json