{ "uuid": "2cfb6f1e-28c4-4000-a422-3507c8a522b2", "lastMigration": 19, "name": "Application API", "endpointPrefix": "v2/applications", "latency": 0, "port": 3000, "hostname": "0.0.0.0", "routes": [ { "uuid": "51eb6c88-93b5-4cb6-9d9c-7c365299052c", "documentation": "List available applications", "method": "get", "endpoint": "", "responses": [ { "uuid": "f009abfb-df18-4837-9f40-fa29196260fa", "body": "{\n \"_embedded\": {\n \"applications\": [\n {\n \"capabilities\": {\n \"messages\": {\n \"webhooks\": {\n \"inbound_url\": {\n \"address\": \"https://example.com/webhooks/inbound\",\n \"http_method\": \"POST\"\n },\n \"status_url\": {\n \"address\": \"https://example.com/webhooks/status\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"rtc\": {\n \"webhooks\": {\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"vbc\": {},\n \"voice\": {\n \"webhooks\": {\n \"answer_url\": {\n \"address\": \"https://example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"fallback_answer_url\": {\n \"address\": \"https://fallback.example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n }\n }\n }\n },\n \"id\": \"78d335fa-323d-0114-9c3d-d6f0d48968cf\",\n \"name\": \"My Application\",\n \"privacy\": {\n \"improve_ai\": true\n }\n }\n ]\n },\n \"page\": 1,\n \"page_size\": 10,\n \"total_items\": 6,\n \"total_pages\": 1\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "58b8c47c-e839-4bd1-bfb1-b43555ddbc63", "body": "{\n \"detail\": \"The request failed due to validation errors\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"invalid_parameters\": [\n {\n \"name\": \"page_size\",\n \"reason\": \"must be between 1 and 100\"\n }\n ],\n \"title\": \"Bad Request\",\n \"type\": \"https://developer.nexmo.com/api-errors/application#list-validation\"\n}", "latency": 0, "statusCode": 400, "label": "Invalid Request", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "a7668802-8316-459f-96ab-c31e7c39a722", "body": "{\n \"detail\": \"You did not provide correct credentials.\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid credentials supplied\",\n \"type\": \"https://developer.vonage.com/api-errors#unauthorized\"\n}", "latency": 0, "statusCode": 401, "label": "Credential is missing or invalid", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "25de95b9-6222-4e60-9f8e-31000392b1d3", "body": "{\n \"detail\": \"Request method 'TRACE' not supported\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Request method not allowed\",\n \"type\": \"https://developer.vonage.com/api-errors#wrong-verb\"\n}", "latency": 0, "statusCode": 405, "label": "Invalid Request Method", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "55132db3-81f8-4f22-8b6d-bc5f0bb0306d", "body": "{\n \"detail\": \"Invalid Accept header provided. Must be one of the following: 'application/json'\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid Accept header\",\n \"type\": \"https://developer.vonage.com/api-errors#accept-header\"\n}", "latency": 0, "statusCode": 406, "label": "Invalid Accept Header", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "025ec347-74d0-48a3-abbf-deaa471e43f7", "documentation": "Create an application", "method": "post", "endpoint": "", "responses": [ { "uuid": "0e1b2c70-ddd5-46ab-8f6a-cdc16aee1bbc", "body": "{\n \"capabilities\": {\n \"messages\": {\n \"webhooks\": {\n \"inbound_url\": {\n \"address\": \"https://example.com/webhooks/inbound\",\n \"http_method\": \"POST\"\n },\n \"status_url\": {\n \"address\": \"https://example.com/webhooks/status\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"rtc\": {\n \"webhooks\": {\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"vbc\": {},\n \"voice\": {\n \"webhooks\": {\n \"answer_url\": {\n \"address\": \"https://example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"fallback_answer_url\": {\n \"address\": \"https://fallback.example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n }\n }\n }\n },\n \"id\": \"78d335fa-323d-0114-9c3d-d6f0d48968cf\",\n \"name\": \"My Application\",\n \"privacy\": {\n \"improve_ai\": true\n }\n}", "latency": 0, "statusCode": 201, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "76dd8b46-05ac-47bb-9fb5-c4af603779e7", "body": "{\n \"detail\": \"The request failed due to validation errors\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"invalid_parameters\": [\n {\n \"name\": \"capabilities.voice.webhooks.answer_url.http_method\",\n \"reason\": \"must be one of: GET, POST\"\n }\n ],\n \"title\": \"Bad Request\",\n \"type\": \"https://developer.nexmo.com/api-errors/application#payload-validation\"\n}", "latency": 0, "statusCode": 400, "label": "Invalid Request", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "4253c15a-279d-470f-8cad-28d5fdbe6c4d", "body": "{\n \"detail\": \"You did not provide correct credentials.\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid credentials supplied\",\n \"type\": \"https://developer.vonage.com/api-errors#unauthorized\"\n}", "latency": 0, "statusCode": 401, "label": "Credential is missing or invalid", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "c98f5cc8-a2a1-4dc4-b0e2-bd702342b466", "body": "{\n \"detail\": \"Request method 'TRACE' not supported\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Request method not allowed\",\n \"type\": \"https://developer.vonage.com/api-errors#wrong-verb\"\n}", "latency": 0, "statusCode": 405, "label": "Invalid Request Method", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "241de416-51bd-41a4-b920-bb780c8bec70", "body": "{\n \"detail\": \"Invalid Accept header provided. Must be one of the following: 'application/json'\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid Accept header\",\n \"type\": \"https://developer.vonage.com/api-errors#accept-header\"\n}", "latency": 0, "statusCode": 406, "label": "Invalid Accept Header", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "b67995c0-d810-4210-b5e3-c7365e4d85f5", "body": "{\n \"detail\": \"Unsupported Content-Type header provided. Must be one of the following: 'application/json'\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Unsupported Content-Type header\",\n \"type\": \"https://developer.vonage.com/api-errors#content-type-header\"\n}", "latency": 0, "statusCode": 415, "label": "Unsupported Content Type Header", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "ffde0602-db3d-4370-941d-1e3aaf259c09", "documentation": "Delete an application", "method": "delete", "endpoint": ":id", "responses": [ { "uuid": "f64e4436-f134-4f45-847a-877e414d7c19", "body": "", "latency": 0, "statusCode": 204, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "09d4c9ed-c8fd-4ef9-b511-512598a2964a", "body": "{\n \"detail\": \"You did not provide correct credentials.\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid credentials supplied\",\n \"type\": \"https://developer.vonage.com/api-errors#unauthorized\"\n}", "latency": 0, "statusCode": 401, "label": "Credential is missing or invalid", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "035576ae-4f01-4d3c-8332-65a5634db8e5", "body": "{\n \"detail\": \"ID 'ABC123' does not exist, or you do not have access\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Not Found\",\n \"type\": \"https://developer.vonage.com/api-errors#not-found\"\n}", "latency": 0, "statusCode": 404, "label": "Resource Not Found", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "ac5ec440-101e-48f1-addd-a88f0f72f10f", "body": "{\n \"detail\": \"Request method 'TRACE' not supported\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Request method not allowed\",\n \"type\": \"https://developer.vonage.com/api-errors#wrong-verb\"\n}", "latency": 0, "statusCode": 405, "label": "Invalid Request Method", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "9bc944c0-3f48-4a11-8b0b-dbdc0a34e0a9", "body": "{\n \"detail\": \"Invalid Accept header provided. Must be one of the following: 'application/json'\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid Accept header\",\n \"type\": \"https://developer.vonage.com/api-errors#accept-header\"\n}", "latency": 0, "statusCode": 406, "label": "Invalid Accept Header", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "a29c4dcf-a4b5-44e7-9e1c-b36d32fad45d", "documentation": "Get an application", "method": "get", "endpoint": ":id", "responses": [ { "uuid": "19e97e51-9d9c-46a8-83ab-7ee9832074ca", "body": "{\n \"capabilities\": {\n \"messages\": {\n \"webhooks\": {\n \"inbound_url\": {\n \"address\": \"https://example.com/webhooks/inbound\",\n \"http_method\": \"POST\"\n },\n \"status_url\": {\n \"address\": \"https://example.com/webhooks/status\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"rtc\": {\n \"webhooks\": {\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"vbc\": {},\n \"voice\": {\n \"webhooks\": {\n \"answer_url\": {\n \"address\": \"https://example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"fallback_answer_url\": {\n \"address\": \"https://fallback.example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n }\n }\n }\n },\n \"id\": \"78d335fa-323d-0114-9c3d-d6f0d48968cf\",\n \"name\": \"My Application\",\n \"privacy\": {\n \"improve_ai\": true\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "c526f50e-3b57-4a18-bdc3-258359300c68", "body": "{\n \"detail\": \"You did not provide correct credentials.\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid credentials supplied\",\n \"type\": \"https://developer.vonage.com/api-errors#unauthorized\"\n}", "latency": 0, "statusCode": 401, "label": "Credential is missing or invalid", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "fbf26988-9a65-4eff-abc7-5c232bdc3ea3", "body": "{\n \"detail\": \"ID 'ABC123' does not exist, or you do not have access\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Not Found\",\n \"type\": \"https://developer.vonage.com/api-errors#not-found\"\n}", "latency": 0, "statusCode": 404, "label": "Resource Not Found", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "1650b68e-47da-4335-902b-204da344ba7e", "body": "{\n \"detail\": \"Request method 'TRACE' not supported\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Request method not allowed\",\n \"type\": \"https://developer.vonage.com/api-errors#wrong-verb\"\n}", "latency": 0, "statusCode": 405, "label": "Invalid Request Method", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "6b517fe7-fb00-46e3-b416-c90c12b8e8d2", "body": "{\n \"detail\": \"Invalid Accept header provided. Must be one of the following: 'application/json'\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid Accept header\",\n \"type\": \"https://developer.vonage.com/api-errors#accept-header\"\n}", "latency": 0, "statusCode": 406, "label": "Invalid Accept Header", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "ed016928-838f-42bd-9ef0-054d5c1ac8a5", "documentation": "Update an application", "method": "put", "endpoint": ":id", "responses": [ { "uuid": "e7fa8435-a991-499a-9700-06f209f892de", "body": "{\n \"capabilities\": {\n \"messages\": {\n \"webhooks\": {\n \"inbound_url\": {\n \"address\": \"https://example.com/webhooks/inbound\",\n \"http_method\": \"POST\"\n },\n \"status_url\": {\n \"address\": \"https://example.com/webhooks/status\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"rtc\": {\n \"webhooks\": {\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"http_method\": \"POST\"\n }\n }\n },\n \"vbc\": {},\n \"voice\": {\n \"webhooks\": {\n \"answer_url\": {\n \"address\": \"https://example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"event_url\": {\n \"address\": \"https://example.com/webhooks/event\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n },\n \"fallback_answer_url\": {\n \"address\": \"https://fallback.example.com/webhooks/answer\",\n \"connection_timeout\": 500,\n \"http_method\": \"POST\",\n \"socket_timeout\": 3000\n }\n }\n }\n },\n \"id\": \"78d335fa-323d-0114-9c3d-d6f0d48968cf\",\n \"name\": \"My Application\",\n \"privacy\": {\n \"improve_ai\": true\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "75ecfabc-1587-4328-876e-4ccb3ed1f010", "body": "{\n \"detail\": \"The request failed due to validation errors\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"invalid_parameters\": [\n {\n \"name\": \"capabilities.voice.webhooks.answer_url.http_method\",\n \"reason\": \"must be one of: GET, POST\"\n }\n ],\n \"title\": \"Bad Request\",\n \"type\": \"https://developer.nexmo.com/api-errors/application#payload-validation\"\n}", "latency": 0, "statusCode": 400, "label": "Invalid Request", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "7cc11932-ca90-4939-99a0-aa11eb31b5b7", "body": "{\n \"detail\": \"You did not provide correct credentials.\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid credentials supplied\",\n \"type\": \"https://developer.vonage.com/api-errors#unauthorized\"\n}", "latency": 0, "statusCode": 401, "label": "Credential is missing or invalid", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "3cf63db4-d486-4b9e-8ecc-ec31b53f250c", "body": "{\n \"detail\": \"ID 'ABC123' does not exist, or you do not have access\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Not Found\",\n \"type\": \"https://developer.vonage.com/api-errors#not-found\"\n}", "latency": 0, "statusCode": 404, "label": "Resource Not Found", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "a4d33452-1323-4302-b14b-e2abb9fd0bdc", "body": "{\n \"detail\": \"Request method 'TRACE' not supported\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Request method not allowed\",\n \"type\": \"https://developer.vonage.com/api-errors#wrong-verb\"\n}", "latency": 0, "statusCode": 405, "label": "Invalid Request Method", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "a5c322be-a203-45a8-8390-e6dc968ca20f", "body": "{\n \"detail\": \"Invalid Accept header provided. Must be one of the following: 'application/json'\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Invalid Accept header\",\n \"type\": \"https://developer.vonage.com/api-errors#accept-header\"\n}", "latency": 0, "statusCode": 406, "label": "Invalid Accept Header", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "b9fabb51-391d-47ff-b0f0-a526132ff300", "body": "{\n \"detail\": \"Unsupported Content-Type header provided. Must be one of the following: 'application/json'\",\n \"instance\": \"797a8f199c45014ab7b08bfe9cc1c12c\",\n \"title\": \"Unsupported Content-Type header\",\n \"type\": \"https://developer.vonage.com/api-errors#content-type-header\"\n}", "latency": 0, "statusCode": 415, "label": "Unsupported Content Type Header", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [ { "key": "", "value": "" } ], "proxyResHeaders": [ { "key": "", "value": "" } ] }