Get an issuing holder by ID
GET {{baseInfraUrl}}/{{version}}/issuing-holder/:holderId
Get a specific Issuing Holder by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. | |
expand | string | Fields to expand information. |
RESPONSES
status: OK
{"holder":{"created":"2022-05-17T20:03:05.939249+00:00","externalId":"123456789","id":"5055990386917376","name":"Jamie Lannister","rules":[{"amount":900000,"currencyCode":"BRL","id":"6181890293760000","interval":"week","name":"Example Rule"}],"status":"active","tags":["iron","bank"],"taxId":"012.345.678-90","updated":"2022-05-17T20:03:06.082272+00:00"}}