Getting Followed Specialties for a User
The DynaMed API GET /user/followed-specialties endpoint returns metadata for specialties followed by a user.
To Get Specialties Metadata Followed by a User (example):
Gather the following information for the request:
- A valid personal access token.
 
Request
GET https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-specialties
Response
{
  "_metadata": {
    "totalItems": 1,
    "links": [
      {
        "rel": "self",
        "href": "https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-specialties"
      }
    ]
  },
  "items": [
    {
      "id": "allergy",
      "title": "Allergy"
      }
    }
  ]
} 
Error Response Codes
The DynaMed Specialties endpoint can return one of the error response codes.
            