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.

 

 

 

 

Fetch Transfer Token

The DynaMed POST /user/transfer-token endpoint returns a transfer token. The purpose of the transfer token is to facilitate seamless authorization between various EBSCO products.

The endpoint requires a valid Access Token.  A valid ID Token is desired, but it is not required.

The parameter toProductId is the name of the product the consumer wants to transfer to.  The value of toProductId must be one of the following values: "dmp", "dmx", "dhe",  or "dcd".

Request

POST https://apis.ebsco.com/medsapi-dynamed/v1/user/transfer-token?toProductID=dcd

Response

{
  "transferToken": "aaaaaa.bbbbbbb.ccccc.ddddd"
}

Error Response Codes

The DynaMed GET article views endpoint can return one of the error response codes .