Endpoint referenceModels
/models
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/api/v2/models"{ "$schema": "https://example.com/schemas/ModelListOKBody.json", "count": 0, "data": [ { "$schema": "https://example.com/schemas/Models.json", "createdAt": "string", "description": "string", "group": 0, "id": 0, "lastXMatches": 0, "marketType": "string", "minimumMatches": 0, "name": "string", "onlyIfPlayerStarted": true, "opponentMultiplier": "string", "status": "string", "updatedAt": "string" } ]}