Adding a Specialty POST

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

Basic Adding of a Speciality

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.