{ "uuid": "734eb8e7-bf5c-4e0f-9af6-7a07c7e74c49", "lastMigration": 29, "name": "Application API", "endpointPrefix": "v2/applications", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "b93173dd-21c5-414e-bc8a-4d262cdaafa6", "documentation": "List available applications", "method": "get", "endpoint": "", "responses": [ { "uuid": "79b9454b-fef7-4b43-a962-b2237b612fd9", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a6d428a7-585e-460a-9c42-8d900a9f96cc", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eabe6b8c-bb10-4b1b-8236-a2eac114247a", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "470b5389-eeea-407b-8723-a657968a034d", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fa858e94-3a87-44f2-aa90-5629a4a41345", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "496efa95-750a-4804-a5a7-01e979079ec3", "documentation": "Create an application", "method": "post", "endpoint": "", "responses": [ { "uuid": "6fb83532-999f-48d6-9a82-0a04fd565fea", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "73d3365e-c90d-45e6-a7c3-25c35d18c681", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3794ccb-a719-4a2f-8861-4df4d6f1fe45", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b12731d-43c1-4cd0-a4e4-441d5a1a3299", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6ebd07ed-d482-44bc-989f-5cf57dea8475", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc7f51ca-e314-4547-b304-c5f4561e160a", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57cedf2d-d14e-4d07-860d-4f21d2500ffb", "documentation": "Delete an application", "method": "delete", "endpoint": ":id", "responses": [ { "uuid": "552197df-fa93-4379-921c-45ef6c688847", "body": "", "latency": 0, "statusCode": 204, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ae6a1376-d8a5-4af8-91a7-8f169cc5d144", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "92dc37a9-c1ff-4334-a3ea-0a78416f0dd4", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14f4d509-8c2a-4f88-8634-d94b9d25919b", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d1a1d963-f34f-4eef-a486-8e3627eb684b", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c157f1d-57b9-4763-a269-47e5ba35eacc", "documentation": "Get an application", "method": "get", "endpoint": ":id", "responses": [ { "uuid": "e8cef64a-6f3a-45bf-a8ac-4722be054455", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fa4b142a-a681-4731-83d6-e10078f1b8e6", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a009474b-43f0-48c5-b903-89b1988583ae", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b26a4cc-9814-40ea-ac3a-fcd278fee6ba", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e85d7ac-f321-43da-bd5d-89843a0bb17b", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fd300639-ce2a-4596-9146-6e9aa61f5928", "documentation": "Update an application", "method": "put", "endpoint": ":id", "responses": [ { "uuid": "1a971bf2-f919-4f3b-87b2-8dff2c8640ca", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "141d99f2-0cd1-495c-bfaa-a25f0ff48418", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "98ef8d5d-7328-40af-bf51-f3ed91e4c151", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f63fc702-bb99-4e69-87b1-2af9ce608b55", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c45a21a-a819-4b65-9377-5ee81e3884e2", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c9c3961f-5a48-4432-bca2-7f33c0ee1cf4", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75ba8205-4ec9-4011-9e8a-231ba64594f0", "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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "b93173dd-21c5-414e-bc8a-4d262cdaafa6" }, { "type": "route", "uuid": "496efa95-750a-4804-a5a7-01e979079ec3" }, { "type": "route", "uuid": "57cedf2d-d14e-4d07-860d-4f21d2500ffb" }, { "type": "route", "uuid": "1c157f1d-57b9-4763-a269-47e5ba35eacc" }, { "type": "route", "uuid": "fd300639-ce2a-4596-9146-6e9aa61f5928" } ] }