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.eyJzdWIiOiIxODY4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDc5LCJleHAiOjE3NjM1NDI0NzksImp0aSI6Ijk0YzY4ZWUwLTM0ZjctNDA4My1hNGMyLTE4ODgxNzBlZjg5NSJ9.mc--M7QQ7vERkxebfgBMcAwz5a0xPy1CO2ucjgaIPTQ
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/"0acccf155c8d183535eeecc5cea532b1"
cache-control: max-age=0, private, must-revalidate
x-request-id: 800fbd03-4993-42b6-8802-458b966d1f47
x-runtime: 0.015481
content-length: 1123
Body
{
"profile": {
"id": 708,
"activities": [
],
"bio": "Cohaero defleo stella. Speciosus aliquid despecto.",
"birth_date": "1987-07-27",
"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": "07137 556697",
"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": "deon.hand+driver@example.com",
"enchanced_dbs": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"english_level": "native",
"experiences": [
],
"first_name": "Deon",
"interviews": [
],
"last_name": "Hand",
"licenses": [
"adr",
"d1"
],
"medical_check": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"phone_number": null,
"postcode": "EC1A 1BB",
"reviews": [
],
"start_date": "2022-05-25",
"tacho": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
}
}
}