Business cloud software for agencies & Co. All the functions you need for project business. Focused, Simple, Strong in Integration.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
moco: {
type: "app",
app: "moco",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.moco.$auth.domain}.mocoapp.com/api/v1/projects.json`,
headers: {
"Authorization": `Token token=${this.moco.$auth.api_key}`,
},
})
},
})
MOCO uses API keys for authentication. When you connect your MOCO account, Pipedream securely stores the keys so you can easily authenticate to MOCO APIs in both code and no-code steps.
To retrieve your API key,