{ "opencollection": "1.0.0", "info": { "name": "Aghanim Server-to-Server Achievements Webhooks API", "version": "2026.07.14" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/webhooks", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The 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 webhooks." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.aghanim.com/s2s/v1/webhooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new webhook." }, { "info": { "name": "Get Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single webhook." }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aghanim.com/s2s/v1/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a webhook." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aghanim.com/s2s/v1/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a webhook." }, { "info": { "name": "Expire Webhook Secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.aghanim.com/s2s/v1/webhooks/:webhook_id/expire_secret", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Expires the secret of a webhook." }, { "info": { "name": "Reveal Webhook Secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.aghanim.com/s2s/v1/webhooks/:webhook_id/reveal", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reveals the secret of a webhook." } ] } ], "bundled": true }