Experiences

Get user’s profile experience.

GET experience

Endpoint

GET /api/v1/experiences/:id

Request

Route

GET /api/v1/experiences/4

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzMzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MDEsImV4cCI6MTc1MTEwODUwMSwianRpIjoiYjUyMzkwYjYtN2E3Ni00MTllLWE2MDgtYWFlNGU0MGQzMDEyIn0.jKu96ZDFa_pZuxjuWs_iVGY3ByMCFIjPZjdFNij_f5g
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"d4fe513deb7ef8b920d7210630eb2682"
cache-control: max-age=0, private, must-revalidate
x-request-id: cfe2a23d-7115-413f-8d24-d7c62fac58a3
x-runtime: 0.006815
content-length: 180

Body

{
  "experience": {
    "id": 4,
    "company": "Runolfsson-Rau",
    "description": "Aperiam cupiditate consequatur qui.",
    "end_date": "2024-05-29",
    "role": "Global Coordinator",
    "start_date": "2021-02-28"
  }
}