Adding a Followed Article POST

The DynaMed API POST /user/followed-articles endpoint adds an article to the list of followed articles for a user.

Basic Adding of a Followed Article

To Add an Article to the List of Followed Articles (example):

Gather the following information for the request:

  • A valid personal access token.

Request

POST https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-articles

Request Body

{
  "id": "t113709",
  "subscriptionType": "FOLLOW_NO_EMAILS"
}

Success Response

200

Error Response Codes

The DynaMed POST followed articles endpoint can return one of the error response codes.