Generate leads wisely with your biolinks, share interesting stuff on your social media, and send your users to your biolink with absolute ease.
Go to siteGobio.link lets you build amazing things:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
gobio_link: {
type: "app",
app: "gobio_link",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://gobio.link/api/user`,
headers: {
Authorization: `Bearer ${this.gobio_link.$auth.api_key}`,
},
})
},
})
gobio.link uses API keys for authentication. When you connect your gobio.link account, Pipedream securely stores the keys so you can easily authenticate to gobio.link APIs in both code and no-code steps.
To retrieve your API key: