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

GET /downloadable_users/?format=api&ordering=otp_expiretime&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_expiretime&page=137",
    "results": [
        {
            "id": 1,
            "firstname": "Harsha",
            "lastname": null,
            "phone": "9550803465",
            "email": "harshavardhanpinni@gmail.com",
            "old_table_id": null,
            "otp": "391215",
            "otp_expiretime": "2025-06-11T11:07:24.386000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-01T12:51:44.171849+05:30",
            "updated_at": "2025-06-11T10:52:24.869495+05:30"
        }
    ]
}