{ "opencollection": "1.0.0", "info": { "name": "AhaSend API v2 Accounts Utility API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Utility", "type": "folder" }, "items": [ { "info": { "name": "AhaSend Ping", "type": "http" }, "http": { "method": "GET", "url": "https://api.ahasend.com/v2/ping", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Health check endpoint that returns a simple pong response" } ] } ], "bundled": true }