{ "opencollection": "1.0.0", "info": { "name": "SparkPost Events DKIM Keys Sending Domains API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sending Domains", "type": "folder" }, "items": [ { "info": { "name": "List All Sending Domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.sparkpost.com/api/v1/sending-domains", "params": [ { "name": "ownership_verified", "value": "", "type": "query", "description": "Filter by ownership verification status" }, { "name": "dkim_status", "value": "", "type": "query", "description": "Filter by DKIM verification status" }, { "name": "cname_status", "value": "", "type": "query", "description": "Filter by CNAME verification status" }, { "name": "mx_status", "value": "", "type": "query", "description": "Filter by MX record status" }, { "name": "abuse_at_status", "value": "", "type": "query", "description": "Filter by abuse@ mailbox verification status" }, { "name": "postmaster_at_status", "value": "", "type": "query", "description": "Filter by postmaster@ mailbox verification status" }, { "name": "compliance_status", "value": "", "type": "query", "description": "Filter by compliance status" }, { "name": "is_default_bounce_domain", "value": "", "type": "query", "description": "Filter by whether domain is default bounce domain" } ] }, "docs": "Retrieve a list of all sending domains with optional filtering by verification status." }, { "info": { "name": "Create a Sending Domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.sparkpost.com/api/v1/sending-domains", "body": { "type": "json", "data": "{}" } }, "docs": "Add a new custom sending domain with optional DKIM key generation." }, { "info": { "name": "Retrieve a Sending Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.sparkpost.com/api/v1/sending-domains/:domain", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Sending domain name" } ] }, "docs": "Retrieve details about a specific sending domain." }, { "info": { "name": "Update a Sending Domain", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sparkpost.com/api/v1/sending-domains/:domain", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Sending domain name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update configuration for a sending domain." }, { "info": { "name": "Delete a Sending Domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sparkpost.com/api/v1/sending-domains/:domain", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Sending domain name" } ] }, "docs": "Remove a sending domain." }, { "info": { "name": "Verify a Sending Domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.sparkpost.com/api/v1/sending-domains/:domain/verify", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Sending domain name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate or check verification for a sending domain via DKIM, CNAME, or mailbox verification." } ] } ], "bundled": true }