List trust relationshipsedit

List trust relationships.

Requestedit

GET /api/v1/platform/configuration/trust-relationships

Query parametersedit

Name Type Required Description

include_certificate

boolean; default: false

N

Whether to include the public CA certificates in the response.

Responsesedit

200

(TrustRelationshipsListResponse)

The list of trust relationships.

401

(BasicFailedReply)

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"