// api-reference / endpoints

Endpoints

Complete reference for all available API endpoints.

base url

https://api.vembric.io/v1

all endpoints

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

versioning

The current active 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