Get list of merchants

GET /api-v1/my-expenses/merchants

Headers

Responses

GET /api-v1/my-expenses/merchants
curl \
 -X GET http://wyzio.app/api-v1/my-expenses/merchants \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "chartOfAccountsId": 42,
    "id": 42,
    "name": "string",
    "vatRateId": 42
  }
]