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.eyJzdWIiOiIxODY0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTk1LCJleHAiOjE3NDAxNDM1OTUsImp0aSI6IjNhYmNmOTE2LTUyNzAtNDczYy1iOWFhLWU5MzkyYzFkNDYwZiJ9.gs3y13uFnXPx53swzUOjQFsdY_Am3trg1P10mxFJL6c
Host: example.org
Cookie:
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: ef7854b9-9a76-41a9-b209-d0c53dcca0fb
x-runtime: 0.005856
content-length: 87
Body
{
"settings": {
"id": false,
"push_job_notification": true,
"push_message_notification": true
}
}