Retrieving All Customers 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.

Basic Retrieving of Customers with Custom Articles

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

Gather an access token for the request. Please see Using 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 GET all customers with custom articles endpoint can return one of the error response codes.