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.eyJzdWIiOiIxOTE5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTQyLCJleHAiOjE3NTExMDg1NDIsImp0aSI6ImYxZTg5ZGM5LTIyZDEtNGY1YS1hMDI1LWE0YzA0NzAzZWE2NSJ9.5hlB7KsKIuM9_OkRAUafbreA0jwySie-LyfbUb_YYPA
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: 54889b35-3291-4966-9243-62d3c463a7f1
x-runtime: 0.012535
content-length: 87
Body
{
"settings": {
"id": false,
"push_job_notification": true,
"push_message_notification": true
}
}