Hometrack Valuation API
Described in Hometrack's own Azure API Management catalogue as the "Generally available version of the Valuation API". Three operations: POST /authentication/{apiKey} exchanges an API key for a temporary token valid for five minutes, GET /status reports whether the Valuation API is currently available, and POST /valuation/{accountId} runs a valuation on a given property. The valuation endpoint uses token-based authorization with an Authorization header of the form 'Token token=""' (Hometrack documents that it also accepts looser variants without the quotes or the token= prefix). GET /status is the one operation in Hometrack's entire published surface that answered an anonymous probe with HTTP 200 — it returned a zero-byte body, confirming the gateway is live.