Ping

A simple API endpoint to use for testing.

This endpoint is anonymous, it can be used to test your connectivity or ability to parse the return format.

If you want to test your authentication, see the Whoami API endpoint.

HTTP/1.0 OK Content-Type: text/html; charset=utf-8 Vary: Accept Allow: GET, HEAD, OPTIONS Pragma: no-cache Cache-Control: no-cache, must-revalidate Expires: 0 { "ping": "pong" }