Terp Network Docs
APIsOpenapiQuery
GET
/terp/smartaccount/authenticator/{account}/{authenticator_id}

Path Parameters

account*string
authenticator_id*string
Formatuint64

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/terp/smartaccount/authenticator/string/string"
{
  "account_authenticator": {
    "id": "string",
    "type": "string",
    "config": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}