Skip to main content
GET
/
api
/
module48
/
pnl
List Pnl Endpoint
curl --request GET \
  --url https://api.example.com/api/module48/pnl
{
  "entries": [
    {
      "amount": 123,
      "category": "<string>",
      "created_at": "<string>",
      "id": 123,
      "month": "<string>",
      "updated_at": "<string>"
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

entries
PnlEntryResponse · object[]
required
total
integer
required