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: deletePath:
/api/REST/1.0/assets/image/{id} - Retrieve a list of images
- Method: getPath:
/api/REST/1.0/assets/images - Retrieve an image
- Method: getPath:
/api/REST/1.0/assets/image/{id} - Update an image
- Method: putPath:
/api/REST/1.0/assets/image/{id} - Upload an image
- Method: postPath:
/api/REST/1.0/assets/image/content