MEDSAPI DH Partner Documentation Title

 
Dynamic Health Partner

 

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

 

 

 

 

Get All Customers with Custom Articles

The Dynamic Health EBSCO Partner API GET GET /content/custom-article-customers endpoint returns a list of all customers who have custom articles.  Before you can execute a custom article customers call, you must have an 'Authorization' token for the request header. 

To Perform a Get All Customers with Custom Articles Search (example):

Gather an access token for the request.  Please see Use the Client Credentials Grant for further information.

Request


GET https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/custom-article-customers

Response

{
  "_metadata": {
    "links": [
      {
        "rel": "self",
        "href": "https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/custom-article-customers"
      }
    ],
    "totalItems": 1
  },
  "items": [
    {
      "id": "customer-one"
    }
  ]
}

Error Response Codes

The Dynamic Health search suggestions endpoint can return one of the error response codes.