LfK!Scan

Configuration

Please provide the scan client token.
See our configuration guide.

{#if error} {#if errormessage === "invalid_token"}
Error!
The provided scan station token is invalid.
Please check your token and try again...
{/if} {#if errormessage === "station_disabled"}
Error!
The provided scan station is disabled.
{/if} {/if}
{ axios .request({ method: "GET", url: "https://dev.lauf-fuer-kaya.de/api/stations/me", headers: { Authorization: "Bearer " + token }, }) .then(function (response) { console.log(response.data); error = false; errormessage = ""; apikey.set(token); stationinfo.set(JSON.stringify(response.data)); }) .catch(function (e) { console.log(e.response.data.short); error = true; errormessage = e.response.data.short; }); }} >
{#if !isTokenValid} Please provide a valid client token... {/if}

powered by ODIT.Services.