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.
-
Add Account POST {{url}}/v1/accounts
-
Get Accounts GET {{url}}/v1/accounts?query=doe&limit=25
-
Get Account GET {{url}}/v1/accounts/:accountID
-
Update Account PUT {{url}}/v1/accounts/:accountID
-
Delete Account DELETE {{url}}/v1/accounts/:accountID