Get User Settings
Get User Device Settings
POST https://api.parqex.com/oauth/v1/endpoints/user-info
Headers
Name
Type
Description
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"
}
}{
"errors": [
{
"message": "<ERROR MESSAGE>"
}
]
}{
"errors": [
{
"message": "<ERROR MESSAGE>"
}
]
}{
"errors": [
{
"message": "The server encountered an unexpected condition that prevented it from fulfilling the request."
}
]
}Last updated
Was this helpful?