Articles

Get an article

GET article

Endpoint

GET /api/v1/articles/:id

Request

Route

GET /api/v1/articles/13

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDI5LCJleHAiOjE3NjM1NDI0MjksImp0aSI6IjQ1Y2NhNGM1LTliNTQtNGIxOC05NTg5LWY1MmJmZWM3NjkzMSJ9.hxzU_yPi8N3GT7RdHJz_REeNdBi8WP4Bv6iKr1_C6z4
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/"712b33dc04a49edf812bd459f5e14b1c"
cache-control: max-age=0, private, must-revalidate
x-request-id: ee4c52ee-8ed3-4e37-bbf6-e874068c6518
x-runtime: 0.009737
content-length: 250

Body

{
  "article": {
    "id": 13,
    "content": "Quasi repudiandae non. Libero perspiciatis earum. Est et aperiam.",
    "image": {
      "id": null,
      "signed_id": null,
      "byte_size": null,
      "filename": "",
      "url": null
    },
    "title": "Senior Retail Planner",
    "updated_at": "2025-10-20T08:53:49.264Z"
  }
}