{ "opencollection": "1.0.0", "info": { "name": "authentik Core Sources API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "List sources", "type": "http" }, "http": { "method": "GET", "url": "https://{authentik_host}/api/v3/sources/all/" }, "docs": "List sources" } ] } ], "bundled": true }