Read trust authority
GET/v2/config/digital-wallet/openid/trust-authority/:trustAuthorityId
This endpoint is used for reading trust authority.
Request
Path Parameters
trustAuthorityId stringrequired
Identifier for the trust athority.
Responses
- 200
 
Response Headers
- application/json
 
- Schema
 - Example (from schema)
 
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.
{
  "trustAuthority": {
    "id": "string",
    "type": true,
    "value": true,
    "name": true,
    "createdAt": 0,
    "updatedAt": 0
  }
}
Loading...