Skip to main content
GET
/
api
/
root
Fetch the encrypted root object
curl --request GET \
  --url https://app.telentir.com/api/root \
  --header 'Authorization: Bearer <token>'
{
  "stores": {},
  "servers": {}
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Root object describing stores and servers

stores
object
servers
object