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>"
The examples below do not show the required Authorization
header due to a bug. We're working on fixing that. In the meantime, be sure to include that in all of your requests.
Authorizations
Header parameters
AuthorizationstringOptional
Responses
200
200 response
application/json
404
The specified resource was not found
application/json
500
Server Error
application/json
get
GET /v1/ping HTTP/1.1
Host: client.api.korewireless.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"status": "text"
}
Last updated
Was this helpful?