curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/share-link \
--header 'Authorization: <authorization>'
{
"shareLink": {
"password": "<string>",
"protected": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"shortId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
},
"stats": {
"totalVisitorCount": 123,
"viewedAt": "2023-11-07T05:31:56Z"
},
"url": "<string>"
}
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/share-link \
--header 'Authorization: <authorization>'
{
"shareLink": {
"password": "<string>",
"protected": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"landscapeId": "<string>",
"shortId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"versionId": "<string>"
},
"stats": {
"totalVisitorCount": 123,
"viewedAt": "2023-11-07T05:31:56Z"
},
"url": "<string>"
}
OK
The response is of type object
.