> ## Documentation Index
> Fetch the complete documentation index at: https://docs.worthai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sample API Onboarding Flow Overview

> Complete guide to the business invitation and onboarding process

This API Onboarding Flow guides you through the complete process of inviting a business to your platform and adding owner details.
This flow consists of two sequential API calls that handle business invitation, business verification, and owner prefill details addition.

## Important information

This flow is provided as an example use case of the SDK.
It may be different depending on your integration requests with Worth services.

## Quick Overview

The business onboarding process follows a linear sequence of API calls:

```mermaid theme={null}
flowchart TD
    A[Customer Sign In] --> B[Add Business]
    B --> C[Initialize SDK]
```

**Flow Steps**:

1. **Customer Sign In** (POST) - Returns customer id\_token
2. **Add Business** (POST) - Creates business and case data
3. **Initialize SDK**

## Next Steps

* View the [Detailed Sequence Diagram](/onboarding-sdk/api-sequence-diagram) to see the complete interaction flow between services
* Read the [Step-by-Step Breakdown](/onboarding-sdk/api-step-by-step-breakdown) for detailed information about each endpoint
* Review the [API Reference](/onboarding-sdk/api-reference) for complete endpoint documentation

## Related Documentation

* Check the [Getting Started](/getting-started/overview) guide for key concepts
* Explore [Business Onboarding Flows](/use-cases/onboarding/overview) for additional use cases
