Welcome to the Hiway Wallet API service.
All API endpoints are available at /api/v1/*
POST /api/v1/auth/request-otp - Request OTP codePOST /api/v1/auth/verify-otp - Verify OTP and create sessionGET /api/v1/auth/session - Get current sessionPOST /api/v1/auth/logout - LogoutPOST /api/v1/auth/refresh - Refresh tokenGET /api/v1/films - List all filmsGET /api/v1/films/:slug - Get film detailsGET /api/v1/rooms - List all collectionsGET /api/v1/rooms/:slug - Get collection detailsGET /api/v1/user/purchases - Purchase historyGET /api/v1/user/rentals - Rental historyGET /api/v1/user/profile - User profilePATCH /api/v1/user/profile - Update profileFor full API documentation, see /docs/api-spec.yaml
Version 1.0.0 | Port 3100