cURL
curl --request GET \ --url https://app.telentir.com/api/root \ --header 'Authorization: Bearer <token>'
{ "stores": {}, "servers": {} }
Fetch the encrypted root object
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Root object describing stores and servers
Show child attributes