Other

Who opened a share link, and when

GEThttps://backend.immut.io/api/v1/share-links/{id}/access-log

Required scope: documents:read

Use it to tell an owner which invited people have actually looked, and which never did.

Parameters

NameInRequiredDescription
idpathyesid of the target record

Responses

StatusMeaning
200Success 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.
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

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