Retrieve Citation for PubMed ID
Retrieve the citation for PubMed ID using the GET option. Your <instance> is based on your region. See Regional Instances to find the instance for your region.
GET https://< domain-name >.< instance >/kns/{apiVersion}/association/evidence/{pubMedId}/citation

The following headers are required to perform the request:
Header |
Type |
Description |
---|---|---|
X-Auth-Token (Header) |
String |
The generated API key. To obtain a key, see Generating an API Key. |
X-ILMN-Domain (Header) |
String |
The Illumina domain associated with the case. |
apiVersion (Header) |
String |
The api version. |
PubMedId (Path) |
String |
The PubMed ID. |

Use the following cURL.
curl -X GET "https://ilmn-demo.trusight.illumina.com/kns/2.6/association/evidence/452423/citation"
-H "accept: */*"