// api-reference / endpoints
Endpoints
Complete reference for all available API endpoints.
base url
https://api.vembric.io/v1all endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/games | List all games |
| GET | /v1/games/:id | Retrieve a game |
| POST | /v1/games | Create a game |
| PATCH | /v1/games/:id | Update a game |
| DELETE | /v1/games/:id | Delete a game |
| GET | /v1/orders | List all orders |
| GET | /v1/orders/:id | Retrieve an order |
| POST | /v1/orders | Create an order |
| PATCH | /v1/orders/:id | Update an order |
| DELETE | /v1/orders/:id | Cancel 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