import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
time_tracker_by_ebillity: {
type: "app",
app: "time_tracker_by_ebillity",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.ebillity.com/restservice/thirdparty/employees`,
headers: {
Authorization: `Bearer ${this.time_tracker_by_ebillity.$auth.api_key}`,
},
})
},
})
Time Tracker by eBillity uses API keys for authentication. When you connect your Time Tracker by eBillity account, Pipedream securely stores the keys so you can easily authenticate to Time Tracker by eBillity APIs in both code and no-code steps.
To retrieve your API Key,