This endpoint can be used to check that the service is available and reachable.

📘

Note

Unlike all other endpoints, this endpoint does not require authentication, and responds with text/plain instead of application/json.

Successful Response (200)

Returns the string, "pong".

Connection Timeouts

TimeoutTime (Seconds)
Open10
Read20

Errors

The following error responses can be returned by Ping:

HTTP Status CodeerrorCodeDescription
405
Method Not Allowed
N/AThe request was made by a HTTP Method other than GET, HEAD or OPTIONS.

For example, POST, PUT or DELETE.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!