Other
Who opened a share link, and when
GET
https://backend.immut.io/api/v1/share-links/{id}/access-logRequired scope: documents:read
Use it to tell an owner which invited people have actually looked, and which never did.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
id | path | yes | id of the target record |
Responses
| Status | Meaning |
|---|---|
200 | Success Returns: entries [{email, action, at}], invited, neverOpened, isActive, expiresAt. meta.identifies states plainly that this is the VERIFIED EMAIL and not the device: IP address and user agent are deliberately not recorded, and the log is capped at 200 entries. |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X GET "https://backend.immut.io/api/v1/share-links/<id>/access-log" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.10.0. Machine-readable: this page as markdown · everything in one file · OpenAPI