This page must be considered part of the iSHARE Framework
This page is considered normative and is therefore compliant with RFC 2119.
Retrieves list of trusted certificate authorities
get
/[v2.1.1]/trusted_list
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.