{ "opencollection": "1.0.0", "info": { "name": "AccelByte Gaming Services (AGS) Achievement Platform API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Platform", "type": "folder" }, "items": [ { "info": { "name": "Query catalog items by criteria.", "type": "http" }, "http": { "method": "GET", "url": "https://demo.accelbyte.io/platform/public/namespaces/:namespace/items/byCriteria", "params": [ { "name": "namespace", "value": "demogame", "type": "path", "description": "The game namespace the request is scoped to." }, { "name": "storeId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Query catalog items by criteria." }, { "info": { "name": "List a user's entitlements.", "type": "http" }, "http": { "method": "GET", "url": "https://demo.accelbyte.io/platform/public/namespaces/:namespace/users/:userId/entitlements", "params": [ { "name": "namespace", "value": "demogame", "type": "path", "description": "The game namespace the request is scoped to." }, { "name": "userId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List a user's entitlements." }, { "info": { "name": "Create an order (checkout).", "type": "http" }, "http": { "method": "POST", "url": "https://demo.accelbyte.io/platform/public/namespaces/:namespace/users/:userId/orders", "params": [ { "name": "namespace", "value": "demogame", "type": "path", "description": "The game namespace the request is scoped to." }, { "name": "userId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an order (checkout)." }, { "info": { "name": "Get a user's wallet for a currency.", "type": "http" }, "http": { "method": "GET", "url": "https://demo.accelbyte.io/platform/public/namespaces/:namespace/users/:userId/wallets/:currencyCode", "params": [ { "name": "namespace", "value": "demogame", "type": "path", "description": "The game namespace the request is scoped to." }, { "name": "userId", "value": "", "type": "path" }, { "name": "currencyCode", "value": "", "type": "path" } ] }, "docs": "Get a user's wallet for a currency." } ] } ], "bundled": true }