Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PlayWave Game Server API 인증, Base URL, 응답 형식
https://wave-api.playwave.dev/v1
https://wave-api-qa.playwave.dev/v1
https://wave-api.playwave.io/v1
X-Api-Key
application/json
{ "success": true, "request_id": "req_abc123", "data": { // 엔드포인트별 응답 데이터 } }
{ "success": false, "error": { "code": "INVALID_API_KEY", "message": "API Key is invalid or inactive", "timestamp": "2026-03-06T12:00:00.000Z" } }
/v1/game/session/verify
/v1/game/session/heartbeat
/v1/game/session/end
BAD_REQUEST
INVALID_API_KEY
RATE_LIMITED
INTERNAL_ERROR