{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Authentication Realms API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication Realms", "type": "folder" }, "items": [ { "info": { "name": "Get all Authentication Realms", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/authentication-realms", "params": [ { "name": "page[limit]", "value": "", "type": "query", "description": "The number of records per page." }, { "name": "page[offset]", "value": "", "type": "query", "description": "The number of records to offset the results by." } ] }, "docs": "Retrieve a list of all authentication realms configured for your store.\nAuthentication Realms allow you to configure authentication options and manage single sign-on settings. Each realm contains users, authentication profiles, and mappings between users and authentication profiles.\n" }, { "info": { "name": "Get an Authentication Realm", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm to retrieve." } ] }, "docs": "Retrieve a specific authentication realm by its ID." }, { "info": { "name": "Update an Authentication Realm", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/authentication-realms/:realmId", "params": [ { "name": "realmId", "value": "", "type": "path", "description": "The ID of the authentication realm to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific authentication realm by its ID." } ] } ], "bundled": true }