Loqate

Lightweight code hosting solution written in Go. Easy to install and use.

Go to site
Explore
/
Apps
/
Loqate

Loqate API Integrations

Build and run workflows using the Loqate 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: {
    loqate: {
      type: "app",
      app: "loqate",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.addressy.com/EmailValidation/Batch/Validate/v1.20/json.ws`,
      params: {
        Key: `${this.loqate.$auth.service_key}`,
        Emails: `{enter_email_here}`,
      },
    })
  },
})

Authentication

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

To retrieve your Service Key,

  • Navigate to your Loqate account and sign in
  • Click on the user menu on the top right
  • Go to “Your Services”