Retrieve the Environment relationship data for the specified Library.
GET /libraries/:library_id/relationships/environment
curl https://reactor.adobe.io/libraries/:library_id/relationships/environment \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": {
"id": "EN235b353961e5444e9c024206893ab26e",
"type": "environments"
},
"links": {
"related": "https://reactor.adobe.io/libraries/LB3f8b67b51b3347c8a9c9e92f90d0e460/environment",
"self": "https://reactor.adobe.io/libraries/LB3f8b67b51b3347c8a9c9e92f90d0e460/relationships/environment"
}
}