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.eyJzdWIiOiIzMzUiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzcsImV4cCI6MTc1NTg1ODE3NywianRpIjoiNjkyZjc5MDktMGQyNy00ZDkzLWEzMjAtNDVhMGZjM2YwNmViIn0.Gn0NgD0iRvIYV-Lk5zFRywDFuGymGkWUD6X0On-2CSM
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/"273d6ab15758193bf82968a291b42d43"
cache-control: max-age=0, private, must-revalidate
x-request-id: 12bf3a07-183e-4eba-b012-046cece70be3
x-runtime: 0.010208
content-length: 502

Body

{
  "experiences": [
    {
      "id": 2,
      "company": "Prohaska LLC",
      "description": "Aut deserunt tempora est.",
      "end_date": "2024-10-03",
      "role": "Dynamic Technology Specialist",
      "start_date": "2022-08-25"
    },
    {
      "id": 1,
      "company": "Lynch-Johnson",
      "description": "Minus iste eos pariatur.",
      "end_date": "2025-06-20",
      "role": "Regional Officer",
      "start_date": "2022-03-20"
    },
    {
      "id": 3,
      "company": "Hauck, O'Hara and Swift",
      "description": "Dolorem ea doloremque earum.",
      "end_date": "2024-08-11",
      "role": "National Assistant",
      "start_date": "2018-12-05"
    }
  ]
}