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 V2)

Example Response

If profile is open, the return result is true; If profile is closed, the return result is false.

{
    "status": true
}

Last updated