# Initialize Sensor Integration Initialize an integration. If integrations_enable is true, an account is created in the 3rd Reality Cloud and App Cloud is returned a userThingName which is necessary for HUB bluetooth initialization. This API can be called with intergrations_enabled: false, and then no userThingName will be returned. Setting integrations_enabled to false will not remove or make any changes to an existing integration. Endpoint: POST /sensors/integrations ## Query parameters: - `show_account` (boolean) Debug only - shows the 3reality account creation fields in the response. ## Request fields (application/json): - `integrations_enable` (boolean) - `oob_phase` (string) ## Response 201 fields