{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints Platform API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Platform", "type": "folder" }, "items": [ { "info": { "name": "Create Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/platform/v1/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Generates an access token using the client credentials flow. Tokens expire every 60 minutes.\n\nTo authenticate, provide your `client_id`, `client_secret`, and set `grant_type` to `client_credentials`.\n\nIf you do not have a `client_id` and `client_secret`, contact fabric support to request API access credentials.\n" } ] } ], "bundled": true }