Endpoints for testing and validating API access
Test endpoint to verify access to the API.
Successful ping
Missing or invalid API key
Last updated 4 months ago
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" } }