curl --request GET \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/share-link \
--header 'Authorization: Bearer <token>'{
"shareId": "LHr1bHvCCdVCG",
"shareUrl": "https://tiro.ooo/s/LHr1bHvCCdVCG",
"sharePassword": null,
"hasPassword": true
}Retrieve the current share link for a note.
sharePassword is always null for securitycurl --request GET \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/share-link \
--header 'Authorization: Bearer <token>'{
"shareId": "LHr1bHvCCdVCG",
"shareUrl": "https://tiro.ooo/s/LHr1bHvCCdVCG",
"sharePassword": null,
"hasPassword": true
}API key in format {id}.{secret}
Note GUID
Share link details
Unique share link identifier
"LHr1bHvCCdVCG"
Full URL for accessing the shared note
"https://tiro.ooo/s/LHr1bHvCCdVCG"
Whether the share link has a password
true
Share link password.
usePassword: truenull in GET responses"a1b2c3d4"