Membervault

Creators of the Content Ladder Framework, and content platform, Member Vault. We're big fans of all things automated online engagement.

Go to site
Explore
/
Apps
/
Membervault

Membervault API Integrations

Build and run workflows using the Membervault 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 Membervault API, you can build a variety of membership-based applications, including:

  • A membership site with content that is only accessible to paying members
  • A course platform where users can purchase and take courses
  • A subscription service that delivers content on a regular basis
  • An online community with restricted access for members only
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    membervault: {
      type: "app",
      app: "membervault",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.membervault.$auth.subdomain}.vipmembervault.com/api/get_courses`,
      params: {
        apikey: `${this.membervault.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Membervault API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API key,

  • Navigate to your account and sign in
  • Go to “Integrations” > “Other” > “Webhook API”

Your subdomain is 1234 if your Admin URL for MemberVault is https://1234.vipmembervault.com/admin