MEDS API Documentation Title

 

 

Browse our guides and interact with our API reference for more information about MEDSAPI DynaMed. Try MEDSAPI DynaMed and learn about core concepts.

 

 

 

 

Add a Followed Article for a User

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

To Get Article Metadata followed by a user (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.