{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Search Profiles API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search Profiles", "type": "folder" }, "items": [ { "info": { "name": "List search profiles", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search-profiles" }, "docs": "List search profiles." }, { "info": { "name": "Create search profile", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search-profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new search profile." }, { "info": { "name": "Get search profile", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search-profiles/:search_profile_id", "params": [ { "name": "search_profile_id", "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b", "type": "path", "description": "The unique ID of the search profile" } ] }, "docs": "Get a search profile." }, { "info": { "name": "Update search profile", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search-profiles/:search_profile_id", "params": [ { "name": "search_profile_id", "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b", "type": "path", "description": "The unique ID of the search profile" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a search profile." }, { "info": { "name": "Delete search profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search-profiles/:search_profile_id", "params": [ { "name": "search_profile_id", "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b", "type": "path", "description": "The unique ID of the search profile" } ] }, "docs": "Delete a search profile." }, { "info": { "name": "Set search profile as default", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/catalogs/search-profiles/:search_profile_id/default", "params": [ { "name": "search_profile_id", "value": "ac107ce9-96ac-4bd5-aa3d-59f40b91279b", "type": "path", "description": "The unique ID of the search profile" } ] }, "docs": "Set a search profile as the default." } ] } ], "bundled": true }