{ "opencollection": "1.0.0", "info": { "name": "AccelByte Gaming Services (AGS) Achievement Matchmaking API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Matchmaking", "type": "folder" }, "items": [ { "info": { "name": "Submit a match ticket.", "type": "http" }, "http": { "method": "POST", "url": "https://demo.accelbyte.io/match2/v1/namespaces/:namespace/match-tickets", "params": [ { "name": "namespace", "value": "demogame", "type": "path", "description": "The game namespace the request is scoped to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a match ticket." }, { "info": { "name": "Cancel a match ticket.", "type": "http" }, "http": { "method": "DELETE", "url": "https://demo.accelbyte.io/match2/v1/namespaces/:namespace/match-tickets/:ticketId", "params": [ { "name": "namespace", "value": "demogame", "type": "path", "description": "The game namespace the request is scoped to." }, { "name": "ticketId", "value": "", "type": "path" } ] }, "docs": "Cancel a match ticket." } ] } ], "bundled": true }