Skip to main content
GET
Get Article

Get Article

Returns a single article by its ID.

Request

Requires the read_content scope.

Path Parameters

id
string
required
The unique article ID

Response

The response uses the standard envelope. The article object is returned under data.article.
status
integer
HTTP status code (e.g. 200)
state
string
Result state, e.g. success
data
object
Wrapper object containing the article

Example Response

Error Codes

CodeDescription
UNAUTHORIZEDInvalid or missing access token
FORBIDDENApp doesn’t have read_content scope
NOT_FOUNDArticle with the specified ID does not exist