import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
cliento: {
type: "app",
app: "cliento",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://cliento.com/api/v2/partner/cliento/${this.cliento.$auth.account_id}/ref-data/`,
headers: {
"accept": `application/json`,
},
})
},
})
Fetch settings and features for the booking widget. See the documentation
Fetch services, resources and mappings for the booking widget. See the documentation
Fetch available slots for the given service, resource and dates. See the documentation
Cliento uses API keys for authentication. When you connect your Cliento account, Pipedream securely stores the keys so you can easily authenticate to Cliento APIs in both code and no-code steps.