List all watermarks
GET {{baseUrl}}/watermarks?sortBy=<string>&sortOrder=<string>¤tPage=1&pageSize=25
List all watermarks associated with your workspace.
Body
PARAM
Key | Datatype | Required | Description |
sortBy
|
string | Allowed: createdAt. You can search by the time watermark were created at. | |
sortOrder
|
string | Allowed: asc, desc. asc is ascending and sorts from A to Z. desc is descending and sorts from Z to A. | |
currentPage
|
number | Choose the number of search results to return per page. Minimum value: 1 | |
pageSize
|
number | Results per page. Allowed values 1-100, default is 25. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"watermarkId": "<string>",
"createdAt": "<dateTime>"
},
{
"watermarkId": "<string>",
"createdAt": "<dateTime>"
}
],
"pagination": {
"links": [
{
"r Curl curl -X GET 'https://ws.api.video/watermarks?sortBy=<string>&sortOrder=<string>¤tPage=1&pageSize=25?sortBy=<string>&sortOrder=<string>¤tPage=1&pageSize=25' -H 'Accept: application/json' ENDPOINTS |