WGDashboard Documentation Help

Handshake to Server

This endpoint is designed for a simple handshake when using API key to connect. If status is true that means

Request

GET /api/handshake

Response

200 - OK

{ "data": null, "message": null, "status": true }

401 - UNAUTHORIZED

{ "data": null, "message": "Unauthorized access.", "status": false }
Last modified: 23 September 2024