General

Ping

Simple function to verify your connection with the API.

get/ping

Response

Successful ping response

pingstring
usernamestring
emailstring email
accountstring

Example response

{
  "ping": "success",
  "username": "yourUsername",
  "email": "yourEmail@example.org",
  "account": "Your account name"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.