Sites

get/sites

Response

Get all sites

idstring

site ID

labelstring

site label

site_namestring
token_idstring
server_idstring

Example response

[
  {
    "site_name": "companyname",
    "token_id": "1"
  }
]

Changes