{ "opencollection": "1.0.0", "info": { "name": "YourMembership Authentication Certifications API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://ws.yourmembership.com/Ams/Authenticate", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Certifications", "type": "folder" }, "items": [ { "info": { "name": "List member certifications and CE credits", "type": "http" }, "http": { "method": "GET", "url": "https://ws.yourmembership.com/Ams/Certifications", "params": [ { "name": "memberId", "value": "", "type": "query" } ] }, "docs": "Modeled. Returns certifications, credentials, and continuing-education credits associated with member records. YourMembership / Community Brands offer certification and learning functionality, but a standalone public certifications API is not separately documented." } ] } ], "bundled": true }