Skip to main content
GET
/
finance
/
deals
/
all
List all deals including inactive
curl --request GET \
  --url http://134.209.118.139:3002/finance/deals/all \
  --header 'x-access-token: <api-key>'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Response

Full deals list