linqs

Linqs.cc is one of the best option for small businesses, start ups, personal projects and influencers who want to get the most out of their bio link.

Go to site

linqs API Integrations

Build and run workflows using the linqs 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

With the LINQs API, you can build a variety of applications that can help you work with data more efficiently. Here are just a few examples:

  • An application that can help you query data more efficiently
  • An application that can help you update data more efficiently
  • An application that can help you delete data more efficiently
  • An application that can help you manage data more efficiently
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: {
    linqs_cc: {
      type: "app",
      app: "linqs_cc",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://linqs.cc/api/user`,
      headers: {
        Authorization: `Bearer ${this.linqs_cc.$auth.api_key}`,
      },
    })
  },
})

Authentication

linqs uses API keys for authentication. When you connect your linqs account, Pipedream securely stores the keys so you can easily authenticate to linqs APIs in both code and no-code steps.

To retrieve your API key:

  • Navigate to your linqs.cc account and sign in
  • Go to the navigation menu on the top-right, then select API