Skip to main content
Welcome to the SKOR developer documentation. You can manage tenants with two integration approaches depending on how much control you want over the tenant workflow.
  • SDK method: Use SKOR’s JavaScript SDK to embed an iframe-based profile workflow in your application. SKOR manages the tenant flow while you configure and launch the session.
  • Modular API method: Use REST APIs directly for full programmatic control over tenants, documents, webhooks, identity verification, banking connectivity, and forensic analysis.

SDK guide

Embed the SKOR profile session with the JavaScript SDK.

Modular API

Build a custom integration with tenant, document, webhook, and verification APIs.

Start here

If you want SKOR to handle the tenant profile workflow inside an embedded experience, start with the SDK guide. If you want direct backend control over the workflow, start with the Modular API guide, then use the Quickstart to generate a token and make your first request. Looking for endpoint details? Use the API Reference section in the sidebar.