Introduction
Version: 2.0.0
The BeeFast SaaS API allows the developers to implement integrations with the BeeFast SaaS Platform using a REST API, with standard HTTP response codes, authentication, verbs and JSON-encoded data. The API is available only over HTTPS and any insecure requests will be rejected.
API Environments
The API and the platform are available only as the Production environment but test accounts, if needed, can be requested by email.
This Production environment is the live deployment, of the BeeFast SaaS API and Platform. Any data or information, consumed or produced in this environment will have real world impact and are subject to the BeeFast Terms and Conditions.
HOST: api.beefast.eu
PLATFORM: https://admin.beefast.eu/
Versioning
This API uses semantic versioning in the format of MAJOR.MINOR.PATCH (for example: 1.3.11) where:
MAJOR is increased when a backward incompatible API change is made.
MINOR is increased when a backward compatible functionality is added.
PATCH is increased when a backward compatible bug fix is made.
All the major, not discontinued, versions of the API are available on the /vMAJOR base path where, MAJOR is the major version number. For example, these are the test requests for the fictive versions 1.12.3 and 2.3.1:
curl -X GET \
'https://api.beefast.eu/v1' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache'
Contact
Email: [email protected]
Last updated