Getting a Single Article

GET /article/:article_id If no arguments are passed, returns all articles on your account, of all statuses. Arguments article_id Required Unique ID of the article you're trying to access Example resp…

Taylor Sloane
Updated by Taylor Sloane

GET /article/:article_id

If no arguments are passed, returns all articles on your account, of all statuses.

Arguments


article_id
Required

Unique ID of the article you're trying to access 

Example response:

{
"article": Article
}

How did we do?

Getting Articles

The Article Object

Contact