Market intel and business development tools to find opportunities, build relationships, and win government contracts and grants.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
highergov: {
type: "app",
app: "highergov",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.highergov.com/api-external/people`,
params: {
api_key: `${this.highergov.$auth.api_key}`,
},
})
},
})
Emit new event when a pursuit is added to the pipeline.
HigherGov uses API keys for authentication. When you connect your HigherGov account, Pipedream securely stores the keys so you can easily authenticate to HigherGov APIs in both code and no-code steps.