{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Merchant Realm Mappings API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Merchant Realm Mappings", "type": "folder" }, "items": [ { "info": { "name": "Get the Merchant Realm Mapping for the current store", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/merchant-realm-mappings" }, "docs": "This API is used to obtain an [Authentication Realm](/docs/api/single-sign-on/authentication-realms) if there is none yet for the current store.\n" }, { "info": { "name": "Get a Merchant Realm Mapping", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/merchant-realm-mappings/:mapping_id", "params": [ { "name": "mapping_id", "value": "", "type": "path", "description": "The id of the Application Key." } ] }, "docs": "Get a Merchant Realm Mapping" }, { "info": { "name": "Update a Merchant Realm Mapping", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/merchant-realm-mappings/:mapping_id", "params": [ { "name": "mapping_id", "value": "", "type": "path", "description": "The id of the Application Key." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Merchant Realm Mapping" } ] } ], "bundled": true }