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.eyJzdWIiOiIzMTYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3Mzc1NTE1NTcsImV4cCI6MTc0MDE0MzU1NywianRpIjoiOTkxN2E0ZDMtZmZmYi00Zjk0LTg4M2UtZDk2ODdhMzJiMDAyIn0.Ay__eLzpWq4ZJmuNilZsZby4d__9D3Lh1ctt0V--a20
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/"0f816c0686935cce4d2603cbb61ecb4b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5a7405d2-8be0-4dd8-bdc5-1f2d7cc1919a
x-runtime: 0.010240
content-length: 516
Body
{
"experiences": [
{
"id": 1,
"company": "Luettgen, Marks and Armstrong",
"description": "Amet eligendi velit temporibus.",
"end_date": "2024-12-28",
"role": "Direct Liaison",
"start_date": "2023-09-12"
},
{
"id": 2,
"company": "Ondricka Inc",
"description": "Magni quis explicabo quia.",
"end_date": "2024-01-23",
"role": "Marketing Assistant",
"start_date": "2022-10-15"
},
{
"id": 3,
"company": "Bernhard, Rau and Bahringer",
"description": "Placeat odit reiciendis et.",
"end_date": "2024-03-11",
"role": "Marketing Officer",
"start_date": "2018-05-07"
}
]
}