WhosOnLocation

Track and manage onsite employees, visitors, and contractors with touchless workplace sign-in, desk booking, wellness checks, and more.

Go to site
Explore
/
Apps
/
WhosOnLocation

WhosOnLocation API Integrations

Build and run workflows using the WhosOnLocation 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: {
    whosonlocation: {
      type: "app",
      app: "whosonlocation",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.whosonlocation.com/v1/staff`,
      auth: {
        username: `${this.whosonlocation.$auth.api_key}`,
        password: ``,
      },
    })
  },
})

Choose an API to Connect with WhosOnLocation API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API Key,

  • Navigate to your WhosOnLocation account and sign in
  • Go to “Tools” > “Account” > “API”