# SKOR Modular API Documentation > Documentation for the SKOR Modular API. ## Docs - [Create Tenant](https://docs.skortorent.com/api-reference/tenants/create-tenant.md): Creates a new tenant profile using the provided tenant information. - [Delete Tenant](https://docs.skortorent.com/api-reference/tenants/delete-tenant.md) - [Get All Tenants](https://docs.skortorent.com/api-reference/tenants/get-all-tenants.md) - [Get Tenant](https://docs.skortorent.com/api-reference/tenants/get-tenant.md): Retrieves the complete Tenant profile, including personal details, verification statuses, forensic results, and financial information. - [Get Tenant Documents](https://docs.skortorent.com/api-reference/tenants/get-tenant-documents.md): Fetch all documents uploaded by a tenant. The API returns only `file_name`. To download a document, construct the URL as: `https://skorcdn.blob.core.windows.net/uploads/{file_name}` - [Initiate Bank](https://docs.skortorent.com/api-reference/tenants/initiate-bank.md): Initiates the bank connection flow for a tenant. - [Initiate Cl@ve](https://docs.skortorent.com/api-reference/tenants/initiate-cl@ve.md): Initiates the Cl@ve identity verification process for a tenant. - [Initiate KYC](https://docs.skortorent.com/api-reference/tenants/initiate-kyc.md): Initiates the KYC verification process for a tenant. - [Run Forensic Analysis](https://docs.skortorent.com/api-reference/tenants/run-forensic-analysis.md): Triggers forensic analysis for a tenant. - [Update Tenant](https://docs.skortorent.com/api-reference/tenants/update-tenant.md) - [Upload Tenant Documents](https://docs.skortorent.com/api-reference/tenants/upload-tenant-documents.md): Upload one or more documents for a tenant. At least one document is required. - [Generate Token](https://docs.skortorent.com/api-reference/token/generate-token.md): Generates an access **token** that is required to authenticate requests to protected APIs. - [Create Webhook](https://docs.skortorent.com/api-reference/webhooks/create-webhook.md): Creates a webhook endpoint to receive system events. - [Delete Webhook](https://docs.skortorent.com/api-reference/webhooks/delete-webhook.md) - [Get Webhook](https://docs.skortorent.com/api-reference/webhooks/get-webhook.md) - [List Webhooks](https://docs.skortorent.com/api-reference/webhooks/list-webhooks.md) - [Update Webhook](https://docs.skortorent.com/api-reference/webhooks/update-webhook.md) - [Introduction](https://docs.skortorent.com/index.md): Choose the right SKOR integration path - [Modular API](https://docs.skortorent.com/modular-api.md): Modular API integration guide - [Quickstart](https://docs.skortorent.com/quickstart.md): Generate a Modular API token and make authenticated requests - [SDK guide](https://docs.skortorent.com/sdk.md): Embed the SKOR profile session with the JavaScript SDK - [SDK authentication](https://docs.skortorent.com/sdk-auth.md): Authenticate SDK-related API calls ## OpenAPI Specs - [openapi](https://docs.skortorent.com/api-reference/openapi.yaml)