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.eyJzdWIiOiIxODgyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTQxLCJleHAiOjE3NTExMDg1NDEsImp0aSI6IjdhNmViNTcyLTQzZWYtNDQ1Yi04ODAzLWNhYjZlMWI1YzJhMCJ9.Su_umbe5nvWLIDAfSSWAUd9YQvT-yq1cwBsq52vyDQ0
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/"0f4a1b2cd13669de64110d5a6813b3aa"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2b202c06-fc47-4b02-a232-1105d1238f08
x-runtime: 0.016390
content-length: 1134
Body
{
"profile": {
"id": 710,
"activities": [
],
"bio": "Repellendus circumvenio vel. Succurro sumptus amplitudo.",
"birth_date": "1980-06-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": "07382 607629",
"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": "eli.kunze+driver@example.com",
"enchanced_dbs": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"english_level": "intermediate",
"experiences": [
],
"first_name": "Eli",
"interviews": [
],
"last_name": "Kunze",
"licenses": [
"d",
"c1e"
],
"medical_check": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"phone_number": null,
"postcode": "CF10 1AA",
"reviews": [
],
"start_date": "2022-02-15",
"tacho": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
}
}
}