Skip to main content

RACKCORP REST API

Rackcorp has migrated many of its functionalities to work with REST API architecture to modernize and make easy the process to get data through HTTP protocol. Every month we are adding new services through REST API. It is important you follow us to get the last updates and the last version of our API.

API Information:

Current Version: v2.7

API URL: https://www.rackcorp.net/api/v2.7

Before you start to create any code or connect through our API, you need to create an API Key access which allow your code makes HTTP request to our end and be authorized to get data from your customers. We will explain how you add this API Key in your code.

Path to create your key in our portal: https://portal.rackcorp.com/index.php?cmd=api

Them, you click ADD, type a name for this new Key and a secret ( password ) and SAVE.

Bellow we add some code which you can use as example to implement your first REST API connection to our platform:

In this simple introduction to code REST API, we will use Javascript (JQUERY)PHP and PHPPYTHON programming language.

Javascript (JQUERY):PHP:

In the sample bellow we add a dummy API KEY and API SECRET. Please, change this data accordingly with your data