latestOpenAPI 3.1.02026-08-085123123.9 KB

bf0b51ee8e8a

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"
}