Skip to main content
Embedded tenant screening

Screening that lives inside your product — not a PDF to read.

Add credit, rental history, identity, and records to your product in minutes. One verified return, delivered to your onScreeningSuccess handler.

Powered by Experian
index.html
<script src="https://sdk.ir.app/v0/latest.js"></script>
<div id="screening-form"></div>

<script>
  (async () => {
    const sdk = Intellirent.init({
      publishableKey: "pk_live_xxxxxxxxxxxxxxxx",
      userContext: {
        userId: "user_123",
        userType: "CONSUMER",
      },
    });

    await sdk.mount('#screening-form', {
      onScreeningSuccess: (result) => {
        console.log('Report ID:', result.id);
      },
    });
  })();
</script>
Clearedresult.id → your backend

API Reference

Consumer, End User, and Stripe integration endpoints with response samples.

Explore

Embedded SDK

Drop-in screening flow: init, mount, lifecycle events, error codes.

Integrate

Workflows

Sequence diagrams for every integration path, end to end.

Follow

Resources

Test payloads, sandbox consumers, troubleshooting, changelog.

Browse