Get current driver’s settings
Users > Settings
GET settings
Endpoint
GET /api/v1/users/settings
Request
Route
GET /api/v1/users/settings
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxOTA1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDgxLCJleHAiOjE3NjM1NDI0ODEsImp0aSI6ImNhZGQwZmRhLTg2Y2ItNGQzZC04MjliLTM5MDE5NzVjYzE5OSJ9.awXFgbQ7XJdTENCrkCPyytNt_mIXzR5lFXdNE_-nYcs
Host: example.org
Cookie:
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"f470f945361485dabf88d3ef93dc5a3e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 8dc4f218-df0c-463b-b996-ad2e988dff33
x-runtime: 0.008114
content-length: 87
Body
{
"settings": {
"id": false,
"push_job_notification": true,
"push_message_notification": true
}
}