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

    PaginationLinks

    {
        "first": "http://localhost:8000/api/v1/categories?page=1",
        "last": "http://localhost:8000/api/v1/categories?page=3",
        "prev": null,
        "next": "http://localhost:8000/api/v1/categories?page=2"
    }
    Built with