Get profit and loss

GET /api-v1/pl/report

Headers

Responses

GET /api-v1/pl/report
curl \
 -X GET http://wyzio.app/api-v1/pl/report \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "children": [
      {}
    ],
    "id": 42,
    "parentId": 42,
    "position": 42
  }
]