Authentication

Endpoints for testing and validating API access

Request Ping

get

Test endpoint to verify access to the API.

Authorizations
Responses
200

Successful ping

application/json
get
/api/v1/ping
GET /api/v1/ping HTTP/1.1
Host: trickys.gg
Accept: */*
{
  "success": true,
  "message": "Pong! Congratulations, you can access the API.",
  "TrickysAPIInfo": {
    "APIversion": "v1.1.0"
  }
}

Was this helpful?