Monitor Online Mentions of your brand in real-time. Know every article, hashtag or comment mentioning your business.
Go to sitemediatoolkit is a powerful API that allows you to build a variety of applications. Here are some examples of what you can build using mediatoolkit:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mediatoolkit: {
type: "app",
app: "mediatoolkit",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.mediatoolkit.com/me/organizations`,
params: {
access_token: `${this.mediatoolkit.$auth.access_token}`,
},
})
},
})
Mediatoolkit uses API keys for authentication. When you connect your Mediatoolkit account, Pipedream securely stores the keys so you can easily authenticate to Mediatoolkit APIs in both code and no-code steps.
To retrieve your API key,