Get user’s profile experience.
Experiences
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.eyJzdWIiOiIzMTciLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3Mzc1NTE1NTcsImV4cCI6MTc0MDE0MzU1NywianRpIjoiMzIwMTY3OTUtYzI1Ni00Yzk3LWJiYjctOTFhMzIwNDFlNzgwIn0.1yxX0eVXqwmjVQd_vq_jOKniBEK71SGDr2pyHJpu1HI
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/"3ee4bebee49bf5c4150a56d8319671ef"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4fbc5dae-7b6f-4700-8013-f37fa096c229
x-runtime: 0.006816
content-length: 175
Body
{
"experience": {
"id": 4,
"company": "Armstrong Group",
"description": "Pariatur reprehenderit nihil quo.",
"end_date": "2024-11-03",
"role": "Senior Liaison",
"start_date": "2020-09-22"
}
}