This process returns a list of WRTM servers that are available to be read from. Since the WRTM api servers are load balanced, this will typically only contain one server. It is recommended that this be called once per week in case the DefaultServer needs to be used for future calls. Note that if the primary or default servers are offline, you can use the FailServerList to get read only access to your signage content. Secret Hmac Optional. Cache Time 1 Hour.
GET
/Api/Read/Servers
curl \
--request GET 'https://api.whyreadthemanual.com/v1.0/Api/Read/Servers' \
--header "X-ApiKey: $API_KEY"
Response examples (200)
{
"DefaultServer": "https://api.wrtm.io/v1.0",
"PrimaryServer": "https://api.wrtm.io/v1.0",
"FailServerList": [
"https://api.WRTM.io/v1.0",
"https://api.WeReadTheManual.com/v1.0",
"https://api.WhyReadTheManual.com/v1.0"
]
}