{ "opencollection": "1.0.0", "info": { "name": "Sana Assignments Authentication API", "version": "v0/v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Request an access token using client credentials", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.sana.ai/api/token", "body": { "type": "json", "data": "{}" } }, "docs": "Request an access token using client credentials" }, { "info": { "name": "OAuth token endpoint for xAPI", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.sana.ai/api/oauth/token" }, "docs": "OAuth token endpoint for xAPI" } ] } ], "bundled": true }