Skip to content

Introduction

The Glomo API is designed using REST principles, featuring clear, resource-based URLs. It processes form-encoded request bodies, returns responses in JSON format, and utilizes standard HTTP methods, response codes, and authentication.

Test mode is available for the Glomo API, allowing you to run requests without affecting live data. The type of API key used will determine if the request is in test or live mode.

Note that bulk updates are not supported, so each request handles only one object at a time.