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.eyJzdWIiOiIxODg5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjI5LCJleHAiOjE3NTU4NTgyMjksImp0aSI6ImViZGI1NDM2LWRkZWUtNDViYS1hZTQwLTkxOGE4ZjU3YjFjYiJ9.APKdJpeKdx7uo3T4Gj_GPvcuY-5tWSY1VBUxJXzYMNk
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/"4547c774c8ce8bd290b8cc9d54fa29e9"
cache-control: max-age=0, private, must-revalidate
x-request-id: 05c6c7ed-4eb7-424e-be1e-06b36111222a
x-runtime: 0.020427
content-length: 1132
Body
{
"profile": {
"id": 713,
"activities": [
],
"bio": "Absorbeo demergo terminatio. Defaeco caterva conor.",
"birth_date": "1989-03-08",
"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": "07993 553690",
"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": "micah.gutmann+driver@example.com",
"enchanced_dbs": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"english_level": "proficient",
"experiences": [
],
"first_name": "Micah",
"interviews": [
],
"last_name": "Gutmann",
"licenses": [
"b",
"b1"
],
"medical_check": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"phone_number": null,
"postcode": "B1 1AA",
"reviews": [
],
"start_date": "2022-04-17",
"tacho": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
}
}
}