Experiences

Get user’s profile 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.eyJzdWIiOiIzMzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MTMsImV4cCI6MTc0NTA1NjkxMywianRpIjoiMTViNjBiYzMtZTJhMy00Y2M0LTg0ZDktYzhkMTZmOTljNGRmIn0.1mCYVZcJTOh-wcLyVfclNI65b4df29jUjTE-spHv9NU
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/"d84257aafd3266e9595075441f4b6fcd"
cache-control: max-age=0, private, must-revalidate
x-request-id: c39d77e1-f01f-4897-b048-193a9e1e54ad
x-runtime: 0.009584
content-length: 496

Body

{
  "experiences": [
    {
      "id": 2,
      "company": "Effertz, Conroy and Osinski",
      "description": "Et sed et qui.",
      "end_date": "2024-06-29",
      "role": "IT Designer",
      "start_date": "2023-06-02"
    },
    {
      "id": 3,
      "company": "Schoen and Sons",
      "description": "Reiciendis sapiente consequatur eum.",
      "end_date": "2024-11-02",
      "role": "Mining Orchestrator",
      "start_date": "2023-05-16"
    },
    {
      "id": 1,
      "company": "Carroll-Tillman",
      "description": "Aliquam iure architecto harum.",
      "end_date": "2024-08-12",
      "role": "Legal Developer",
      "start_date": "2018-11-28"
    }
  ]
}