{ "uuid": "2d5e77b5-c6ec-4dd5-a798-0dfbadfcc31f", "lastMigration": 29, "name": "Postmark API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "40091599-0c6f-4051-814c-d0bcb796dec3", "documentation": "Get bounces", "method": "get", "endpoint": "bounces", "responses": [ { "uuid": "a3701083-248e-49df-9247-1c4b61330ff6", "body": "{\n \"Bounces\": [\n {\n \"BouncedAt\": \"{{faker 'date.recent' 365}}\",\n \"CanActivate\": {{faker 'datatype.boolean'}},\n \"Content\": \"\",\n \"Description\": \"\",\n \"Details\": \"\",\n \"DumpAvailable\": {{faker 'datatype.boolean'}},\n \"Email\": \"{{faker 'internet.email'}}\",\n \"ID\": \"\",\n \"Inactive\": {{faker 'datatype.boolean'}},\n \"MessageID\": \"\",\n \"Name\": \"\",\n \"Subject\": \"\",\n \"Tag\": \"\",\n \"Type\": \"\",\n \"TypeCode\": {{faker 'number.int' max=99999}}\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "fcc21cd9-ff5d-4ce7-a51a-6bd8280acca2", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "d101a08d-25d4-445b-94a1-d573ba1b8f14", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "0b3dd28e-bb4d-4011-9253-11f94db337b2", "documentation": "Get a single bounce", "method": "get", "endpoint": "bounces/:bounceid", "responses": [ { "uuid": "6170254b-2f3c-4f65-9a27-3f2acc215221", "body": "{\n \"BouncedAt\": \"{{faker 'date.recent' 365}}\",\n \"CanActivate\": {{faker 'datatype.boolean'}},\n \"Content\": \"\",\n \"Description\": \"\",\n \"Details\": \"\",\n \"DumpAvailable\": {{faker 'datatype.boolean'}},\n \"Email\": \"{{faker 'internet.email'}}\",\n \"ID\": \"\",\n \"Inactive\": {{faker 'datatype.boolean'}},\n \"MessageID\": \"\",\n \"Name\": \"\",\n \"Subject\": \"\",\n \"Tag\": \"\",\n \"Type\": \"\",\n \"TypeCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "61a58bff-e97f-49bc-b18e-58ffff9a1a97", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "01e41772-733b-4b49-95ab-9523c8892557", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "a39ebb57-b1c6-4f41-b7a7-621baaf466ae", "documentation": "Activate a bounce", "method": "put", "endpoint": "bounces/:bounceid/activate", "responses": [ { "uuid": "03e12920-b2ab-4096-ba84-ab6403d16e14", "body": "{\n \"Bounce\": {\n \"BouncedAt\": \"{{faker 'date.recent' 365}}\",\n \"CanActivate\": {{faker 'datatype.boolean'}},\n \"Content\": \"\",\n \"Description\": \"\",\n \"Details\": \"\",\n \"DumpAvailable\": {{faker 'datatype.boolean'}},\n \"Email\": \"{{faker 'internet.email'}}\",\n \"ID\": \"\",\n \"Inactive\": {{faker 'datatype.boolean'}},\n \"MessageID\": \"\",\n \"Name\": \"\",\n \"Subject\": \"\",\n \"Tag\": \"\",\n \"Type\": \"\",\n \"TypeCode\": {{faker 'number.int' max=99999}}\n },\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "52248189-05d3-42e3-b16e-615f7f526698", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "07157fff-9846-4893-bcc5-1932ae75a0c6", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "2e9f9064-a118-4591-a6a0-90c640a14333", "documentation": "Get bounce dump", "method": "get", "endpoint": "bounces/:bounceid/dump", "responses": [ { "uuid": "7fb93b1e-5067-4803-9fab-608320a7713a", "body": "{\n \"Body\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "14ba662c-a4e3-4cd0-b5dd-15c8011a2741", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "c027c54c-3cc6-4ff2-936c-4f66088b9b21", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "d9e59050-cf59-4153-a84f-56a4ce16bb73", "documentation": "Get delivery stats", "method": "get", "endpoint": "deliverystats", "responses": [ { "uuid": "55f6076b-772e-4a71-815d-48b9825f61b9", "body": "{\n \"Bounces\": [\n {\n \"Count\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Type\": \"\"\n }\n ],\n \"InactiveMails\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "018d4c2d-7c5a-4712-9cf1-02e1435738ee", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "59efac09-6c82-4ce5-bbfe-2107db4a6887", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "62fb5dc2-105b-4db4-a018-19bc6850d68a", "documentation": "Send a single email", "method": "post", "endpoint": "email", "responses": [ { "uuid": "cce08fa0-90e3-469b-b744-97ddd28f0f5b", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\",\n \"MessageID\": \"\",\n \"SubmittedAt\": \"{{faker 'date.recent' 365}}\",\n \"To\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "eb1dd4a6-12f6-4bc2-b8fc-cd029be5ef5c", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "fd727815-709d-4f71-980c-b85cb4adbf3b", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "fd414f60-3dea-42f5-82c1-65aaa8c8c9a1", "documentation": "Send a batch of emails", "method": "post", "endpoint": "email/batch", "responses": [ { "uuid": "e638c30a-3c6a-4c96-8c3c-95a0b618b281", "body": "[\n {\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\",\n \"MessageID\": \"\",\n \"SubmittedAt\": \"{{faker 'date.recent' 365}}\",\n \"To\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "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": "d809c2ea-ae2c-463f-a015-0bede9746a31", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "04b32c09-bb88-48a3-b27f-fcde58498652", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "a74d658f-0e94-4066-ad82-d3989427db25", "documentation": "Send a batch of email using templates.", "method": "post", "endpoint": "email/batchWithTemplates", "responses": [ { "uuid": "c6fdf792-26bd-4b7b-b892-d92610a1d89c", "body": "[\n {\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\",\n \"MessageID\": \"\",\n \"SubmittedAt\": \"{{faker 'date.recent' 365}}\",\n \"To\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "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": "de05cd59-3a3c-405c-a7cb-98cc31d65bfc", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "4860438f-2a84-4515-883b-3d2ff3965179", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "9f6b64e1-8c6d-4bf4-b486-ba5b137ee8c7", "documentation": "Send an email using a Template", "method": "post", "endpoint": "email/withTemplate", "responses": [ { "uuid": "386e728b-00a0-4b01-b134-0f23675a6899", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\",\n \"MessageID\": \"\",\n \"SubmittedAt\": \"{{faker 'date.recent' 365}}\",\n \"To\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "30f3c919-ec00-4bd4-b8d0-26792f1415f8", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "39f738be-5ca0-406a-8757-66b31f07353b", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "40ba3140-f741-4bc8-aa3a-b2547240a566", "documentation": "Inbound message search", "method": "get", "endpoint": "messages/inbound", "responses": [ { "uuid": "8402f29f-3516-4516-adaf-4f895839f387", "body": "{\n \"InboundMessages\": [\n {\n \"Attachments\": [\n {\n \"Content\": \"\",\n \"ContentID\": \"\",\n \"ContentType\": \"\",\n \"Name\": \"\"\n }\n ],\n \"Cc\": \"\",\n \"CcFull\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"Date\": \"\",\n \"From\": \"\",\n \"FromFull\": {\n \"Email\": \"\",\n \"Name\": \"\"\n },\n \"FromName\": \"\",\n \"MailboxHash\": \"\",\n \"MessageID\": \"\",\n \"OriginalRecipient\": \"\",\n \"ReplyTo\": \"\",\n \"Status\": \"\",\n \"Subject\": \"\",\n \"Tag\": \"\",\n \"To\": \"\",\n \"ToFull\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ]\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "a99eca76-edba-4c47-b5e4-83a156e51263", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "4bb76856-c479-4efb-a608-80f52d66173b", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "002d0697-9f83-4bd2-932a-f1bf2d7e246c", "documentation": "Bypass rules for a blocked inbound message", "method": "put", "endpoint": "messages/inbound/:messageid/bypass", "responses": [ { "uuid": "5d31dab8-2ffc-407e-9cef-22871836491e", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "c6ce3e54-d67a-463c-9437-8f7470a920bf", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "2f0d1c8e-29cd-4f5c-8218-87abb11a6576", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "6d57e6d4-5800-483a-9b50-5e2fc99b3dcb", "documentation": "Inbound message details", "method": "get", "endpoint": "messages/inbound/:messageid/details", "responses": [ { "uuid": "339a1660-ad24-4af2-ae87-39d62fce25f5", "body": "{\n \"Attachments\": [\n {\n \"Content\": \"\",\n \"ContentID\": \"\",\n \"ContentType\": \"\",\n \"Name\": \"\"\n }\n ],\n \"BlockedReason\": \"\",\n \"Cc\": \"\",\n \"CcFull\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"Date\": \"\",\n \"From\": \"\",\n \"FromFull\": {\n \"Email\": \"\",\n \"Name\": \"\"\n },\n \"FromName\": \"\",\n \"Headers\": [\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ],\n \"HtmlBody\": \"\",\n \"MailboxHash\": \"\",\n \"MessageID\": \"\",\n \"OriginalRecipient\": \"\",\n \"ReplyTo\": \"\",\n \"Status\": \"\",\n \"Subject\": \"\",\n \"Tag\": \"\",\n \"TextBody\": \"\",\n \"To\": \"\",\n \"ToFull\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "1e3cedaf-e2c8-482e-8039-327c0b718a59", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "2b14b462-1b38-4c55-88fe-7dd1126b23a0", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "895f085d-ad84-4edc-859e-107ceed6a183", "documentation": "Retry a failed inbound message for processing", "method": "put", "endpoint": "messages/inbound/:messageid/retry", "responses": [ { "uuid": "f3a705a3-4761-4a75-88c8-5f43d727e46b", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "97c44f83-0af1-445c-8d5a-9e373b0aec26", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "9cf43ae7-16c6-421b-9c52-1393516ad454", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "efd486bc-07a9-432a-92b9-716ba26011a7", "documentation": "Outbound message search", "method": "get", "endpoint": "messages/outbound", "responses": [ { "uuid": "120fa6d1-602d-40cc-95a7-e927aeaac430", "body": "{\n \"Messages\": [\n {\n \"Attachments\": [\n {\n \"Content\": \"\",\n \"ContentID\": \"\",\n \"ContentType\": \"\",\n \"Name\": \"\"\n }\n ],\n \"Bcc\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"Cc\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"From\": \"\",\n \"MessageID\": \"\",\n \"ReceivedAt\": \"{{faker 'date.recent' 365}}\",\n \"Recipients\": [\n \"\"\n ],\n \"Status\": \"\",\n \"Subject\": \"\",\n \"Tag\": \"\",\n \"To\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"TrackLinks\": \"{{oneOf (array 'None' 'HtmlAndText' 'HtmlOnly' 'TextOnly')}}\",\n \"TrackOpens\": {{faker 'datatype.boolean'}}\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "bb74826b-f165-4f5b-ace7-90b72352c497", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "3fbcd475-a0ee-4422-92fe-55fa0d9d5204", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "9100536b-e9d1-4a5e-a6c8-9d0f7e8d9335", "documentation": "Clicks for a all messages", "method": "get", "endpoint": "messages/outbound/clicks", "responses": [ { "uuid": "dd895a97-1fac-480c-9970-a5c26c3eb31f", "body": "{\n \"Clicks\": [\n {\n \"ClickLocation\": \"\",\n \"Client\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"Geo\": {\n \"City\": \"\",\n \"Coords\": \"\",\n \"Country\": \"\",\n \"CountryISOCode\": \"\",\n \"IP\": \"\",\n \"Region\": \"\",\n \"RegionISOCode\": \"\",\n \"Zip\": \"\"\n },\n \"MessageID\": \"\",\n \"OS\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"OriginalLink\": \"\",\n \"Platform\": \"\",\n \"ReceivedAt\": \"{{faker 'date.recent' 365}}\",\n \"Recipient\": \"{{faker 'internet.email'}}\",\n \"Tag\": \"\",\n \"UserAgent\": \"\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "4b77aa5a-9840-45bc-ae79-b00602b802bc", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "ef548517-c661-42bd-b065-f99a702364d7", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "e9ccc437-a15e-4702-9d40-7a21967f5019", "documentation": "Retrieve Message Clicks", "method": "get", "endpoint": "messages/outbound/clicks/:messageid", "responses": [ { "uuid": "cb93dd7f-05eb-4901-93bd-746f36aa14b7", "body": "{\n \"Clicks\": [\n {\n \"ClickLocation\": \"\",\n \"Client\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"Geo\": {\n \"City\": \"\",\n \"Coords\": \"\",\n \"Country\": \"\",\n \"CountryISOCode\": \"\",\n \"IP\": \"\",\n \"Region\": \"\",\n \"RegionISOCode\": \"\",\n \"Zip\": \"\"\n },\n \"MessageID\": \"\",\n \"OS\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"OriginalLink\": \"\",\n \"Platform\": \"\",\n \"ReceivedAt\": \"{{faker 'date.recent' 365}}\",\n \"Recipient\": \"{{faker 'internet.email'}}\",\n \"Tag\": \"\",\n \"UserAgent\": \"\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "bdfe62c8-f029-4625-910a-50772540e69f", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "6c0ea78e-cc6f-4b06-8625-f6f526d7835e", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "995827c0-ea0b-4fe8-81d6-ec34a303e4ab", "documentation": "Opens for all messages", "method": "get", "endpoint": "messages/outbound/opens", "responses": [ { "uuid": "e6ab9177-961d-4c0e-b53e-df08de354f44", "body": "{\n \"Opens\": [\n {\n \"Client\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"FirstOpen\": {{faker 'datatype.boolean'}},\n \"Geo\": {\n \"City\": \"\",\n \"Coords\": \"\",\n \"Country\": \"\",\n \"CountryISOCode\": \"\",\n \"IP\": \"\",\n \"Region\": \"\",\n \"RegionISOCode\": \"\",\n \"Zip\": \"\"\n },\n \"MessageID\": \"\",\n \"OS\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"Platform\": \"\",\n \"ReceivedAt\": \"{{faker 'date.recent' 365}}\",\n \"Recipient\": \"{{faker 'internet.email'}}\",\n \"Tag\": \"\",\n \"UserAgent\": \"\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "2a8de53b-8c85-4ab5-b435-03e582bd17a6", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "5752acd0-2f38-428c-b59a-462080118eff", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "56bf5263-fe14-40fc-8f50-f098533b0ed9", "documentation": "Retrieve Message Opens", "method": "get", "endpoint": "messages/outbound/opens/:messageid", "responses": [ { "uuid": "58820605-c4b2-4acc-a133-a634c0531b4c", "body": "{\n \"Opens\": [\n {\n \"Client\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"FirstOpen\": {{faker 'datatype.boolean'}},\n \"Geo\": {\n \"City\": \"\",\n \"Coords\": \"\",\n \"Country\": \"\",\n \"CountryISOCode\": \"\",\n \"IP\": \"\",\n \"Region\": \"\",\n \"RegionISOCode\": \"\",\n \"Zip\": \"\"\n },\n \"MessageID\": \"\",\n \"OS\": {\n \"Company\": \"\",\n \"Family\": \"\",\n \"Name\": \"\"\n },\n \"Platform\": \"\",\n \"ReceivedAt\": \"{{faker 'date.recent' 365}}\",\n \"Recipient\": \"{{faker 'internet.email'}}\",\n \"Tag\": \"\",\n \"UserAgent\": \"\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "917e9a3a-5200-42ef-8b69-4e7a017748f6", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "ffda0de3-a92b-487b-beb4-a4edac723128", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "f3014994-64b1-4f37-a4b1-1865ea628a9b", "documentation": "Outbound message details", "method": "get", "endpoint": "messages/outbound/:messageid/details", "responses": [ { "uuid": "82a9a0a9-b3b0-4337-ba69-b8b0cf2b6b62", "body": "{\n \"Attachments\": [\n {\n \"Content\": \"\",\n \"ContentID\": \"\",\n \"ContentType\": \"\",\n \"Name\": \"\"\n }\n ],\n \"Bcc\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"Body\": \"\",\n \"Cc\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"From\": \"\",\n \"HtmlBody\": \"\",\n \"MessageEvents\": [\n {\n \"Details\": {\n \"BounceID\": \"\",\n \"DeliveryMessage\": \"\",\n \"DestinationIP\": \"\",\n \"DestinationServer\": \"\",\n \"Summary\": \"\"\n },\n \"ReceivedAt\": \"{{faker 'date.recent' 365}}\",\n \"Recipient\": \"\",\n \"Type\": \"\"\n }\n ],\n \"MessageID\": \"\",\n \"ReceivedAt\": \"{{faker 'date.recent' 365}}\",\n \"Recipients\": [\n \"\"\n ],\n \"Status\": \"\",\n \"Subject\": \"\",\n \"Tag\": \"\",\n \"TextBody\": \"\",\n \"To\": [\n {\n \"Email\": \"\",\n \"Name\": \"\"\n }\n ],\n \"TrackLinks\": \"{{oneOf (array 'None' 'HtmlAndText' 'HtmlOnly' 'TextOnly')}}\",\n \"TrackOpens\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "ec08dcad-00d9-44bf-82ac-d8c5fa28528c", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "19ec85db-5612-478f-a4bc-f786d02422ff", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "24df6760-9042-4e0a-ae49-fc339054f583", "documentation": "Outbound message dump", "method": "get", "endpoint": "messages/outbound/:messageid/dump", "responses": [ { "uuid": "64737d24-dab1-4639-8a5d-30a947224d2a", "body": "{\n \"Body\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "b814813b-355d-4f34-9af3-862e0f7590e3", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "d279dd24-00b5-4908-92d2-ce8facb1c5ce", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "2cec56bd-8439-4ef8-862f-66176e520dfe", "documentation": "Get Server Configuration", "method": "get", "endpoint": "server", "responses": [ { "uuid": "1a2833b8-93d2-43cd-ae6a-661663f814ed", "body": "{\n \"ApiTokens\": [\n \"\"\n ],\n \"BounceHookUrl\": \"\",\n \"ClickHookUrl\": \"\",\n \"Color\": \"{{oneOf (array 'purple' 'blue' 'turqoise' 'green' 'red' 'yellow' 'grey')}}\",\n \"DeliveryHookUrl\": \"\",\n \"ID\": {{faker 'number.int' max=99999}},\n \"InboundAddress\": \"{{faker 'internet.email'}}\",\n \"InboundDomain\": \"\",\n \"InboundHash\": \"\",\n \"InboundHookUrl\": \"\",\n \"InboundSpamThreshold\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"OpenHookUrl\": \"\",\n \"PostFirstOpenOnly\": {{faker 'datatype.boolean'}},\n \"RawEmailEnabled\": {{faker 'datatype.boolean'}},\n \"ServerLink\": \"\",\n \"SmtpApiActivated\": {{faker 'datatype.boolean'}},\n \"TrackLinks\": \"{{oneOf (array 'None' 'HtmlAndText' 'HtmlOnly' 'TextOnly')}}\",\n \"TrackOpens\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "61dd98b8-37e1-4c65-bb20-dbadc7f15bcc", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "e4cec846-8736-4f9c-a661-88d2fbbabdd8", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "c51e6f87-fa7e-4f4c-a2c6-2a3c99d773ea", "documentation": "Edit Server Configuration", "method": "put", "endpoint": "server", "responses": [ { "uuid": "565c1348-d1af-42af-938c-0915d0cb0c5c", "body": "{\n \"ApiTokens\": [\n \"\"\n ],\n \"BounceHookUrl\": \"\",\n \"ClickHookUrl\": \"\",\n \"Color\": \"{{oneOf (array 'purple' 'blue' 'turqoise' 'green' 'red' 'yellow' 'grey')}}\",\n \"DeliveryHookUrl\": \"\",\n \"ID\": {{faker 'number.int' max=99999}},\n \"InboundAddress\": \"{{faker 'internet.email'}}\",\n \"InboundDomain\": \"\",\n \"InboundHash\": \"\",\n \"InboundHookUrl\": \"\",\n \"InboundSpamThreshold\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"OpenHookUrl\": \"\",\n \"PostFirstOpenOnly\": {{faker 'datatype.boolean'}},\n \"RawEmailEnabled\": {{faker 'datatype.boolean'}},\n \"ServerLink\": \"\",\n \"SmtpApiActivated\": {{faker 'datatype.boolean'}},\n \"TrackLinks\": \"{{oneOf (array 'None' 'HtmlAndText' 'HtmlOnly' 'TextOnly')}}\",\n \"TrackOpens\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "75f5bf32-a011-4641-b698-328b49691ada", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "b26a856b-34cf-48dc-b261-a7eb3a23a545", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "cc3ac5e0-9407-46ad-b380-f0ab56cb1186", "documentation": "Get outbound overview", "method": "get", "endpoint": "stats/outbound", "responses": [ { "uuid": "807f4cfd-3641-4083-921a-545f62816051", "body": "{\n \"BounceRate\": {{faker 'number.int' max=99999}},\n \"Bounced\": {{faker 'number.int' max=99999}},\n \"Opens\": {{faker 'number.int' max=99999}},\n \"SMTPAPIErrors\": {{faker 'number.int' max=99999}},\n \"Sent\": {{faker 'number.int' max=99999}},\n \"SpamComplaints\": {{faker 'number.int' max=99999}},\n \"SpamComplaintsRate\": {{faker 'number.int' max=99999}},\n \"TotalClicks\": {{faker 'number.int' max=99999}},\n \"TotalTrackedLinksSent\": {{faker 'number.int' max=99999}},\n \"Tracked\": {{faker 'number.int' max=99999}},\n \"UniqueLinksClicked\": {{faker 'number.int' max=99999}},\n \"UniqueOpens\": {{faker 'number.int' max=99999}},\n \"WithClientRecorded\": {{faker 'number.int' max=99999}},\n \"WithLinkTracking\": {{faker 'number.int' max=99999}},\n \"WithOpenTracking\": {{faker 'number.int' max=99999}},\n \"WithPlatformRecorded\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "2f04260e-87bd-43ed-869f-b7c6d52a39cc", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "ae01b1a4-b5cd-40f0-b06d-474d394a9227", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "7c00aa49-6273-432f-a8a3-94385cb1c38e", "documentation": "Get bounce counts", "method": "get", "endpoint": "stats/outbound/bounces", "responses": [ { "uuid": "bf9fe9ea-7893-47e4-b0d3-a8603a7b2181", "body": "{\n \"Days\": [\n {\n \"Date\": \"\",\n \"HardBounce\": {{faker 'number.int' max=99999}},\n \"SMTPApiError\": {{faker 'number.int' max=99999}},\n \"SoftBounce\": {{faker 'number.int' max=99999}},\n \"Transient\": {{faker 'number.int' max=99999}}\n }\n ],\n \"HardBounce\": {{faker 'number.int' max=99999}},\n \"SMTPApiError\": {{faker 'number.int' max=99999}},\n \"SoftBounce\": {{faker 'number.int' max=99999}},\n \"Transient\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "83aedc21-00c6-4211-a027-881a312aa98f", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "7bbb60d2-ed55-4965-82ee-cf71e8a592a2", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "5e643301-e4f5-42bb-ab8f-804942cafc1b", "documentation": "Get click counts", "method": "get", "endpoint": "stats/outbound/clicks", "responses": [ { "uuid": "430c4366-90f8-4027-a40d-dc84316c448c", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "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": "b09a5d32-1b1b-4782-84b0-82d80a6821b1", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "c389084d-57ab-4566-adff-90c494e61222", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "ad75dadc-b420-4bbe-9da3-393649f04941", "documentation": "Get browser usage by family", "method": "get", "endpoint": "stats/outbound/clicks/browserfamilies", "responses": [ { "uuid": "124c4402-ea73-4de4-8d00-ea053eb750d8", "body": "{}", "latency": 0, "statusCode": 200, "label": "OK", "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": "ed93c591-b9d9-4414-a21a-3efb17878663", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "1f33548e-efb6-4861-9428-79ed852fb0a4", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "7fd4c3af-028f-4934-8e2d-7f749b09e7e4", "documentation": "Get clicks by body location", "method": "get", "endpoint": "stats/outbound/clicks/location", "responses": [ { "uuid": "76416ebf-7070-47f4-929f-ddc32da4510f", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "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": "6abc8f71-7084-4e17-8c41-dddcc82c2e83", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "3107babd-3eba-4f79-b205-b2ef326d8804", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "f899fff1-2b41-40e4-bdfe-e4eb0efe3635", "documentation": "Get browser plaform usage", "method": "get", "endpoint": "stats/outbound/clicks/platforms", "responses": [ { "uuid": "408684f2-2744-45a8-8d6c-d49059a9a382", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "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": "c5d5f6d0-a58c-4b82-a0cb-701f2b93df91", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "cde9a2b6-3441-48a6-ae36-0a707faf0050", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "04171b8d-69e1-4e0a-9fb9-1d45c1e02343", "documentation": "Get email open counts", "method": "get", "endpoint": "stats/outbound/opens", "responses": [ { "uuid": "2147b7a5-6e39-4dbc-be84-2958ca12d3bd", "body": "{\n \"Days\": [\n {\n \"Date\": \"\",\n \"Opens\": {{faker 'number.int' max=99999}},\n \"Unique\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Opens\": {{faker 'number.int' max=99999}},\n \"Unique\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "cbc7c0d9-956e-4232-a849-d53e602d929d", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "626afa0d-52bd-43cb-8a5c-89dbad62c5b5", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "dde9d030-e581-4f23-828f-b2dfcb31ae85", "documentation": "Get email client usage", "method": "get", "endpoint": "stats/outbound/opens/emailclients", "responses": [ { "uuid": "0d1158f8-3e96-41f6-99e4-da3e6b806cb6", "body": "{\n \"Days\": [\n \"\"\n ],\n \"Desktop\": {{faker 'number.int' max=99999}},\n \"Mobile\": {{faker 'number.int' max=99999}},\n \"Unknown\": {{faker 'number.int' max=99999}},\n \"WebMail\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "8616860d-2483-488c-9ed9-3f0d10f7b209", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "4d6ccf28-13e8-478b-9fad-1c57e9ca12c4", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "d0bd8e1f-9ffd-4f06-bae3-467dbe420441", "documentation": "Get email platform usage", "method": "get", "endpoint": "stats/outbound/opens/platforms", "responses": [ { "uuid": "094d1203-6d26-4c05-bb64-cad5d4d4c5fd", "body": "{\n \"Days\": [\n {\n \"Date\": \"\",\n \"Desktop\": {{faker 'number.int' max=99999}},\n \"Mobile\": {{faker 'number.int' max=99999}},\n \"Unknown\": {{faker 'number.int' max=99999}},\n \"WebMail\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Desktop\": {{faker 'number.int' max=99999}},\n \"Mobile\": {{faker 'number.int' max=99999}},\n \"Unknown\": {{faker 'number.int' max=99999}},\n \"WebMail\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "9ed45f07-9b01-45c4-bc18-5556d7b79078", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "bae16c37-1bb1-4344-b12c-86d254b64f86", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "f70748f7-ca02-4293-a206-29e4a3bfa590", "documentation": "Get sent counts", "method": "get", "endpoint": "stats/outbound/sends", "responses": [ { "uuid": "c4755664-b792-4b91-8f87-f809f752ddd6", "body": "{\n \"Days\": [\n {\n \"Date\": \"\",\n \"Sent\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Sent\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "13a0304c-6821-4f2f-8616-b356e44cc2a2", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "f0f1a276-79c1-49f5-97db-e7d8c9edbe84", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "97581cc0-9643-4d12-97c5-c3c5bc69201e", "documentation": "Get spam complaints", "method": "get", "endpoint": "stats/outbound/spam", "responses": [ { "uuid": "3f854f5a-ddcf-47f4-ac81-2e30b76a24fd", "body": "{\n \"Days\": [\n {\n \"Date\": \"\",\n \"SpamComplaint\": {{faker 'number.int' max=99999}}\n }\n ],\n \"SpamComplaint\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "10a080af-1405-4a64-aa19-17991357cec6", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "9f6b6c82-a996-46f4-a1d0-d6dfe8bbd358", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "dd625283-4b99-4f49-b756-482da5acccad", "documentation": "Get tracked email counts", "method": "get", "endpoint": "stats/outbound/tracked", "responses": [ { "uuid": "28edcfc2-1957-4459-95ef-622c0dd98647", "body": "{\n \"Days\": [\n {\n \"Date\": \"\",\n \"Tracked\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Tracked\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "10957042-7d9c-4f79-9897-443d24c91239", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "c31896bd-af6c-4d2a-92ab-1f620939860b", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "92cb042b-89cb-4225-89d4-f5535769d383", "documentation": "Get the Templates associated with this Server", "method": "get", "endpoint": "templates", "responses": [ { "uuid": "41331e2d-f3b7-4f44-958d-2dfaac351f3f", "body": "{\n \"Templates API\": [\n {\n \"Active\": {{faker 'datatype.boolean'}},\n \"Alias\": \"\",\n \"Name\": \"\",\n \"TemplateId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "36af15aa-fdfb-42c9-bad9-a687fea45ad5", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "bae10fa1-75a3-476e-8762-416f1ac4866f", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "2cebbdd2-cb33-45b2-ad63-1316e15e9272", "documentation": "Create a Template", "method": "post", "endpoint": "templates", "responses": [ { "uuid": "1b5a00ba-3d8e-4612-a219-aacbe897e505", "body": "{\n \"Active\": {{faker 'datatype.boolean'}},\n \"Alias\": \"\",\n \"Name\": \"\",\n \"TemplateId\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "1b1cab5a-e193-42d0-9243-1e1f947f1ec6", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "3064cb44-8a27-48c5-b37a-50e502e64fa3", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "e2a6ae44-86a8-4fd4-97ba-059ed1395e21", "documentation": "Test Template Content", "method": "post", "endpoint": "templates/validate", "responses": [ { "uuid": "378f1cfd-4a68-49ea-a118-5e845b7120f9", "body": "{\n \"AllContentIsValid\": {{faker 'datatype.boolean'}},\n \"HtmlBody\": {\n \"ContentIsValid\": {{faker 'datatype.boolean'}},\n \"RenderedContent\": \"\",\n \"ValidationErrors\": [\n {\n \"CharacterPosition\": {{faker 'number.int' max=99999}},\n \"Line\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n }\n ]\n },\n \"Subject\": {\n \"ContentIsValid\": {{faker 'datatype.boolean'}},\n \"RenderedContent\": \"\",\n \"ValidationErrors\": [\n {\n \"CharacterPosition\": {{faker 'number.int' max=99999}},\n \"Line\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n }\n ]\n },\n \"SuggestedTemplateModel\": {},\n \"TextBody\": {\n \"ContentIsValid\": {{faker 'datatype.boolean'}},\n \"RenderedContent\": \"\",\n \"ValidationErrors\": [\n {\n \"CharacterPosition\": {{faker 'number.int' max=99999}},\n \"Line\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "5949e742-4c6e-475d-b7e3-95a39188ce03", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "910978a5-ed8f-486b-8f28-d5e1f01b46f3", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "e1c5396f-e266-4b5f-8916-8ff53e36c10c", "documentation": "Delete a Template", "method": "delete", "endpoint": "templates/:templateIdOrAlias", "responses": [ { "uuid": "e8b85eaf-319d-437c-97aa-27ca1a0d7493", "body": "{\n \"Active\": {{faker 'datatype.boolean'}},\n \"Alias\": \"\",\n \"AssociatedServerId\": {{faker 'number.int' max=99999}},\n \"HtmlBody\": \"\",\n \"Name\": \"\",\n \"Subject\": \"\",\n \"TemplateID\": {{faker 'number.int' max=99999}},\n \"TextBody\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "5716f9d0-6336-4a89-ad2c-d054d3deece8", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "fbc3652c-ebef-45e1-94e0-615a1bf5f00f", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "7a593851-7592-4f68-8789-f7fbf21bc397", "documentation": "Get a Template", "method": "get", "endpoint": "templates/:templateIdOrAlias", "responses": [ { "uuid": "c7303cb6-e34f-4795-bc48-ba2c3954d492", "body": "{\n \"Active\": {{faker 'datatype.boolean'}},\n \"Alias\": \"\",\n \"AssociatedServerId\": {{faker 'number.int' max=99999}},\n \"HtmlBody\": \"\",\n \"Name\": \"\",\n \"Subject\": \"\",\n \"TemplateID\": {{faker 'number.int' max=99999}},\n \"TextBody\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "41a1728a-0479-4c91-9145-104fabf88007", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "b14e0bba-9b9c-4ccb-a32a-897765983b9d", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "06a68be7-a6ac-4131-857c-7d061a843cc7", "documentation": "Update a Template", "method": "put", "endpoint": "templates/:templateIdOrAlias", "responses": [ { "uuid": "295fd076-0439-41a4-afd8-e3a6ff6ec8a9", "body": "{\n \"Active\": {{faker 'datatype.boolean'}},\n \"Alias\": \"\",\n \"Name\": \"\",\n \"TemplateId\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "6f81cc6c-ceb2-4395-8522-7c38b584b733", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "15a0ec14-790b-4533-a786-c33c53a52148", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "f2af43a0-4990-46a9-b440-906f8c6529fb", "documentation": "List inbound rule triggers", "method": "get", "endpoint": "triggers/inboundrules", "responses": [ { "uuid": "dcb3c938-c8b7-4cf8-8e62-f79a88a08fc8", "body": "{\n \"InboundRules\": [\n {\n \"ID\": {{faker 'number.int' max=99999}},\n \"Rule\": \"{{faker 'internet.email'}}\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "9a4f3f7c-a1eb-4ece-ac7d-557f68df396c", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "7a0b9ad4-cc65-497a-81e0-e0aed248747e", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "b8d43a34-0a4a-464f-b3ab-878ed28b8752", "documentation": "Create an inbound rule trigger", "method": "post", "endpoint": "triggers/inboundrules", "responses": [ { "uuid": "633f7e0a-5b06-4c73-8c7f-ad214a022848", "body": "{\n \"ID\": {{faker 'number.int' max=99999}},\n \"Rule\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "48fabbd3-8676-4123-a184-0fcce9b037f5", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "cf02143e-5c94-466d-9020-1f946efbfd4b", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "79b913f4-bc9b-49cd-a189-fb51a78893dc", "documentation": "Delete a single trigger", "method": "delete", "endpoint": "triggers/inboundrules/:triggerid", "responses": [ { "uuid": "4f2bb562-5b90-429c-a1b5-a938177c7244", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "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": "c1a7681c-e59a-4a80-9010-80c554389efc", "body": "{\n \"ErrorCode\": {{faker 'number.int' max=99999}},\n \"Message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "An error was generated due to incorrect use of the API. See the Message associated with this response for more information.", "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": "a754d2d3-6ac4-4f23-ad8e-3b4dc4d11d35", "body": "", "latency": 0, "statusCode": 500, "label": "Indicates an internal server error occurred.", "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": "40091599-0c6f-4051-814c-d0bcb796dec3" }, { "type": "route", "uuid": "0b3dd28e-bb4d-4011-9253-11f94db337b2" }, { "type": "route", "uuid": "a39ebb57-b1c6-4f41-b7a7-621baaf466ae" }, { "type": "route", "uuid": "2e9f9064-a118-4591-a6a0-90c640a14333" }, { "type": "route", "uuid": "d9e59050-cf59-4153-a84f-56a4ce16bb73" }, { "type": "route", "uuid": "62fb5dc2-105b-4db4-a018-19bc6850d68a" }, { "type": "route", "uuid": "fd414f60-3dea-42f5-82c1-65aaa8c8c9a1" }, { "type": "route", "uuid": "a74d658f-0e94-4066-ad82-d3989427db25" }, { "type": "route", "uuid": "9f6b64e1-8c6d-4bf4-b486-ba5b137ee8c7" }, { "type": "route", "uuid": "40ba3140-f741-4bc8-aa3a-b2547240a566" }, { "type": "route", "uuid": "002d0697-9f83-4bd2-932a-f1bf2d7e246c" }, { "type": "route", "uuid": "6d57e6d4-5800-483a-9b50-5e2fc99b3dcb" }, { "type": "route", "uuid": "895f085d-ad84-4edc-859e-107ceed6a183" }, { "type": "route", "uuid": "efd486bc-07a9-432a-92b9-716ba26011a7" }, { "type": "route", "uuid": "9100536b-e9d1-4a5e-a6c8-9d0f7e8d9335" }, { "type": "route", "uuid": "e9ccc437-a15e-4702-9d40-7a21967f5019" }, { "type": "route", "uuid": "995827c0-ea0b-4fe8-81d6-ec34a303e4ab" }, { "type": "route", "uuid": "56bf5263-fe14-40fc-8f50-f098533b0ed9" }, { "type": "route", "uuid": "f3014994-64b1-4f37-a4b1-1865ea628a9b" }, { "type": "route", "uuid": "24df6760-9042-4e0a-ae49-fc339054f583" }, { "type": "route", "uuid": "2cec56bd-8439-4ef8-862f-66176e520dfe" }, { "type": "route", "uuid": "c51e6f87-fa7e-4f4c-a2c6-2a3c99d773ea" }, { "type": "route", "uuid": "cc3ac5e0-9407-46ad-b380-f0ab56cb1186" }, { "type": "route", "uuid": "7c00aa49-6273-432f-a8a3-94385cb1c38e" }, { "type": "route", "uuid": "5e643301-e4f5-42bb-ab8f-804942cafc1b" }, { "type": "route", "uuid": "ad75dadc-b420-4bbe-9da3-393649f04941" }, { "type": "route", "uuid": "7fd4c3af-028f-4934-8e2d-7f749b09e7e4" }, { "type": "route", "uuid": "f899fff1-2b41-40e4-bdfe-e4eb0efe3635" }, { "type": "route", "uuid": "04171b8d-69e1-4e0a-9fb9-1d45c1e02343" }, { "type": "route", "uuid": "dde9d030-e581-4f23-828f-b2dfcb31ae85" }, { "type": "route", "uuid": "d0bd8e1f-9ffd-4f06-bae3-467dbe420441" }, { "type": "route", "uuid": "f70748f7-ca02-4293-a206-29e4a3bfa590" }, { "type": "route", "uuid": "97581cc0-9643-4d12-97c5-c3c5bc69201e" }, { "type": "route", "uuid": "dd625283-4b99-4f49-b756-482da5acccad" }, { "type": "route", "uuid": "92cb042b-89cb-4225-89d4-f5535769d383" }, { "type": "route", "uuid": "2cebbdd2-cb33-45b2-ad63-1316e15e9272" }, { "type": "route", "uuid": "e2a6ae44-86a8-4fd4-97ba-059ed1395e21" }, { "type": "route", "uuid": "e1c5396f-e266-4b5f-8916-8ff53e36c10c" }, { "type": "route", "uuid": "7a593851-7592-4f68-8789-f7fbf21bc397" }, { "type": "route", "uuid": "06a68be7-a6ac-4131-857c-7d061a843cc7" }, { "type": "route", "uuid": "f2af43a0-4990-46a9-b440-906f8c6529fb" }, { "type": "route", "uuid": "b8d43a34-0a4a-464f-b3ab-878ed28b8752" }, { "type": "route", "uuid": "79b913f4-bc9b-49cd-a189-fb51a78893dc" } ] }