Get Images
Retrieve images by ID (batch, max 100).
post /assets/images
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{(verb-var token)}}
{
"image_ids": ["{{(verb-var image_id)}}"]
}
Retrieve images by ID (batch, max 100).
post /assets/images
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{(verb-var token)}}
{
"image_ids": ["{{(verb-var image_id)}}"]
}