Rent Reporting-as-a-Service
Software Development Kit
SDK URL query params
1min
The Boom SDK accepts 4 url params:
- token: user auth token for providing a seamless authentication experience.
- has_close: if any js truthy value is passed it adds 'X' close button across the app.
- bypass_plaid_account_confirmation: if any js truthy value is passed it bypasses the bank account confirmation screen after adding Plaid bank account.
- with_intercom: if any js truthy value is passed it launches SDK with Intercom popup (Help & support) opened.
?with_intercom=false => still truthy since query params are evaluated as string and any string with length > 0 is considered truthy.