{ "opencollection": "1.0.0", "info": { "name": "Aghanim Server-to-Server Achievements Videos API", "version": "2026.07.14" }, "items": [ { "info": { "name": "Videos", "type": "folder" }, "items": [ { "info": { "name": "Get Videos", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/videos", "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": "Returns a list of videos." }, { "info": { "name": "Create Video", "type": "http" }, "http": { "method": "POST", "url": "https://api.aghanim.com/s2s/v1/videos", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new video." }, { "info": { "name": "Get Video", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/videos/:video_id", "params": [ { "name": "video_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single video." }, { "info": { "name": "Update Video", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aghanim.com/s2s/v1/videos/:video_id", "params": [ { "name": "video_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a video." }, { "info": { "name": "Delete Video", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aghanim.com/s2s/v1/videos/:video_id", "params": [ { "name": "video_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a video." } ] } ], "bundled": true }