Accounts

📘 TAAS API Reference

Base URL:

http://127.0.0.1:8000/api/v1/taas/

Authentication:

  • All endpoints require an API-KEY header.


🔐 Authentication

API-KEY: <your-api-key>

👤 Account APIs


1. Create Account

Endpoint

Description

Creates a new TAAS account with KYC details.


Request


Response


Enums

Annual Income

Occupation

Gender


2. Get Account Details

Endpoint

Description

Fetch details of a specific account.


Request


Response


3. Get All Accounts

Endpoint

Description

Fetch a paginated list of accounts with optional filters.


Query Params

Param
Description

kyc_status

Filter by KYC status

aml_status

Filter by AML status


Request


Response

(Trimmed for brevity — full structure includes user + banks)


4. Update Account

Endpoint

Description

Update account details partially.


Request


Response


5. Get Main Account

Endpoint

Description

Fetch the primary (main) account with wallet balances.


Request


Response


Last updated

Was this helpful?