Skip to main content

Create trust authority

POST 

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

Creates a trust authority configuration for credential verification against the EBSI Trust Registry or other trust lists used in OID4VCI and OpenID4VP flows.

Request

Body

    type string

    Defines the type of trust list

    value string

    Define the trust list url

    name string

    Define the name of the trust list

Responses

Response Headers
    Schema
      trustAuthority object
      id string

      Unique identifier for the trust authority record.

      type stringrequired

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

      value stringrequired

      URL or identifier of the trust list endpoint.

      name string

      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.

    Loading...