// api-reference / endpoints

Endpoints

Complete reference for all available API endpoints.

base url

https://api.vembric.io/v1

all endpoints

methodpathdescription
GET/gamesList all games
GET/games/:idRetrieve a game
POST/gamesCreate a game
PATCH/games/:idUpdate a game
DELETE/games/:idDelete a game
GET/ordersList all orders
GET/orders/:idRetrieve an order
POST/ordersCreate an order
PATCH/orders/:idUpdate an order
DELETE/orders/:idCancel an order

versioning

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