Build and Configure
API Architecture Overview
- Most APIs are called via POST requests.
- The Markaaz APIs are organized around REST. The API uses predictable, resource-oriented URLs and HTTP status codes to indicate errors. It is important to check the status codes returned and handle any errors accordingly in your implementation.
- The Markaaz APIs require all communications to be secured using TLS 1.2 or greater.
- If you are connecting from Windows 7 or equivalent then you may need to upgrade to TLS 1.2.
Updated about 1 month ago
Did this page help you?