API endpoint that allows saved sessions to be viewed or edited.

GET /downloadable_users/?format=api&ordering=otp&page=138
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1371,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=otp&page=137",
    "results": [
        {
            "id": 344,
            "firstname": "ashwitha",
            "lastname": null,
            "phone": "+919100009104",
            "email": "ashwithachauhan03@gmail.com",
            "old_table_id": "5858",
            "otp": "964529",
            "otp_expiretime": "2025-05-30T17:03:53.749000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2025-05-29T11:17:34.336592+05:30",
            "updated_at": "2026-02-01T21:30:46.312304+05:30"
        }
    ]
}