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