{ "opencollection": "1.0.0", "info": { "name": "Shutterstock API Reference audio users API", "version": "1.0.30" }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "Get user details", "type": "http" }, "http": { "method": "GET", "url": "https://api.shutterstock.com/v2/user" }, "docs": "Get user details" }, { "info": { "name": "Get access token details", "type": "http" }, "http": { "method": "GET", "url": "https://api.shutterstock.com/v2/user/access_token", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.shutterstock.com/oauth/authorize", "accessTokenUrl": "https://api.shutterstock.com/v2/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get access token details" }, { "info": { "name": "List user subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.shutterstock.com/v2/user/subscriptions", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.shutterstock.com/oauth/authorize", "accessTokenUrl": "https://api.shutterstock.com/v2/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List user subscriptions" } ] } ], "bundled": true }