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.eyJzdWIiOiIzMzciLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MTMsImV4cCI6MTc0NTA1NjkxMywianRpIjoiNjNhOTUyYzUtMmJjYi00ZDI4LThmZTAtODY0MjI0YmY1MDY5In0.qw3np2EWdWf_mrVD2xdvGbd2OIwqfPTooekTrm93Fy4
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/"65896b217df6c19c86e204e304387a75"
cache-control: max-age=0, private, must-revalidate
x-request-id: 8e68f010-13d5-4412-91c5-f26bad125d9b
x-runtime: 0.007084
content-length: 171

Body

{
  "experience": {
    "id": 4,
    "company": "Fahey Inc",
    "description": "Animi commodi excepturi non.",
    "end_date": "2024-08-28",
    "role": "Forward Administrator",
    "start_date": "2018-02-10"
  }
}