Logo
Account Management API Documentation

Accounts API

Number of APIs: 5


API to create and manage account data. The API defines basic CRUD (create, read, update, delete) operations for customers.

This API was created for educational purposes, and it was intended to be used for Qodex Academy demos and hands-on exercises.


1. Add Account

POST {{url}}/v1/accounts



2. Get Accounts

GET {{url}}/v1/accounts?query=doe&limit=25



3. Get Account

GET {{url}}/v1/accounts/:accountID



4. Update Account

PUT {{url}}/v1/accounts/:accountID



5. Delete Account

DELETE {{url}}/v1/accounts/:accountID



ENDPOINTS