Last updated 5 months ago
OK
Success message from the Ping endpoint
const response = await fetch('https://client.api.korewireless.com/v1/ping', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{ "message": "text" }