Company logoTrust Center Documentation

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.

GET
/api/v1/watermark

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

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

How is this guide?