Skip to main content

List holder global configuration

GET 

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

This endpoint is used for listing holder global configuration.

Responses

Response Headers
    Schema
      holderGlobalConfiguration object[]
    • Array [
    • holderGlobalConfigurationId stringrequired

      Identifier for the global configuration

      supportCredentialEncryption booleanrequired

      Define whether holder is supporting credential encyption

      refreshCredentialStatusInterval integer

      Define the interval for refreshing credential status

      redirectUrl string

      Define the redirect url for the authorisation request

      createdAt numberrequired

      Timestamp when the record was created.

      updatedAt numberrequired

      Timestamp when the record was updated.

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