Manage Your Sales, Contacts, Projects, Clients & Team on ONE platform. All-in-One software suite for Small Business.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
teamwave: {
type: "app",
app: "teamwave",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.teamwave.com/api/users/permissions/crm`,
params: {
api_key: `${this.teamwave.$auth.api_key}`,
},
})
},
})
TeamWave uses API keys for authentication. When you connect your TeamWave account, Pipedream securely stores the keys so you can easily authenticate to TeamWave APIs in both code and no-code steps.
To retrieve your API Key,