The HTS API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. The API does not support HTTP.All requests should contain the following base URL (v1):
Copy
https://htsapi.com/v1/
You’ll need an account and API key to get started. From your account dashboard, you can monitor usage and setup integrations.
HTS API uses standard HTTP codes to indicate the success or failure of your requests.In general, 2xx HTTP codes correspond to success, 4xx codes are for user-related failures, and 5xx codes are for infrastructure issues.