thenamelessdev-api-docs

Authed API endpoints

All API andpoints that require a auth header or login Authing information here

GET /verify

Verifies you api key. Successful status code: 204

GET /clicks

Gets the currect clicks in the cookie clicker project Succesful response: 200 {clicks: CLICK_COUNT}

GET /rooms?room=

Gets the room. Use the required room query to specify the room name Successful response: 200 {room: name: ROOM_NAME, host: ROOM_HOST, player: PLAYYER} Error responses: