Ping

API Authorization

Before you can make requests to this resource, you must have a valid bearer token. Review our API authorization guide to learn how to generate a token. Here's a curl example of how to define your access token in a header:

curl -L "https://client.api.korewireless.com/v1/ping" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" 

Gives Online Connection Status for API Gateway

get
Authorizations
Header parameters
Authorizationstringoptional
Responses
curl -L \
  --url 'https://client.api.korewireless.com/v1/ping'
{
  "status": "text"
}

Last updated

Was this helpful?