{ "opencollection": "1.0.0", "info": { "name": "Wayfair Supplier Authentication API", "version": "1.0.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Wayfair Get Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.wayfair.com/v1/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Obtain a temporary OAuth2 access token using your application client ID and secret. Tokens are used to authenticate subsequent API requests. Tokens expire and must be refreshed periodically." } ] } ], "bundled": true }