Skip to main content

Introduction

Like all other successful platforms, BILDIT provides public, and in some cases private access to REST APIs. Every endpoint in this system starts with a distinct Base URL which specifies the environment you want to configure your system with.

A Base URL can start with http:// or https://. Usually only local servers run with http://.

Some examples of Base URLs in use:

Base URLs

The documentation in the following sections lists action names that should be appended to the desired Base URL, along with the specified method (GET, PUT, POST, or DELETE) to perform the operation you want.