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
- Production
- Stage
- Local
Replace api_key with your own app key when making requests.
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.