Get paginated game catalog

View as Markdown
**Direction:** Operator → Wuzzlo Returns the paginated game catalog enabled for the operator. ### Processing order 1. **Set `operatorId`.** 2. **Optionally set pagination** with `page` and `pageSize`. 3. **Sign the exact UTF-8 JSON bytes** with the operator private key. 4. **Use the returned game identifiers** when creating player sessions. ### Response contract | Scenario | HTTP | Body status | Result | | --- | ---: | ---: | --- | | Operator is valid | `200` | `200` | Returns `count` and enabled games in `data` | | Operator is invalid | `200` | `3` | Returns an empty `data` array | > **Pagination:** Omit `page` and `pageSize` only when the default page is acceptable. Do not assume the entire catalog is returned in one response.

Authentication

Signaturestring

Operator-to-Wuzzlo: Base64 RSA-SHA256 PKCS#1 v1.5 signature of the exact UTF-8 JSON body, created with the operator private key.

Request

This endpoint expects an object.
operatorIdstringRequired
pageintegerOptional>=1Defaults to 1
pageSizeintegerOptional>=1Defaults to 20

Response

Catalog response
countinteger
datalist of objects
messagestring
statusinteger