Issue a short-lived bearer token for API authentication. The token expires in approximately 1 hour and provides access to the Housr API based on your client credentials and associated scopes.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The body is of type object.