Company logoTrust Center Documentation

Get watermark configuration

Retrieve the current watermark configuration for the authenticated tenant. Browse request parameters, authentication requirements, response payloads, and…

GET
/api/v1/watermark

Retrieve the current watermark configuration for the authenticated tenant.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/watermark"
{  "enabled": true,  "text": "string",  "position": "center",  "opacity": 0,  "size": 8,  "color": "string",  "rotation": -90}

How is this guide?