// api-reference / endpoints
Endpoints
Complete reference for all available API endpoints.
base url
https://api.vembric.io/v1all endpoints
methodpathdescription
GET
/gamesList all gamesGET
/games/:idRetrieve a gamePOST
/gamesCreate a gamePATCH
/games/:idUpdate a gameDELETE
/games/:idDelete a gameGET
/ordersList all ordersGET
/orders/:idRetrieve an orderPOST
/ordersCreate an orderPATCH
/orders/:idUpdate an orderDELETE
/orders/:idCancel an orderversioning
The current stable version is v1. Breaking changes will be released under a new version prefix with a deprecation notice.
// all endpoints require a valid Bearer token — see Authentication