Authentication
Endpoints for testing and validating API access
Endpoints for testing and validating API access
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"
}
}