3. Checking
Checking your opening profile
Request
Method
URL
GET
api_url/authorize?uuid={uuid}
Params
Value
Description
uuid
string
UUID of profile
Example Request (Hidemium V4)
Method
URL
GET
http://127.0.0.1:2222/authorize?uuid=992bd6f1-0a4c-40b2-88c0-d6ae54db7347
Example Response
If profile is open, the return result is true; If profile is closed, the return result is false.
Last updated