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
Last updated