{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Email Routing Destination Addresses API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Email Routing Destination Addresses", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List destination addresses", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/email/routing/addresses", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "verified", "value": "", "type": "query" } ] }, "docs": "Lists existing destination addresses." }, { "info": { "name": "APIs.io Engineering Platform Create a destination address", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/email/routing/addresses", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a destination address to forward your emails to. Destination addresses need to be verified before they can be used." }, { "info": { "name": "APIs.io Engineering Platform Get a destination address", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/email/routing/addresses/:destination_address_identifier", "params": [ { "name": "destination_address_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Gets information for a specific destination email already created." }, { "info": { "name": "APIs.io Engineering Platform Delete destination address", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/email/routing/addresses/:destination_address_identifier", "params": [ { "name": "destination_address_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes a specific destination address." } ] } ], "bundled": true }