Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Watermark

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A watermark is a semi-transparent overlay on an embedded file preview that displays a viewer's email address or user ID and the time of access over a file's content.

object
string (date-time)
2012-12-12T10:53:43-08:00

When this watermark was created.

string (date-time)
2012-12-12T10:53:43-08:00

When this task was modified.

Response Example

{
  "watermark": {
    "created_at": "2012-12-12T10:53:43-08:00",
    "modified_at": "2012-12-12T10:53:43-08:00"
  }
}