{ "opencollection": "1.0.0", "info": { "name": "Thanx Consumer Account Subscribers API", "version": "v4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscribers", "type": "folder" }, "items": [ { "info": { "name": "Create Subscriber", "type": "http" }, "http": { "method": "POST", "url": "https://api.thanx.com/partner/subscribers", "body": { "type": "json", "data": "{}" } }, "docs": "Ingests a marketing subscriber for a merchant." } ] } ], "bundled": true }