Skip to main content
POST
/
finance
/
amlogs
/
lookup
Look up and apply missing payments
curl --request POST \
  --url http://134.209.118.139:3002/finance/amlogs/lookup \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "startdate": "2023-12-25",
  "enddate": "2023-12-25"
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
startdate
string<date>
enddate
string<date>

Response

Lookup and update result