View account account brand watermarks.
Get the active brand watermark for an organization
| 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 |
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
}
| Param name | Description |
|---|---|
|
auth_token optional |
API token needed to authorize requests Validations:
|