API key authentication. Format: "Bearer-API YOUR_API_KEY"
ID of the workspace to retrieve media options from
Array of account IDs to filter media options by
Successful operation
Unauthorized
List of error messages
["Not authenticated"]Permission denied
GET /api/v1/workspaces/{workspace_id}/media_options?accounts=text HTTP/1.1
Host: app.publer.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"albums": [
{
"id": "text",
"name": "text",
"type": "text"
}
],
"watermarks": [
{
"id": "text",
"name": "text",
"opacity": 1,
"size": 1,
"position": "text",
"default": true,
"image": "text"
}
]
}
]