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": "EN7148632f3b634fdd8b8efd9ee5d564d9",
"type": "environments"
},
"links": {
"related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/environment",
"self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/environment"
}
}