{ "opencollection": "1.0.0", "info": { "name": "Cellulant Tingg Checkout Acknowledgement Authentication API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Request OAuth Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.tingg.africa/v1/oauth/token/request", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange clientId, clientSecret, and apiKey for a bearer access token used to authorize subsequent Tingg API requests." } ] } ], "bundled": true }