Authentication
Obtain a Bearer token by callingPOST /auth/token with HTTP Basic Auth (client_id:client_secret).Tokens expire in 1 hour by default and provide access to the Housr API based on your client credentials and associated scopes.
Obtain an hourly-expiring bearer token via Basic Auth.
POST /auth/token with HTTP Basic Auth (client_id:client_secret).