{ "opencollection": "1.0.0", "info": { "name": "Moniepoint POS Push Payment Authentication API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Monnify Log In And Issue Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://pos.moniepoint.com/api/v1/auth/login", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Authenticate with Basic auth using your API key as the username and your secret key as the password. Returns an OAuth-style accessToken and expiresIn (seconds). Cache the token until expiry to avoid re-authenticating on every call.\n" } ] } ], "bundled": true }