Base URL
Base URL#
All API requests should be made to the following base URL:
https://quodat.com/api/v1
Versioning#
The API uses URL-based versioning. The current version is v1, which is included in the base URL path.
- Version is specified in the URL path:
/api/v1/ - Future versions (v2, v3, etc.) will be released as new paths while maintaining backward compatibility
- Always include the version number in your API requests
Environments#
The API is currently available in production environment only. All requests should be made to the production base URL above.
API Documentation for Quodat