Articles

​The Article Object

Articles returned by the API look a little like this: { // Dates "created_at": ISODate("2016-06-26T15:30:38.731Z"), "updated_at": ISODate("2016-06-26T15:40:28.926Z"), // Identifiers "account_id": "te…

Taylor Sloane
Updated by Taylor Sloane

Creating an Article

POST article Example response "article" Article

Taylor Sloane
Updated by Taylor Sloane

Deleting an Article

DELETE /article/:article_id Arguments Required? article_id Yes Example response: { "success": true }

Taylor Sloane
Updated by Taylor Sloane

Getting Articles

GET /article[?category_id&tag&include_body&updated_at_before=2023-01-02] If no arguments are passed it'll return all articles on your account of all article statuses. Arguments Description category_i…

Taylor Sloane
Updated by Taylor Sloane

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

Updating an Article

You can update all or part of your article through the API with a PATCH to /article/:article_id. Only send us what's changed.

Taylor Sloane
Updated by Taylor Sloane

Contact

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.