List trust relationships
editList trust relationships
editList trust relationships.
Request
editGET /api/v1/platform/configuration/trust-relationships
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
Which trust relationships to return in the response. Defaults to |
|
|
N |
Whether to include the public CA certificates in the response. |
Responses
edit-
200
-
(
TrustRelationshipsListResponse
)The list of trust relationships.
-
401
-
You are not authorized to perform this action.
Request example
editcurl -XGET https://{{hostname}}/api/v1/platform/configuration/trust-relationships \ -H "Authorization: ApiKey $ECE_API_KEY"