{ "opencollection": "1.0.0", "info": { "name": "X API v2 Account Activity Usage API", "version": "2.161" }, "items": [ { "info": { "name": "Usage", "type": "folder" }, "items": [ { "info": { "name": "X Get Usage", "type": "http" }, "http": { "method": "GET", "url": "https://api.x.com/2/usage/tweets", "params": [ { "name": "days", "value": "42", "type": "query", "description": "The number of days for which you need usage for." }, { "name": "usage.fields", "value": "", "type": "query", "description": "A comma separated list of Usage fields to display." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves usage statistics for Posts over a specified number of days." } ] } ], "bundled": true }