{ "uuid": "85c720d3-9123-44f4-bdec-8fa79cfd4f1b", "lastMigration": 29, "name": "Gmail Postmaster Tools API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "ca7379cb-396e-4cff-a5cc-45ff60a8fdf8", "documentation": "Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.", "method": "get", "endpoint": "v1beta1/domains", "responses": [ { "uuid": "f0844dd6-d076-49b1-8e1e-6a5570479b8b", "body": "{\n \"domains\": [\n {\n \"createTime\": \"\",\n \"name\": \"\",\n \"permission\": \"{{oneOf (array 'PERMISSION_UNSPECIFIED' 'OWNER' 'READER' 'NONE')}}\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe43eed5-19bd-4bd2-971a-ff91c7c2abde", "documentation": "Get traffic statistics for a domain on a specific date. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.", "method": "get", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "8a30bede-aeab-4707-b748-ef4d70f9cc3d", "body": "{\n \"deliveryErrors\": [\n {\n \"errorClass\": \"{{oneOf (array 'DELIVERY_ERROR_CLASS_UNSPECIFIED' 'PERMANENT_ERROR' 'TEMPORARY_ERROR')}}\",\n \"errorRatio\": {{faker 'number.float'}},\n \"errorType\": \"{{oneOf (array 'DELIVERY_ERROR_TYPE_UNSPECIFIED' 'RATE_LIMIT_EXCEEDED' 'SUSPECTED_SPAM' 'CONTENT_SPAMMY' 'BAD_ATTACHMENT' 'BAD_DMARC_POLICY' 'LOW_IP_REPUTATION' 'LOW_DOMAIN_REPUTATION' 'IP_IN_RBL' 'DOMAIN_IN_RBL' 'BAD_PTR_RECORD')}}\"\n }\n ],\n \"dkimSuccessRatio\": {{faker 'number.float'}},\n \"dmarcSuccessRatio\": {{faker 'number.float'}},\n \"domainReputation\": \"{{oneOf (array 'REPUTATION_CATEGORY_UNSPECIFIED' 'HIGH' 'MEDIUM' 'LOW' 'BAD')}}\",\n \"inboundEncryptionRatio\": {{faker 'number.float'}},\n \"ipReputations\": [\n {\n \"ipCount\": \"\",\n \"numIps\": \"\",\n \"reputation\": \"{{oneOf (array 'REPUTATION_CATEGORY_UNSPECIFIED' 'HIGH' 'MEDIUM' 'LOW' 'BAD')}}\",\n \"sampleIps\": [\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"outboundEncryptionRatio\": {{faker 'number.float'}},\n \"spammyFeedbackLoops\": [\n {\n \"id\": \"\",\n \"spamRatio\": {{faker 'number.float'}}\n }\n ],\n \"spfSuccessRatio\": {{faker 'number.float'}},\n \"userReportedSpamRatio\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b1b3c82-6917-4517-af93-5260f74afec8", "documentation": "List traffic statistics for all available days. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.", "method": "get", "endpoint": "v1beta1/:parent/trafficStats", "responses": [ { "uuid": "3d770dc3-536c-49c0-843d-40ff2b7a21f3", "body": "{\n \"nextPageToken\": \"\",\n \"trafficStats\": [\n {\n \"deliveryErrors\": [\n {\n \"errorClass\": \"{{oneOf (array 'DELIVERY_ERROR_CLASS_UNSPECIFIED' 'PERMANENT_ERROR' 'TEMPORARY_ERROR')}}\",\n \"errorRatio\": {{faker 'number.float'}},\n \"errorType\": \"{{oneOf (array 'DELIVERY_ERROR_TYPE_UNSPECIFIED' 'RATE_LIMIT_EXCEEDED' 'SUSPECTED_SPAM' 'CONTENT_SPAMMY' 'BAD_ATTACHMENT' 'BAD_DMARC_POLICY' 'LOW_IP_REPUTATION' 'LOW_DOMAIN_REPUTATION' 'IP_IN_RBL' 'DOMAIN_IN_RBL' 'BAD_PTR_RECORD')}}\"\n }\n ],\n \"dkimSuccessRatio\": {{faker 'number.float'}},\n \"dmarcSuccessRatio\": {{faker 'number.float'}},\n \"domainReputation\": \"{{oneOf (array 'REPUTATION_CATEGORY_UNSPECIFIED' 'HIGH' 'MEDIUM' 'LOW' 'BAD')}}\",\n \"inboundEncryptionRatio\": {{faker 'number.float'}},\n \"ipReputations\": [\n {\n \"ipCount\": \"\",\n \"numIps\": \"\",\n \"reputation\": \"{{oneOf (array 'REPUTATION_CATEGORY_UNSPECIFIED' 'HIGH' 'MEDIUM' 'LOW' 'BAD')}}\",\n \"sampleIps\": [\n \"\"\n ]\n }\n ],\n \"name\": \"\",\n \"outboundEncryptionRatio\": {{faker 'number.float'}},\n \"spammyFeedbackLoops\": [\n {\n \"id\": \"\",\n \"spamRatio\": {{faker 'number.float'}}\n }\n ],\n \"spfSuccessRatio\": {{faker 'number.float'}},\n \"userReportedSpamRatio\": {{faker 'number.float'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "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": "ca7379cb-396e-4cff-a5cc-45ff60a8fdf8" }, { "type": "route", "uuid": "fe43eed5-19bd-4bd2-971a-ff91c7c2abde" }, { "type": "route", "uuid": "2b1b3c82-6917-4517-af93-5260f74afec8" } ] }