Get User Settings

Get User Device Settings

POST https://api.parqex.com/oauth/v1/endpoints/user-info

Headers

NameTypeDescription

Accept

string

Always set to application/json

Content-Type

string

Always set to application/json

Authorization

string

Set to Bearer <ACCESS_TOKEN>

Accept-Charset

string

Always set to utf-8

Accept-Encoding

string

Always set to gzip

{
    "success": true,
    "timestamp": ,
    "data": {
        "door_open_alert_notification_enabled": true,
        "door_open_alert_notification_tone": "door_open",
        "time_zone": "America/New_York",
        "pin_code": "1234"
    }
}

Last updated