Beaconstac API can be used to develop a range of BLE-enabled applications for Android and iOS. The API can be used to build apps for beacon management, indoor navigation, targeted content delivery, and proximity-based marketing.
Some examples of applications that can be built using the Beaconstac API include:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
beaconstac: {
type: "app",
app: "beaconstac",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.beaconstac.com/api/2.0/qrcodes/`,
headers: {
"Authorization": `Token ${this.beaconstac.$auth.api_key}`,
},
})
},
})
Beaconstac uses API keys for authentication. When you connect your Beaconstac account, Pipedream securely stores the keys so you can easily authenticate to Beaconstac APIs in both code and no-code steps.
To retrieve your API key,