Introduction

API Overview

The Glu API is formatted around REST and is available through standard HTTP requests, responses and codes. Response bodies are always JSON, as are your request bodies.

We offer two APIs currently, the first is the Organisation API sometimes referred to as a backoffice API and allows operations that work across the entire organisations data, common uses are for bulk data extraction, reporting and analytics and syncing between third-party systems and services.

The second is the Store API which accepts OAuth authentication on behalf of a member, the use cases for this API include offering a headless members area backed by the Glu platform.

Responses

  • Monetary values are returned as integers in the lowest denomination.

  • Date and datetimes are always DateTime objects and are always UTC.

Model Context Protocol (MCP)

These guides and the reference documentation are available as an MCP server. These provide tools and guidance to AI agents on how to interact with the Glu API.

vscodeConnect

Clicking connect will open up a new tab and prompt you to open VS Code and add the MCP automatically.

Last updated