URL: /baas/api/getting-started/tenant-registration
---
title: 'Tenant Registration'
description: 'Register your organization as a FinHub API tenant through self-service signup'
---
# Tenant Registration
Register your organization as a FinHub API tenant through our self-service portal to start your API integration.
## Self-Service Registration
FinHub offers a streamlined self-registration process. Visit our tenant signup portal to get started:
Start your API tenant registration at bpm-beta.finhub.cloud
## Registration Process
```mermaid
sequenceDiagram
participant You
participant Signup Portal
participant FinHub Platform
participant Compliance
You->>Signup Portal: Visit signup page
Signup Portal->>You: Registration form
You->>Signup Portal: Submit business details
Signup Portal->>FinHub Platform: Create tenant account
FinHub Platform->>Compliance: Submit for review
Compliance-->>FinHub Platform: Approval
FinHub Platform->>You: Issue API credentials
```
## Registration Steps
Navigate to [bpm-beta.finhub.cloud/new-tenant/signup](https://bpm-beta.finhub.cloud/new-tenant/signup)
Provide your business and contact information
Confirm your email address via verification link
Upload required business and compliance documentation
Get your sandbox credentials after approval
## Required Documents
| Document Type | Description | Format |
|---------------|-------------|--------|
| Certificate of Incorporation | Proof of legal entity | PDF |
| Business Registration | Government registration | PDF |
| Tax ID Certificate | Tax identification | PDF |
| Authorized Signatories | List of authorized persons | PDF |
| Bank Reference Letter | Banking relationship proof | PDF |
## Account Creation
Upon approval, FinHub will:
1. Create your tenant account in our system
2. Configure your selected products
3. Set up your sandbox environment
4. Generate API credentials
## Credential Delivery
You will receive:
- **Sandbox URL**: Your dedicated sandbox endpoint
- **Tenant ID**: Your unique tenant identifier
- **API Credentials**: Client ID and Client Secret
- **Admin Access**: Tenant Operation Panel credentials
## Next Steps
After completing registration:
1. Review [Compliance Requirements](/baas/api/getting-started/compliance-requirements)
2. Proceed to [Selecting Your Products](/baas/api/getting-started/selecting-products)
3. Set up your [Development Environment](/baas/api/development)