Returns the bundle details for input id

Request
Security:
vc-security
path Parameters
id
required
string
Responses
200

OK

get/endpoint-control-service/v1/bundle/{id}
Request samples
curl -i -X GET \
  'http://endpoint-control-service:8080/endpoint-control-service/v1/bundle/{id}' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "id": "string",
  • "displayName": "string",
  • "modules": [
    ]
}