Make money programmable: Fidel API enables developers to build transformative experiences on top of payment cards.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
fidel_api: {
type: "app",
app: "fidel_api",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.fidel.uk/v1/programs`,
headers: {
"Content-Type": `application/json`,
"Fidel-Key": `${this.fidel_api.$auth.api_key}`,
},
})
},
})
Fidel API uses API keys for authentication. When you connect your Fidel API account, Pipedream securely stores the keys so you can easily authenticate to Fidel API APIs in both code and no-code steps.
To retrieve your API Key,