{ "opencollection": "1.0.0", "info": { "name": "Aghanim Server-to-Server Achievements Payments API", "version": "2026.07.14" }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Get Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.aghanim.com/s2s/v1/payments", "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" }, { "name": "start_at", "value": "", "type": "query", "description": "Optional start of the time range to filter, in Unix timestamp format (seconds)" }, { "name": "end_at", "value": "", "type": "query", "description": "Optional end of the time range to filter. Mandatory if start_at is specified." }, { "name": "field", "value": "", "type": "query", "description": "Field by which the start_at/end_at range is filtered" }, { "name": "search_string", "value": "", "type": "query", "description": "Search across order_id, email, receipt_number, payment_id, status, country, user_id." }, { "name": "user_id", "value": "", "type": "query" }, { "name": "order_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Optional comma separated list of status" }, { "name": "countries", "value": "", "type": "query", "description": "Optional comma separated list of countries" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of payments." } ] } ], "bundled": true }