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.eyJzdWIiOiI2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTAwLCJleHAiOjE3NDUwNTY5MDAsImp0aSI6IjdjNDE5MzI1LTE0NDktNGIxNi1hZDdlLTU4OTgyNTQwMzQyNyJ9.Qlyj0o6tzpNbdFl9w9O3x-pKFO1MAwB5khEc95Fgt40
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/"743558e0f08e48562b403f5702921ff3"
cache-control: max-age=0, private, must-revalidate
x-request-id: fd0709eb-eab1-4753-80ca-dd74a92fa7ec
x-runtime: 0.009873
content-length: 235
Body
{
"article": {
"id": 13,
"content": "Hic beatae quisquam. Eius nemo qui. Neque est dolores.",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "Marketing Manager",
"updated_at": "2025-03-20T10:01:40.376Z"
}
}