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.
We support a separate environment for testing purposes. When testing, use the sandbox credentials and URL. When you are ready to go live, use the production credentials and URL.
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.