Get user’s profile.
Profiles
GET profile
Endpoint
GET /api/v1/profiles/:id
Request
Route
GET /api/v1/profiles/607
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTEwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQzLCJleHAiOjE3NDUwNTY5NDMsImp0aSI6IjgwMDY4YzFlLTM1MDgtNDQwZC04YTQ1LTdhMzQyYmQxMWVlMiJ9.pEWxAtE_4t2s9vLPg1mY82cJCA86mEB5h_g97VR_maI
Host: example.org
Cookie:
Query Parameters
{}=
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/"284b348f29f4750a9182803a19fcb5c8"
cache-control: max-age=0, private, must-revalidate
x-request-id: b0b22fb3-91b3-4580-bccd-f94f519260e3
x-runtime: 0.023491
content-length: 626
Body
{
"profile": {
"id": 607,
"activities": [
],
"bio": "Non verumtamen bardus. Auctor ea quia.",
"birth_date": "1976-11-05",
"compliance_documents": [
"dbs",
"tacho",
"enchanced_dbs",
"cpc",
"medical_check",
"child_safeguard_training"
],
"contact_phone_number": "07112 908444",
"cv": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"documents": [
],
"driving_license": [
],
"email": "kandis.konopelski+driver@example.com",
"english_level": "intermediate",
"experiences": [
],
"first_name": "Kandis",
"interviews": [
],
"last_name": "Konopelski",
"licenses": [
"phv",
"c1"
],
"phone_number": null,
"postcode": "M1 1AE",
"reviews": [
],
"start_date": "2020-05-10"
}
}