Retrieve Shared Domain IDs
Retrieve workgroups by domain ID using the GET command. Your <instance> is based on your region. See Regional Instances to find the instance for your region.
GET https://< domain-name >.< instance >/kns/{apiVersion}/info/shareddomains

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. |

Use the following cURL.
curl -X GET "https://ilmn-demo.trusight.illumina.com/kns/2.6/info/shareddomains" -H "accept: */*"