Skip to main content
GET
/
tenant
/
{tenantId}
/
token_configuration
/
{id}
/
data
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": "<string>",
    "name": "<string>",
    "ticker": "<string>"
  }
}

Path Parameters

tenantId
integer
required
id
integer
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object