Officegest api
OfficeGest API v1
Documentation for the OfficeGest API v1
Welcome to the OfficeGest API v1 documentation.
API v1 is the original version of the OfficeGest REST API.
Authentication
The OfficeGest API uses HTTP Basic Authentication to secure access to its endpoints.
Each request must include an Authorization header containing your API credentials, encoded in Base64 format:
Authorization: Basic <base64(username:password)>For example, if your username is user and your password is 123, the string user:123 is Base64-encoded and included in the header.
Example using curl
curl -u user:123 https://demo.officegest.com/api/entities/customers