The fastest way to create software. Create, connect and bid with NO CODE, SQL and AI.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mitra: {
type: "app",
app: "mitra",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.mitra.$auth.url}/${this.mitra.$auth.table_name}`,
headers: {
Authorization: `Bearer ${this.mitra.$auth.api_key}`,
},
})
},
})
Mitra uses API keys for authentication. When you connect your Mitra account, Pipedream securely stores the keys so you can easily authenticate to Mitra APIs in both code and no-code steps.
To retrieve your URL, API Key and Table Name,