curl -i -X GET \ 'http://endpoint-control-service:8080/endpoint-control-service/v1/bundle/{id}' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "id": "string",
- "displayName": "string",
- "modules": [
- {
- "id": "string",
- "displayName": "string",
- "description": "string"
}
]
}