Next Hour App
  • Introduction
    • Introduction
    • Key Features
    • Flutter
  • Installation
    • Flutter Installation
    • App Secret Key
  • project setup
    • App Deployment
      • Firebase
    • iOS Setup Instructions
    • Google Drive Key
    • OneSignal
    • Images
    • Reskinning
  • Publish your app
    • Requirements to Publish App
  • FAQ
    • Installation FAQ's
    • Access Denied
    • General Setting
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • Troubleshoot
    • Troubleshoot
    • Changelogs
  • Source & credit
    • Source & Credit
  • Support
    • Support
  • conclution
    • Conclusion
  • our products
    • Next Hour Addons
    • Our Products
  • Api Document
    • Getting Started
  • Get secret key
  • Auth Api
    • Login
  • Home Page Api
  • Actor detail page
  • Payment Api
    • Payment Method List
    • Manual payment list
    • Subscribed with manual payment
    • Subscribed with free subscription
    • Subscription Stop and Resume
    • Invoice
  • Player Setting Api
    • Player Setting
    • Advertise
  • User Api
    • View User profile
    • Wishlist
    • Watch History
    • User Profile Update
    • Manage Profile
    • Notification
  • Coupon Api
  • Other Api
    • List of Contents
    • Menu
    • Slider
    • Package
    • List of all movies
    • List of all tvseries
    • List of all movies, tveries and top movie and tvseries
    • Recent Movies and Tvseries
    • List of menu by movies and tvseries
    • Language by movies and tvseries
Powered by GitBook
On this page
  • Show screen list of user
  • api/show screens
  1. User Api

Manage Profile

To get user manage profile

Show screen list of user

api/show screens

GET https://yourdomain.com/api/showscreens

To get user manage profile information

Query Parameters

Name
Type
Description

secret

string

Client secret key will goes here which you get from admin panel.

Headers

Name
Type
Description

Authorization*

string

Bearer { bearer_token without bracket }

Accept*

string

application/json

{
    "screen": {
        "id": 3,
        "screen1": "Test",
        "screen2": null,
        "screen3": null,
        "screen4": null,
        "user_id": 6,
        "activescreen": null,
        "screen_1_used": "Yes",
        "screen_2_used": "NO",
        "screen_3_used": "NO",
        "screen_4_used": "NO",
        "device_mac_1": "192.168.0.123",
        "device_mac_2": null,
        "device_mac_3": null,
        "device_mac_4": null,
        "download_1": null,
        "download_2": null,
        "download_3": null,
        "download_4": null,
        "pkg_id": 1,
        "created_at": "2021-12-15T10:08:35.000000Z",
        "updated_at": "2021-12-15T10:08:35.000000Z"
    }
}
{
    "message": "Unauthorized !"
}

//or

{
    "message": "Secret Key is required"
}
{
    "message": "Invalid Secret Key !"
}

PreviousUser Profile UpdateNextNotification

Last updated 3 years ago