{ "opencollection": "1.0.0", "info": { "name": "Aghanim Server-to-Server Achievements Item Categories API", "version": "2026.07.14" }, "items": [ { "info": { "name": "Item Categories", "type": "folder" }, "items": [ { "info": { "name": "Get Item Category", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/item_categories/:item_category_id", "params": [ { "name": "item_category_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Item Category" }, { "info": { "name": "Update Item Category", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aghanim.com/s2s/v1/item_categories/:item_category_id", "params": [ { "name": "item_category_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Item Category" }, { "info": { "name": "Delete Item Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aghanim.com/s2s/v1/item_categories/:item_category_id", "params": [ { "name": "item_category_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Item Category" }, { "info": { "name": "Get Item Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/item_categories", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned" }, { "name": "offset", "value": "", "type": "query", "description": "The number of objects to skip" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Item Categories" }, { "info": { "name": "Create Item Category", "type": "http" }, "http": { "method": "POST", "url": "https://api.aghanim.com/s2s/v1/item_categories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Item Category" }, { "info": { "name": "Bulk Update Item Categories", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.aghanim.com/s2s/v1/item_categories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates multiple categories." }, { "info": { "name": "Bulk Delete Item Categories", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aghanim.com/s2s/v1/item_categories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Bulk Delete Item Categories" } ] } ], "bundled": true }