Skip to main content

List trust authority

GET 

/v2/config/digital-wallet/openid/trust-authorities

Lists all trust authority configurations, including EBSI Trust Registry entries, used for trust chain validation in OID4VCI and OpenID4VP flows.

Responses

Response Headers
    Schema
      trustAuthority object[]
    • Array [
    • id string

      Unique identifier for the trust authority record.

      type booleanrequired

      Type of the trust list (e.g. EBSI Trusted Issuer Registry).

      value booleanrequired

      URL or identifier of the trust list endpoint.

      name boolean

      Human-readable name of the trust authority.

      createdAt numberrequired

      Unix timestamp (in seconds) when this trust authority was registered.

      updatedAt numberrequired

      Unix timestamp (in seconds) when this trust authority was last modified.

      disabled boolean

      When true, this trust authority is disabled and not used for credential or verifier trust validation.

    • ]
    • pagination object
      currentPage integer

      Current page number

      totalItems integer

      Total number of items available

      totalPages integer

      Total number of pages based on limit

      limit integer

      Number of items per page

      hasPrevious boolean

      Indicates if there's a previous page

      hasNext boolean

      Indicates if there's a next page

    Loading...