# Client Accounts
# List client accounts
GET /accounts/client
Query parameters
200 OK
400 undefined
401 undefined
429 undefined
# Create a client account
POST /accounts/client
Request Body Schema
200 OK
400 undefined
401 undefined
403 undefined
429 undefined
# Update a client account
PUT /accounts/client/{id}
Path parameters
Request Body Schema
200 OK
400 undefined
401 undefined
429 undefined