Images REST Endpoints

Application/1.0/Images
Image assets to be used in places such as emails or landing pages. Learn more about images.
Delete an image
Method: delete
Path: /api/REST/1.0/assets/image/{id}
Retrieve a list of images
Method: get
Path: /api/REST/1.0/assets/images
Retrieve an image
Method: get
Path: /api/REST/1.0/assets/image/{id}
Update an image
Method: put
Path: /api/REST/1.0/assets/image/{id}
Upload an image
Method: post
Path: /api/REST/1.0/assets/image/content