We provide free DNS and Email tools in a single place to streamline troubleshooting.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mx_toolbox: {
type: "app",
app: "mx_toolbox",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://mxtoolbox.com/api/v1/lookup/dns/{YOUR_HOSTNAME}`,
headers: {
"Authorization": `${this.mx_toolbox.$auth.api_key}`,
},
})
},
})
Mx Toolbox uses API keys for authentication. When you connect your Mx Toolbox account, Pipedream securely stores the keys so you can easily authenticate to Mx Toolbox APIs in both code and no-code steps.
To retrieve your API Key,