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.eyJzdWIiOiIzMzYiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzcsImV4cCI6MTc1NTg1ODE3NywianRpIjoiMDRlNzFlODMtZTY1ZC00N2M2LWIzNmUtZjNmMTE2YWM3ZGI4In0.QWQOpWFNPfk0ircUh-s8ouGo7q9fUac717BvfnmPXU8
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/"5efc5aa327cd3043efbef72f239ec114"
cache-control: max-age=0, private, must-revalidate
x-request-id: 41b17e53-d16b-4668-a88d-fcb30e88d09a
x-runtime: 0.009354
content-length: 187
Body
{
"experience": {
"id": 4,
"company": "Parisian-McKenzie",
"description": "Molestias rem eveniet voluptatem.",
"end_date": "2025-06-21",
"role": "Future Marketing Planner",
"start_date": "2019-02-17"
}
}