List trust relationshipsedit
List trust relationships.
Requestedit
GET /api/v1/platform/configuration/trust-relationships
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
N |
Whether to include the public CA certificates in the response. |
Responsesedit
-
200
-
(
TrustRelationshipsListResponse
)The list of trust relationships.
-
401
-
You are not authorized to perform this action.
Request exampleedit
curl -XGET https://{{hostname}}/api/v1/platform/configuration/trust-relationships \ -H "Authorization: ApiKey $ECE_API_KEY"