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 Specialty to a User's Followed Specialties

The DynaMed API POST /user/followed-specialties endpoint adds a specialty to the list of followed specialties for a user.  

To Add a Specialty to a User's Followed List (example):

Gather the following information for the request:

  • A valid personal access token.

Request

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

Request Body

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

Success Response

200

Error Response Codes

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