Get an article
Articles
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.eyJzdWIiOiI2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTQ3LCJleHAiOjE3NDAxNDM1NDcsImp0aSI6IjE4YmY3NmVjLWIwNzgtNGNmMC05ZGYwLWQ0YTYxNTZjYTRkOSJ9.efjjLl7mKheCIJBWLuxQiFYRJHXRC3Vbmgnrq4D3otE
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/"b6cdd91535b138fa34c8c4f75b0b7573"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7abac09d-304a-4d15-b636-4dd70632f8b0
x-runtime: 0.008905
content-length: 245
Body
{
"article": {
"id": 13,
"content": "Rem qui ea. Quia eos qui. Praesentium dolorem dolor.",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Principal Accounting Designer",
"updated_at": "2025-01-22T13:12:27.964Z"
}
}