To use the Content Runner API, you will need to request an OAuth2 bearer token, then include the returned token in the Authorization header as you submit the appropriate requests to the URIs listed in detail below.
All responses will be in JSON format, and all POST and PATCH requests should be submitted as JSON as well. Any times included in API results will be in Pacific Time (America/Los_Angeles).
For those top level resources that return a collection, simply include a "page" query parameter (e.g. /articles?page=2). The response for collections will include the following properties to assist in navigating the collections:
{
"current_page": 2,
"last_page": 5,
"result_count": 100,
"total_count": 427
}
All API actions require that you first request an OAuth2 bearer token to be used with subsequent requests.
Get your account details
View the details of your ordered articles and check status.
View the details of your existing orders and place new orders.
View and edit your existing Style Guides or create new ones.