Table of content

Other languages


If you are programming in a language that is not in our list, you can still integrate with our APIs.

A call to our API is a simple HTTPS call, so all you need to do is to support HTTPS calls. It is either natively supported in your language, or you will have to use a third-party library.

Additionally, many cases will require you to perform authentication, so we suggest to get an open-source library for OAuth2.0 as we implement this standard.
You will find some in many languages at http://oauth.net/2/