API v1 ReferenceWatermark
Get watermark configuration
Retrieve the current watermark configuration for the authenticated tenant. Browse request parameters, authentication requirements, response payloads, and…
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
}Empty
Empty
How is this guide?