List Network Assets
Returns a list of assets in your network.
get/v1/asset
Response
200
Example response
{
"pageSize": 1,
"items": [
{
"Id": 12345,
"AdvertiserId": 56789,
"Name": "The Asset name",
"Status": "pending",
"Type": "video",
"UploadURL": "The direct upload URL"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.