ProfitFlow
    ProfitFlow
    • Authentication
      • Login
        POST
      • Logout
        POST
    • Categories
      • List categories
        GET
      • Get category
        GET
    • Units
      • List available units
        GET
      • Get unit details
        GET
    • Investors
      • List investors
        GET
      • Get investor details
        GET
      • Get investor portfolio
        GET
    • Schemas
      • User
      • Category
      • Error
      • Unit
      • Investor
      • ValidationError
      • Portfolio
      • PaginationLinks
      • PaginationMeta

    PaginationMeta

    {
        "current_page": 1,
        "from": 1,
        "last_page": 3,
        "links": [
            {
                "url": "string",
                "label": "string",
                "active": true
            }
        ],
        "path": "http://localhost:8000/api/v1/categories",
        "per_page": 15,
        "to": 15,
        "total": 42
    }
    Built with