I’m trying to get some data from boards using the REST API and I want to get the URLs of embeds, however the url field is always empty for embeds like below:
{
"id": "34587645207273844312",
"type": "embed",
"title": "Preview the Timer",
"url": "",
}
Is there some way of populating this information?
Edit: Same question goes for retrieving images - where is the image data and/or URL