Get trust relationship
Retrieves information about a trust relationship.
Path parameters
-
trust_relationship_id
string Required Identifier for the trust relationship
Query parameters
-
include_certificate
boolean Whether to include the public CA certificates in the response.
Default value is
false
.
GET
/platform/configuration/trust-relationships/{trust_relationship_id}
curl \
--request GET 'https://{{hostname}}/api/v1/platform/configuration/trust-relationships/{trust_relationship_id}' \
--user "username:password"