Introduction
Welcome to the AutoML API Documentation! This guide provides developers with the essential information to integrate our API efficiently, offering detailed guides, code examples, and best practices to enhance your application.
General API Information
- The base endpoints for our API is https://manulife.automlcapital.com/api
- Responses are in JSON by default. Base structure be like:
JSON
{
"message": "Operation Success",
"code": "000",
"data": [
{...}
]
}
Time Zone Information
- All
dateandupdateTimefields returned by the API are in the Hong Kong Time (HKT) time zone, which is UTC+08:00. - Ensure that your application correctly handles this time zone when processing dates and times from the API.
API Authentication
- All data passing through the API is encrypted. Details in API Authentication.