Labs64 NetLicensing

NetLicensing - Innovative License Management Solution

Go to site
Explore
/
Apps
/
Labs64 NetLicensing

Labs64 NetLicensing API Integrations

Build and run workflows using the Labs64 NetLicensing 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 Labs64 NetLicensing API you can easily build applications that:

  • Manage your products and licenses
  • Validate licenses
  • Generate license keys
  • Register licensees and track their activities

So whether you need to develop a simple licensing solution for your product or a more complex one with many different features, the NetLicensing API has you covered.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    labs64_netlicensing: {
      type: "app",
      app: "labs64_netlicensing",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://go.netlicensing.io/core/v2/rest/product`,
      headers: {
        "Accept": `application/json`,
      },
      auth: {
        username: `apiKey`,
        password: `${this.labs64_netlicensing.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your API keys,

  • Navigate to your Labs64 NetLicensing account and sign in
  • Go to “Settings” > “API Access”