Get user’s profile.
Profiles
GET profile
Endpoint
GET /api/v1/profiles/:id
Request
Route
GET /api/v1/profiles/606
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTA3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY4LCJleHAiOjE3NjM1NDI0NjgsImp0aSI6ImNjYzE2OTdkLWE0NjMtNDYyNC05ZGZmLTQ1YjBhM2VlMTc3NiJ9.PFDMAK7DGy_1N5l1Pk3TQXrL-u_zD94-denzWx8HPMk
Host: example.org
Cookie:
Query Parameters
{}=
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/"db27080290b450125221a15cf0cc923d"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5a5c2a28-f2c5-4d4c-8995-3a9871e851fe
x-runtime: 0.024231
content-length: 629
Body
{
"profile": {
"id": 606,
"activities": [
],
"bio": "Cultura collum asperiores. Alo cubo debitis.",
"birth_date": "1976-09-10",
"compliance_documents": [
"dbs",
"tacho",
"enchanced_dbs",
"cpc",
"medical_check",
"child_safeguard_training"
],
"contact_phone_number": "07962 557644",
"cv": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"documents": [
],
"driving_license": [
],
"email": "norine.schulist+driver@example.com",
"english_level": "intermediate",
"experiences": [
],
"first_name": "Norine",
"interviews": [
],
"last_name": "Schulist",
"licenses": [
"adr",
"phv"
],
"phone_number": null,
"postcode": "B1 1AA",
"reviews": [
],
"start_date": "2022-09-12"
}
}