Using the Apex 27 API, you can build a variety of applications, including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
apex_27: {
type: "app",
app: "apex_27",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.apex27.co.uk/users`,
headers: {
"X-Api-Key": `${this.apex_27.$auth.api_key}`,
},
})
},
})
Apex 27 uses API keys for authentication. When you connect your Apex 27 account, Pipedream securely stores the keys so you can easily authenticate to Apex 27 APIs in both code and no-code steps.
To retrieve your API key,