Ping
This endpoint can be used to check that the service is available and reachable.
<Note title="Note">
Unlike all other endpoints, this endpoint does not require authentication, and responds with `text/plain` instead of `application/json`.
</Note>
## Successful Response (200)
Returns the string, "pong".
## Connection Timeouts
| Timeout | Time (Seconds) |
| :------ | :------------- |
| Open | 10 |
| Read | 20 |
## Errors
The following error responses can be returned by Ping:
| HTTP Status Code | errorCode | Description |
| :-- | :-- | :-- |
| **405** <br />Method Not Allowed | N/A | The request was made by a HTTP Method other than `GET`, `HEAD` or `OPTIONS`. <br /> <br />For example, `POST`, `PUT` or `DELETE`. |
Headers
User-Agent
Accept