v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
Share Management

Retrieve share link by id

Retrieve the information of the share with the specified id.

get/shares/{id}

Path parameters

idstring required
Example:abcd-efgh-ijkl

id of the object

Response

OK

idstring required
resource_idstring uuid required
user_idstring nullable
expiration_dtstring date-time nullable
is_revokedboolean

Example response

{
  "id": "abcd-efgh-ijkl",
  "resource_id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
}