API Endpoint
Base URL
Each EstatePrime account is assigned a unique subdomain, which is used as the base URL for accessing the API. All API requests must be sent to the following base endpoint:
https://<your-subdomain>.estateprime.gr/apiExample
For an account with the subdomain test-account, the API base endpoint would be:
https://test-account.estateprime.gr/apiStructure
The base endpoint serves as the starting point for all API operations. You will append specific endpoint paths to this base URL to perform various actions such as reading, inserting, updating, or deleting records.
Important Notes
- Always replace
<your-subdomain>with the actual subdomain assigned to your EstatePrime account. - Ensure your requests are sent over HTTPS for secure communication.
Next Steps
To understand how to use this endpoint effectively, please refer to:
- Authentication for details on how to authenticate your API requests.

