Used to obtain the iSHARE list of trusted certificate authorities (currently, eIDAS certificate issuer certificate authorities).
Server response is an iSHARE signed JSON Web Token. Please refer to the models 'jwt_header' and 'jwt_payload_trusted_list_token' which indicate what the decoded response will look like.
Authorizations
AuthorizationstringRequired
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.