Landscape Search
Create Algolia Key
Action Logs
Bitbucket Server
Catalog News Articles
Catalog Technologies
Code Repos
Comment Replies
Diagram Contents
Diagrams
Flows
Health
Landscape Search
Landscape Templates
Landscape Thumbnails
Model Connections
Model Objects
News
Organization Billing
Organization Icons
Organization Landscapes
Organizations
Organization Technologies
Organization User Invites
Organization Users
Playground Contents
Playground Shares
Share Link
Share Link Options
Support
User
User Notifications
User Goals
Version Reverts
Landscape Search
Create Algolia Key
Create a secured API key for Algolia with access to an landscapes objects, connections, diagrams and flows
POST
/
landscapes
/
{landscapeId}
/
search
/
algolia-key
curl --request POST \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/search/algolia-key \
--header 'Authorization: <authorization>'
{
"algoliaKey": "<string>"
}
Headers
Path Parameters
Response
200
application/json
OK
Algolia secured API key for an landscape, expires in 1 hour
curl --request POST \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/search/algolia-key \
--header 'Authorization: <authorization>'
{
"algoliaKey": "<string>"
}