3. Checking

Checking your opening profile

Request

MethodURL

GET

api_url/authorize?uuid={uuid}

ParamsValueDescription

uuid

string

UUID of profile

Example Request

Params

KeyValue

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.

{
    "status": true
}

Last updated