Introduction
Like all other successful platforms, BILDIT provides public, and in some cases privates access to REST APIs. Every endpoint in this system start 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 severs run with http://
Some of the examples of Base URL that are in use are as follows:
Base urls
- Production
- Stage
- Local
Replace api_key with your own app key when making requests.
The documentation in the following sections enlists action names that should be appended to the desired Base URL, along with specified method GET, PUT, POST or DELETE to perform the operation you want.