List float accounts

When list float accounts, you will receive a below response.

{
    "type": "list",
    "count": 1,
    "data": [
        {
            "type": "floataccount",
            "id": "786ffcce-a112-43d8-8bad-b38393fe0a9f",
            "bankBranchCode": "802919",
            "accountNumber": "1111111",
            "availableBalance": 14733.15,
            "status": "active",
            "links": {
                "self": "https://au-api.basiq.io/payments/float-accounts/786ffcce-a112-43d8-8bad-b38393fe0a9f"
            }
        }
    ],
    "links": {
        "self": "https://au-api.basiq.io/payments/float-accounts"
    }
}
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!