GET /environments/:environment_id/relationships/host
curl https://reactor.adobe.io/environments/:environment_id/relationships/host \
-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": "HT4f35fa20382348fdacb2aa12a4303293",
"type": "hosts"
},
"links": {
"related": "https://reactor.adobe.io/environments/EN0f0cc345afaf496293f7b442a8cc1056/host",
"self": "https://reactor.adobe.io/environments/EN0f0cc345afaf496293f7b442a8cc1056/relationships/host"
}
}