View account account brand watermarks.

Supported Formats

json

GET https://api.vidyard.com/dashboard/v1/brand_watermarks/active
Get an organization's active brand watermark

Get the active brand watermark for an organization

Supported Formats

json

Errors

Code Description
400 Bad Request: body has wrong syntax or unable to handle request
401 Unauthorized: auth_token omitted or authentication failed
403 Forbidden: This action cannot be performed
404 Not Found: The requested resource could not be found
406 Not Acceptable: Accept or Content-Type headers must be application/json, text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Examples

REQUEST
Accept: application/json

RESPONSE
200 (Ok)
{
  "active": true,
  "created_at": "2014-06-10T21:34:48Z",
  "fixed_opacity": false,
  "horizontal_padding": 27,
  "id": 51,
  "link": "http://www.vidyard.com",
  "opacity": 0.7,
  "organization_id": 972,
  "position": 3,
  "updated_at": "2015-05-11T15:46:14Z",
  "url": "https://cdn.vidyard.com/thumbnails/custom/hoAOgVrCKZWF9IvIdr1lpg",
  "vertical_padding": 28
}

Params

Param name Description
auth_token
optional

API token needed to authorize requests
This can appear as an attribute in the body of the request or the query parameters on the URL

Validations:

  • Must be a String