{ "opencollection": "1.0.0", "info": { "name": "reporting-authentication Authenticate API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Authenticate", "type": "folder" }, "items": [ { "info": { "name": "Reporting Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.cxpbridge.com/api/v1/authenticate", "body": { "type": "json", "data": "{}" } }, "docs": "Reporting API requests require a combination of assigned Bridge user name, Bridge password, and a successfully generated authentication token. The Bridge credentials used are assigned separately from the Purchase and Sales API credentials. The received token for Reporting is valid for 60 minutes from issuance and may be used for all requests during its lifespan. Note: This endpoint is only valid in the Production environment." } ] } ], "bundled": true }