Rent Reporting-as-a-Service
Software Development Kit

Quickstart

6min

To get started with the Boom SDK, follow these 3 steps:

1. Generate an access key and a secret key using the Boom Partner Platform

In the Boom Partner Platform, navigate to "Settings" -> "Developers" to generate an access key and a secret key.

Make sure to save the secret key after you generate it, as you won't be able to view it again in the Partner Platform.

2. Exchange your access key and secret key for an API token

Curl


3. Create a customer authentication token and sync with our user database

Curl


Email and phone must be unique, meaning neither element should be present in Boom's system.

Sample of fullstack react/node implementation with Plaid processor token:

Sample iFrame implementation example for Vanilla js:

This section is relevant for plaid copy link flow. For plaid shared token see Plaid Processor Token Integration page or Sample of full stack react/node implementation with Plaid processor token above

An iFrame embedded environment is fully supported with the Boom SDK.

iFrame supports the following query params for customization:

token - required to launch authenticated experience. We emit an auth-error event if the token fails authentication.

html


You need to handle a close and auth-error event.

Please refer to the following link for more details on handling those events: