/api/ping

HEAD, GET

This is a dummy API call that, while requiring authentication like a normal call, does not return any personal data, nor have any effects. It can be used for checking the validity of API connection parameters. The API call returns just the current timestamp.

Syntax

GET /api/ping
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json
Content-Length: 19

Response example

{
  "pong": 1596547031
}