Users > Profile

Get current driver’s 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.eyJzdWIiOiIxOTE1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2NDE0LCJleHAiOjE3NjYyMTg0MTQsImp0aSI6IjU1NTMxYjJjLTUxMzQtNDM4Ni1iYjhjLTE5YTQ2ZGQxZjdkNCJ9.huS3BDEQRpgO2O5Z6dtMheqJP-B-WTCRFV9KmPxn5TI
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/"c8fd616cac936da45639c5d4fc7bbd98"
cache-control: max-age=0, private, must-revalidate
x-request-id: e9c200ee-5235-4530-ac5d-4f3079ef9e54
x-runtime: 0.014520
content-length: 1141

Body

{
  "profile": {
    "id": 729,
    "activities": [

    ],
    "bio": "Curia crebro aestivus. Denuncio laboriosam dedico.",
    "birth_date": "1985-04-04",
    "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": "07880 258778",
    "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": "rosaline.watsica+driver@example.com",
    "enchanced_dbs": {
      "id": null,
      "signed_id": null,
      "byte_size": null,
      "filename": "",
      "url": null
    },
    "english_level": "intermediate",
    "experiences": [

    ],
    "first_name": "Rosaline",
    "interviews": [

    ],
    "last_name": "Watsica",
    "licenses": [
      "ce",
      "c1"
    ],
    "medical_check": {
      "id": null,
      "signed_id": null,
      "byte_size": null,
      "filename": "",
      "url": null
    },
    "phone_number": null,
    "postcode": "NG1 1AA",
    "reviews": [

    ],
    "start_date": "2020-12-31",
    "tacho": {
      "id": null,
      "signed_id": null,
      "byte_size": null,
      "filename": "",
      "url": null
    }
  }
}