Get current driver’s profile
Users > Profile
GET profile
Endpoint
GET /api/v1/users/profile
Request
Route
GET /api/v1/users/profile
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxODI3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTk0LCJleHAiOjE3NDAxNDM1OTQsImp0aSI6IjliNTk2NWRjLWYyODgtNDMyOC05ZmQ0LTJiMmU2OTVmNTQyYyJ9.u5XtRd0u6-7UrtpoMAt3b-XdlO-JaawOo1HHC3l44AI
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/"72d2f948406cfcbdcf5f2045a08b5b35"
cache-control: max-age=0, private, must-revalidate
x-request-id: b20e4585-c700-4cc4-8ef5-dfcd84cec5d5
x-runtime: 0.027142
content-length: 1131
Body
{
"profile": {
"id": 707,
"activities": [
],
"bio": "Cura sed sono. Vicinus eveniet sint.",
"birth_date": "1982-02-09",
"child_safeguard_training": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"compliance_documents": [
"dbs",
"tacho",
"enchanced_dbs",
"cpc",
"medical_check",
"child_safeguard_training"
],
"contact_phone_number": "07120 024291",
"cpc": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"cv": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"dbs": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"documents": [
],
"driving_license": [
],
"email": "eugenio.christiansen+driver@example.com",
"enchanced_dbs": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"english_level": "proficient",
"experiences": [
],
"first_name": "Eugenio",
"interviews": [
],
"last_name": "Christiansen",
"licenses": [
"ce",
"c"
],
"medical_check": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"phone_number": null,
"postcode": "L1 1AA",
"reviews": [
],
"start_date": "2020-10-30",
"tacho": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
}
}
}