GET
/
landscape-templates
curl --request GET \
  --url https://api.icepanel.io/v1/landscape-templates \
  --header 'Authorization: <authorization>'
{
  "landscapeTemplates": [
    {
      "caption": "<string>",
      "imageUrl": "<string>",
      "landscapeId": "<string>",
      "name": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Headers

Authorization
string
required

Response

200
application/json
OK
landscapeTemplates
object[]
required