Skip to main content
GET
/
video
/
v1
/
watermarks
List watermark profiles
curl --request GET \
  --url https://api.voyant.travel/video/v1/watermarks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "providerWatermarkUid": "<string>",
      "name": "<string>",
      "opacity": 123,
      "padding": 123,
      "scale": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "imageUrl": "<string>",
      "sizeBytes": 123,
      "height": 123,
      "width": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Response

200 - application/json

Watermark profiles

data
object[]
required