Skip to main content

List verifier global configuration

GET 

/v2/config/digital-wallet/openid/verifier/global-configurations

Lists all verifier global configurations for OpenID4VP operations.

Responses

Response Headers
    Schema
      verifierGlobalConfiguration object[]
    • Array [
    • verifierGlobalConfigurationId stringrequired

      Unique identifier for the verifier's global configuration.

      supportCredentialEncryption booleanrequired

      When true, the verifier supports encrypted OpenID for Verifiable Presentation (OpenID4VP) Authorization Responses.

      createdAt numberrequired

      Unix timestamp (in seconds) when this configuration was created.

      updatedAt numberrequired

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

    • ]
    • 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...