curl --request GET \
--url https://api.icepanel.io/v1/share-links/{shortId}
{
"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>"
},
"shareLinkOrganizationAuth": true
}
curl --request GET \
--url https://api.icepanel.io/v1/share-links/{shortId}
{
"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>"
},
"shareLinkOrganizationAuth": true
}
OK
The response is of type object
.