📘
Gleantap API
  • Introduction
  • Fetch Data
    • Attribute List
    • Attribute Event List
    • Locations
    • Class Schedule
    • Customers
    • Events for a Customer
    • Opted In Customers
    • Campaigns
    • Opted Out Customers
    • Workrooms
    • Forms
    • Form Submissions
  • Update Data
    • Create or Update Location
    • Create a Class
    • Delete Class
    • Create or Update Contact
    • SMS Opt-in a Contact
    • Add Memberships for Contact
    • Create an Event
    • Delete Contact
    • Merge Contacts
    • Send SMS Notification
    • Send Email Notifications
Powered by GitBook
On this page

Introduction

You can interact with our V2 API through simple HTTP requests from any language. Our V2 API is currently available on this endpoint:

Copy

https://api.gleantap.com/v2/ExternalApi

Generate your API Keys

To generate your API Keys go to "Settings" from the top right menu and click "API" and then "Generate a New Key".

You can generate as many API keys you like and can delete inactive ones to avoid abuse.

Rate Limits

All accounts will default to a maximum of 1000 calls per 24 hours. It's a rolling 24-hour window. If you go above 1000 calls, you'll receive a 429 status code with the error - "You have exceeded your rate limit".

If you need more than 1000 calls a day, please reach out to our support at [email protected]

NextAttribute List

Last updated 2 months ago