Get article status
Retrieve the status of an article.
post/v1/get-article-status
Query parameters
api_keystring required
API key for authentication
Request body
Example request
{
"article_id": 206088
}Response
Successful response
Example response
{
"id": 1234,
"status": "Success",
"article_status": "Complete",
"article_progress": null,
"last_publish_status": "Posted"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.