Vehicle Admin API
    • Auth
      • Sign In
        POST
    • Vehicles
      • Index
        GET
      • Create
        POST
      • Show
        GET
      • Update
        PATCH
    • Maintenance Reports
      • Index
        GET
      • Create
        POST
      • Show
        GET
      • Update
        PATCH
    • Service Orders
      • Index
        GET
    • Schemas
      • Vehicle
      • Sign In

    Sign In

    {
        "user": {
            "email": "string",
            "password": "string"
        }
    }
    Built with