VerifyBee

VerifyBee is a fast and accurate customer verification service written on top of some of the must cutting edge technologies.

Go to site
Explore
/
Apps
/
VerifyBee

VerifyBee API Integrations

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

VerifyBee API provides powerful and secure authentication services to help keep you and your customers safe. With VerifyBee API, you can build an array of applications that require secure authentication and identity verification procedures. Here are some examples of things you can build with VerifyBee API:

  • Mobile Applications
  • Online Registration Systems
  • Login Security Systems
  • Password Management Tools
  • E-commerce Payment Systems
  • Secure Digital Documents
  • Anti-fraud and Risk Assessments
  • High-risk Transactions Verification
  • Multi-factor Authorization Solutions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    verifybee: {
      type: "app",
      app: "verifybee",
    }
  },
  async run({steps, $}) {
    const data = {
      "email": `marc@salesforce.com`,
    }
    return await axios($, {
      method: "post",
      url: `https://app.verifybee.io/api/v1.3/verify/`,
      headers: {
        "Vb-Token": `${this.verifybee.$auth.api_key}`,
      },
      data,
    })
  },
})

Authentication

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

To retrieve your API keys,

  • Navigate to your VerifyBee and sign in
  • Go to “API” > “Your API Keys”