Skip to main content
GET
/
api
/
servers
List registered root servers
curl --request GET \
  --url https://app.telentir.com/api/servers \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "publicKey": "<string>",
    "privateKey": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Registered BYOK servers

name
string
publicKey
string
privateKey
string | null

Only returned when Telentir generated the keypair