List orgs with a pinned targetVersion

Returns all ep-org-config documents where targetVersion is present and non-empty. Unscoped (no org-path filter). Intended for an internal admin screen.

Responses
200

Orgs with a bespoke targetVersion

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

get/endpoint-control-service/v1/org-config/target-versions
Request samples
curl -i -X GET \
  http://endpoint-control-service:8080/endpoint-control-service/v1/org-config/target-versions
Response samples
application/json
[
  • {
    }
]