Get user’s profile experiences.
Experiences
GET experiences
Endpoint
GET /api/v1/experiences
Request
Route
GET /api/v1/experiences
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzMzUiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MDEsImV4cCI6MTc1MTEwODUwMSwianRpIjoiMTc1ODEwN2YtNGFmYy00YTU1LWI3ZDktMzAwYmJjYTM3YjRkIn0.tXY9vRtTClCQBF7FJzIo22hRIVU4yJWrdyYXo07k-Uo
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
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"569b06ac075aeadde7971c18a9328822"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9d85f7f2-12f7-459d-bda0-d3d0807c8d05
x-runtime: 0.008502
content-length: 527
Body
{
"experiences": [
{
"id": 3,
"company": "Rodriguez, Weissnat and Ziemann",
"description": "Laboriosam consequatur veniam est.",
"end_date": "2025-03-19",
"role": "Mining Facilitator",
"start_date": "2023-04-14"
},
{
"id": 1,
"company": "Hoppe-Krajcik",
"description": "Non ab ipsam deserunt.",
"end_date": "2024-10-08",
"role": "Human Liaison",
"start_date": "2019-09-13"
},
{
"id": 2,
"company": "Green, Pfeffer and Brakus",
"description": "Voluptatem vel molestias cupiditate.",
"end_date": "2024-07-28",
"role": "Manufacturing Analyst",
"start_date": "2017-01-31"
}
]
}