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.eyJzdWIiOiIzMzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0MzksImV4cCI6MTc2MzU0MjQzOSwianRpIjoiZDM4NzJkOTUtNWUzZS00YjAyLThhNGUtYjJkYjViYjZiZmExIn0.OtW_kToSGPD_9Zo9xx1sQZMhZyLBx_o0vqgM_PDXqdQ
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"12fad918522346f2e622ae52241baa01"
cache-control: max-age=0, private, must-revalidate
x-request-id: 65b40947-708a-4807-8d68-8dbc3dc815f6
x-runtime: 0.006872
content-length: 179

Body

{
  "experience": {
    "id": 4,
    "company": "Kautzer LLC",
    "description": "Consequatur at dicta quo.",
    "end_date": "2025-07-02",
    "role": "National Marketing Coordinator",
    "start_date": "2021-09-13"
  }
}