WatchSignals

Luxury Watch Search Engine. Search watches from 1M+ prices. Watch comparison between trusted dealers.

Go to site
Explore
/
Apps
/
WatchSignals

WatchSignals API Integrations

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    watchsignals: {
      type: "app",
      app: "watchsignals",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.watchsignals.com/usageLimits`,
      headers: {
        "X-API-KEY": `${this.watchsignals.$auth.api_key}`,
        "Accept": `application/json`,
      },
    })
  },
})

Authentication

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

Your API Key is sent to your email when you request it through WatchSignals support.