All API requests should use the secured endpoint: HTTPS
Overview
MileApp APIs are plain JSON over HTTP and use the following HTTP verbs:Base URL
All API requests should be made to:Rate Limit
This limit is applied on an organization-wide basis irrespective of factors such as the number of agents or IP addresses used to make the calls. If a tenant exceeds these limits, they will receive a429 error (too many requests).
The purpose of a rate limit is to maintain a good user experience for all API users. Without a rate limit, API endpoints can flood the server with requests that overwhelm the system and negatively impact all users.
Next Steps
Authentication
Learn how to authenticate your API requests
Data Formats
Understand the data types used in our API
Status Codes
HTTP status codes and error handling