GoHighLevel is a powerful API that enables you to quickly and easily build a wide variety of applications.
Here are just a few examples of what you can build using GoHighLevel:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
gohighlevel: {
type: "app",
app: "gohighlevel",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://rest.gohighlevel.com/v1/calendars/teams`,
headers: {
Authorization: `Bearer ${this.gohighlevel.$auth.api_key}`,
},
})
},
})
HighLevel uses API keys for authentication. When you connect your HighLevel account, Pipedream securely stores the keys so you can easily authenticate to HighLevel APIs in both code and no-code steps.
Provide your location api key (Bearer Token). See docs.