{ "opencollection": "1.0.0", "info": { "name": "RUCKUS One AccessPoints Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Exchange client credentials for an access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.ruckus.cloud/oauth2/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "Exchange a tenant's API client_id and client_secret for a JSON Web Token bearer credential." } ] } ], "bundled": true }