# Simply Tokenized API > Simply Tokenized API and outbound webhooks for integrators. ## Docs - [Create account](https://docs.floris3.com/api-reference/accounts/create-account.md) - [Get account](https://docs.floris3.com/api-reference/accounts/get-account.md) - [Update account](https://docs.floris3.com/api-reference/accounts/update-account.md) - [Authenticate](https://docs.floris3.com/api-reference/auth/authenticate.md): Exchange client credentials for a short-lived bearer access token. - [Create benefiting person](https://docs.floris3.com/api-reference/benefiting-persons/create-benefiting-person.md) - [List benefiting persons](https://docs.floris3.com/api-reference/benefiting-persons/list-benefiting-persons.md) - [Get offering](https://docs.floris3.com/api-reference/offerings/get-offering.md) - [List offerings](https://docs.floris3.com/api-reference/offerings/list-offerings.md) - [Cancel order](https://docs.floris3.com/api-reference/orders/cancel-order.md) - [Create order](https://docs.floris3.com/api-reference/orders/create-order.md): Create an order for an offering. Send `units` as an integer string in the smallest token unit (human amount × 10^decimals). Read `decimals` from the offering first. - [Get offering order](https://docs.floris3.com/api-reference/orders/get-offering-order.md) - [List account orders](https://docs.floris3.com/api-reference/orders/list-account-orders.md) - [List offering orders](https://docs.floris3.com/api-reference/orders/list-offering-orders.md) - [List transactions](https://docs.floris3.com/api-reference/transactions/list-transactions.md) - [Get wallet](https://docs.floris3.com/api-reference/wallets/get-wallet.md) - [Get wallet balances](https://docs.floris3.com/api-reference/wallets/get-wallet-balances.md) - [List wallets](https://docs.floris3.com/api-reference/wallets/list-wallets.md) - [Authentication](https://docs.floris3.com/guides/authentication.md): Client credentials flow, JWT claims, and response headers. - [Errors](https://docs.floris3.com/guides/errors.md): Error response format, codes, and HTTP status mapping. - [Introduction](https://docs.floris3.com/guides/introduction.md): Overview of the Simply Tokenized API. - [Quickstart](https://docs.floris3.com/guides/quickstart.md): Authenticate and call your first API endpoint. - [Rate Limits and Idempotency](https://docs.floris3.com/guides/rate-limits-and-idempotency.md): API rate limits and idempotent write operations. - [Scopes and Permissions](https://docs.floris3.com/guides/scopes-and-permissions.md): API credential categories and fine-grained permission scopes. - [Units and Decimals](https://docs.floris3.com/guides/units-and-decimals.md): How to convert human-readable token amounts to smallest-unit strings for API requests and responses. - [Versioning](https://docs.floris3.com/guides/versioning.md): Date-based API versions and the version switcher. - [Webhook Events](https://docs.floris3.com/webhooks/events.md): Supported event types, payloads, and milestones. - [Webhook Overview](https://docs.floris3.com/webhooks/overview.md): Configure and receive outbound event notifications. - [Signature Verification](https://docs.floris3.com/webhooks/signature-verification.md): Verify webhook authenticity with HMAC-SHA256. ## OpenAPI Specs - [2026-07-02](https://docs.floris3.com/openapi/2026-07-02.yaml)