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.eyJzdWIiOiIxNDgyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg0LCJleHAiOjE3NDAxNDM1ODQsImp0aSI6IjE5M2M2MzQ5LTM5NTAtNDA3Ny05MWVjLTExN2FlYTM1YjdiNyJ9.AvP7qkck2x_Yt_nMIDIUNc506Gg-UY5fE76-CUATHDU
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/"343297c6e77f6045b7c13642a2046d7e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3cdce3f6-496c-4c34-a54c-8b4572316de9
x-runtime: 0.027965
content-length: 632
Body
{
"profile": {
"id": 607,
"activities": [
],
"bio": "Totidem spes aperte. Tamdiu custodia adeptio.",
"birth_date": "1981-10-24",
"compliance_documents": [
"dbs",
"tacho",
"enchanced_dbs",
"cpc",
"medical_check",
"child_safeguard_training"
],
"contact_phone_number": "07545 873167",
"cv": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"documents": [
],
"driving_license": [
],
"email": "fletcher.vonrueden+driver@example.com",
"english_level": "proficient",
"experiences": [
],
"first_name": "Fletcher",
"interviews": [
],
"last_name": "VonRueden",
"licenses": [
"d",
"adr"
],
"phone_number": null,
"postcode": "B1 1AA",
"reviews": [
],
"start_date": "2021-02-26"
}
}