Butlr Technologies · Authentication Profile
Butlr Technologies Authentication
Authentication
The Butlr API is protected with OAuth 2.0 bearer tokens issued by Auth0. Two grant types are supported: the Password grant (for user-context access, returns access_token + refresh_token + id_token) and the Client Credentials grant (machine-to-machine, for server-to-server access using a Client ID and Client Secret minted from the Butlr Web App API tokens tab). Tokens are presented as `Authorization: Bearer
Butlr Technologies secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password and clientCredentials flow(s).
CompanyOccupancy SensingPeople CountingSmart BuildingsSpace UtilizationIoTThermal SensorsReal-Time DataGraphQLWebhooks
Methods: oauth2
Schemes: 2
OAuth flows: password, clientCredentials
API key in:
Security Schemes
OAuth2PasswordGrant oauth2
OAuth2ClientCredentials oauth2