# API Kickstart

> API Kickstart — grouped reference pages that organize the public API by topic for quick orientation.

Source: https://business-api-docs.youhodler.com/docs/reference

Use API Kickstart when you already understand the platform model and now want
the public API grouped into readable operational families. These pages are not
raw generated contracts. They are curated entry points that explain which
methods belong together, why they appear in that order, and which requests
usually come first inside each family.

API Kickstart sits between workflows and exact method leaves. It keeps the
reading flow human, but still places request and response shapes directly on
the page so you do not need to bounce into one-method API Reference pages for
every basic question.

> **How to read this section:** Start with the group that matches the integration state you are working on: perimeter, actors, downstream tenants, reusable funding surfaces, real execution, or governance and delivery. Use the full generated API only when you need the exact leaf operation beyond the inline snippets shown here.

## Quick Access

### Access And Topology

Enter through token issuance, enterprise perimeter, and the master-account boundary that anchors tenant-wide liquidity.

- [Access token](/docs/reference/access-and-topology#issue-access-token)
- [Enterprises](/docs/reference/access-and-topology#list-enterprises)
- [Single enterprise](/docs/reference/access-and-topology#get-enterprise)
- [Master accounts](/docs/reference/access-and-topology#list-master-accounts)

[View all →](/docs/reference/access-and-topology)
### Actors And Access Control

Build the access layer in order: principals, roles, assignments, capabilities, and governed control-plane surfaces.

- [Create user](/docs/reference/actors-and-access-control#create-user)
- [Service accounts](/docs/reference/actors-and-access-control#create-service-account)
- [Grant scope](/docs/reference/actors-and-access-control#grant-role-assignment)
- [Policies](/docs/reference/actors-and-access-control#create-policy)

[View all →](/docs/reference/actors-and-access-control)
### Clients And Accounts

Create downstream topology, provision execution accounts, read balances, and move liquidity into client-scoped operating boundaries.

- [Create client](/docs/reference/clients-and-accounts#create-client)
- [Client account](/docs/reference/clients-and-accounts#create-client-account)
- [Balances](/docs/reference/clients-and-accounts#list-client-account-balances)
- [Internal transfer](/docs/reference/clients-and-accounts#create-internal-transfer)

[View all →](/docs/reference/clients-and-accounts)
### Funding And Destinations

Provision reusable inbound and outbound surfaces before live execution depends on them.

- [Funding endpoints](/docs/reference/funding-and-destinations#list-funding-endpoints)
- [Deposit instructions](/docs/reference/funding-and-destinations#list-deposit-instructions)
- [Destinations](/docs/reference/funding-and-destinations#create-withdrawal-destination)
- [Methods](/docs/reference/funding-and-destinations#configure-payment-and-payout-methods)

[View all →](/docs/reference/funding-and-destinations)
### Operations

Move from previews into real execution across withdrawal, conversion, and ramp families while staying inside one lifecycle model.

- [Fee preview](/docs/reference/operations#create-fee-preview)
- [Withdrawal](/docs/reference/operations#create-withdrawal)
- [Conversion](/docs/reference/operations#create-conversion)
- [Ramp sessions](/docs/reference/operations#create-on-ramp-session)

[View all →](/docs/reference/operations)
### Governance And Events

Control execution through policies and approvals, then expose outcomes through events and webhook delivery.

- [Create policy](/docs/reference/governance-and-events#create-policy)
- [Approvals](/docs/reference/governance-and-events#list-approvals)
- [Events](/docs/reference/governance-and-events#list-events)
- [Webhooks](/docs/reference/governance-and-events#create-webhook-endpoint)

[View all →](/docs/reference/governance-and-events)
