gobio.link

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 site
Explore
/
Apps
/
gobio.link

gobio.link API Integrations

Build and run workflows using the gobio.link API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Gobio.link lets you build amazing things:

  • A to-do list
  • A messaging app
  • A social network
  • A news feed
  • A blog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}`,
      },
    })
  },
})

Authentication

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:

  • Navigate to your gobio.link account and sign in
  • Go to the user menu on the top right, then select API