API Reference

Base URL

The Base URL is the primary domain used by WARMKEY to receive API requests. Each API endpoint specifies its own unique URL path, and the full API endpoint URL is formed by combining the Base URL with the respective URL path.

For example, the full API request URL structure is:

{Base URL} + {Endpoint URL Path}

This structure allows WARMKEY to efficiently organize and handle different API requests, ensuring that each service call reaches the appropriate endpoint. All requests must begin with the Base URL followed by the specific path corresponding to the desired functionality.