Skip to main content

Create trust authority

POST 

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

This endpoint is used for creating trust authority.

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

      Identifier for the global configuration

      type booleanrequired

      Defines the type of trust list

      value booleanrequired

      Define the trust list url

      name boolean

      Define the name of the trust list

      createdAt numberrequired

      Timestamp when the record was created.

      updatedAt numberrequired

      Timestamp when the record was updated.

    Loading...