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.eyJzdWIiOiIxODU4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTU0LCJleHAiOjE3NDUwNTY5NTQsImp0aSI6ImUwY2M2Njc2LWU2NjItNDE4Mi1iZmI1LTI1MzQ2NzY0NzAxYSJ9.4cmFjpAgAFD49AX9ITvHv4ChLK6G3N9qR2TiVuSXEzQ
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/"19892a7dea7eb5df883b4c30a188e983"
cache-control: max-age=0, private, must-revalidate
x-request-id: 36cf6210-f7e2-484e-a2ed-1412f3ca8721
x-runtime: 0.018704
content-length: 1127
Body
{
"profile": {
"id": 706,
"activities": [
],
"bio": "Arbor cum arx. Tergo cerno caste.",
"birth_date": "1976-01-05",
"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": "07525 337425",
"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": "drusilla.bergnaum+driver@example.com",
"enchanced_dbs": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"english_level": "proficient",
"experiences": [
],
"first_name": "Drusilla",
"interviews": [
],
"last_name": "Bergnaum",
"licenses": [
"adr",
"c1e"
],
"medical_check": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"phone_number": null,
"postcode": "CF10 1AA",
"reviews": [
],
"start_date": "2020-08-14",
"tacho": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
}
}
}