API Reference

Learn how to use various endpoints of the Gluwa API.

Introduction

The Gluwa API follows REST design guideline. The API has predictable resource-oriented URL's and returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Please note that the sandbox environment is deprecated and will be replaced with an alternative solution in the future.

Base URL

https://api.gluwa.com

HTTPS Over HTTP

All API requests must be made over HTTPS. Calls made over plain HTTP will fail.

Client SDK's

By default, the Gluwa API Docs demonstrate using curl to interact with the API over HTTP. You could also use one of our official Software Development Kits (SDK) to see interact with our API.

Authorization

The Gluwa API utilizes various authorization methods for each endpoint. Follow the link below to learn more.

Core Resources

Last updated