{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService AuthProviderService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "AuthProviderService", "type": "folder" }, "items": [ { "info": { "name": "GetAuthProviders", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/authProviders", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "PostAuthProvider", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/authProviders", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ExchangeToken", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/authProviders/exchangeToken", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GetAuthProvider", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/authProviders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PutAuthProvider", "type": "http" }, "http": { "method": "PUT", "url": "https://{central-host}/v1/authProviders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "UpdateAuthProvider", "type": "http" }, "http": { "method": "PATCH", "url": "https://{central-host}/v1/authProviders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteAuthProvider", "type": "http" }, "http": { "method": "DELETE", "url": "https://{central-host}/v1/authProviders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GetLoginAuthProviders", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/login/authproviders" } } ] } ], "bundled": true }