Get accounts for user

GET /closeAPI/api/close/account/for-user

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • number string
    • accountType string
    • description string
    • parent object
      Hide parent attributes Show parent attributes object
      • id integer
      • name string
      • number string
    • taskCount integer(int64)
    • disclosureType string
    • numberOfAccountsToDelete integer(int32)
GET /closeAPI/api/close/account/for-user
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/account/for-user'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "number": "string",
    "accountType": "string",
    "description": "string",
    "parent": {
      "id": 42,
      "name": "string",
      "number": "string"
    },
    "taskCount": 42,
    "disclosureType": "string",
    "numberOfAccountsToDelete": 42
  }
]