{ "opencollection": "1.0.0", "info": { "name": "Aghanim Server-to-Server Achievements Creators API", "version": "2026.07.14" }, "items": [ { "info": { "name": "Creators", "type": "folder" }, "items": [ { "info": { "name": "Get Creator Countries", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/creators/countries", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Creator Countries" }, { "info": { "name": "Get Creators", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/creators", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "platform", "value": "", "type": "query" }, { "name": "terms_accepted", "value": "", "type": "query" }, { "name": "creator_tier_group_id", "value": "", "type": "query" }, { "name": "country", "value": "", "type": "query" }, { "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 Creators" }, { "info": { "name": "Create Creator", "type": "http" }, "http": { "method": "POST", "url": "https://api.aghanim.com/s2s/v1/creators", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Creator" }, { "info": { "name": "Get Creator", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/creators/:creator_id", "params": [ { "name": "creator_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Creator" }, { "info": { "name": "Update Creator", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aghanim.com/s2s/v1/creators/:creator_id", "params": [ { "name": "creator_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Creator" }, { "info": { "name": "Delete Creator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aghanim.com/s2s/v1/creators/:creator_id", "params": [ { "name": "creator_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Creator" }, { "info": { "name": "Get Creator Social Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/creators/:creator_id/social-accounts", "params": [ { "name": "creator_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Creator Social Accounts" } ] } ], "bundled": true }