Skip to main content
POST
/
finance
/
customers
/
find
Find customer by account number
curl --request POST \
  --url http://134.209.118.139:3002/finance/customers/find \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "accountnumber": "EO-2024-0001"
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
accountnumber
string
required
Example:

"EO-2024-0001"

Response

Customer record