Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://134.209.118.139:3002/finance/customers \ --header 'x-access-token: <api-key>'
[ { "customerid": 123, "fullname": "<string>", "telephone": "<string>", "accountnumber": "<string>", "salesstage": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ]
JWT token obtained from POST /api/auth/signin
POST /api/auth/signin
Array of customers
PENDING
APPROVED
REPOSSESSED