Collect leads, Drive sales & engaged prospects through Facebook Messenger, Whatsapp, Google Business Messenger, SMS, Voice, Slack, Telegram, Wechat, etc
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
uchat: {
type: "app",
app: "uchat",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.uchat.com.au/api/me`,
headers: {
Authorization: `Bearer ${this.uchat.$auth.api_key}`,
"accept": `application/json`,
},
})
},
})
Uchat uses API keys for authentication. When you connect your Uchat account, Pipedream securely stores the keys so you can easily authenticate to Uchat APIs in both code and no-code steps.
To retrieve your API key,