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.eyJzdWIiOiIzMzUiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0MzksImV4cCI6MTc2MzU0MjQzOSwianRpIjoiOTlmMTVmNjQtZGQ4Ni00OTA3LWExN2ItZjk1ZWQzZGZhN2JlIn0.xzUdryi693w7eWN0SL7cYHGYJWhX1Xzeju-xJVN0Tnc
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
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"f7edfba3afea7727652a82c2b00bf3d4"
cache-control: max-age=0, private, must-revalidate
x-request-id: 07a759d1-7ab7-49ae-89e1-53f892091dac
x-runtime: 0.009136
content-length: 529

Body

{
  "experiences": [
    {
      "id": 2,
      "company": "Sauer-Schowalter",
      "description": "Amet laboriosam repellendus maxime.",
      "end_date": "2025-04-30",
      "role": "Investor Hospitality Analyst",
      "start_date": "2023-07-07"
    },
    {
      "id": 1,
      "company": "Littel LLC",
      "description": "Magnam molestiae quis eveniet.",
      "end_date": "2024-11-13",
      "role": "Real-Estate Facilitator",
      "start_date": "2022-04-30"
    },
    {
      "id": 3,
      "company": "Rempel, Runolfsson and Ondricka",
      "description": "Non aliquid at sed.",
      "end_date": "2025-02-02",
      "role": "Regional Mining Liaison",
      "start_date": "2018-01-29"
    }
  ]
}