{ "opencollection": "1.0.0", "info": { "name": "Benchmark Email RESTful API v3.0 ABTest Creation Image Gallery API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Image Gallery", "type": "folder" }, "items": [ { "info": { "name": "Get account summary", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Images/Summary" }, "docs": "

Get account summary

\nQuery string parameters : None
\nRequest body parameters : None
\nResponse body parameters : \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterTypeDescription
FreePlanint1 = FreePlan, 0 = PaidPlan
LimitintTotal Space
PremiumCl" }, { "info": { "name": "Get a list of images", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Images/", "params": [ { "name": "Filter", "value": "", "type": "query" }, { "name": "PageNumber", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" }, { "name": "OrderBy", "value": "", "type": "query" }, { "name": "SortOrder", "value": "", "type": "query" } ] }, "docs": "

Get a list of images

\nQuery string parameters : \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
FilterOptionalintFilterr
PageNumberRequiredintPage Number
PageSizeRequiredintNum" }, { "info": { "name": "Upload an Image", "type": "http" }, "http": { "method": "POST", "url": "https://clientapi.benchmarkemail.com/Images/", "body": { "type": "multipart-form", "data": [] } }, "docs": "

Upload an Image

\nQuery string parameters : None
\n\nResponse Body Parameters : \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
DataRequiredFileImage file to be uploaded
\n Response body parameters : \n \n \n
ParameterGet image details\nQuery string parameters : None
\nRequest Body Parameter\n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
ImageIDRequiredstringImage ID
\nResponse body parameters : \n\n \n \n \n
ParameterTypeDescripti" }, { "info": { "name": "Update an image", "type": "http" }, "http": { "method": "PATCH", "url": "https://clientapi.benchmarkemail.com/Images/:ImageID", "params": [ { "name": "ImageID", "value": "", "type": "path" } ] }, "docs": "

Update an image

\nQuery string parameters : \n\n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
ImageIDRequiredstringImage ID
\nRequest Body Parameters : \n\n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
ImageURLRequired if ImageName is not passedDelete an image\nQuery string parameters : None
\nRequest Body Parameters : \n\n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
ImageIDRequiredstringImage ID
\nResponse Body Parameters : \n\n \n \n \n \n \n \n \n \n Copy image to sub-account\nQuery string parameters : \n
ParameterTypeDescription
Responseint
\n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
ImageIDRequiredstringImage ID
\nRequest Body Parameters : \n\n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
ClientsRequiredstringGet list of Giphy images\nQuery string parameters : \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
PageNumberOptionalstringPage Number
PageSizeOptionalstringNumber of records per page
FilterUpload Logo Image\nQuery string parameters : None
\n\nResponse Body Parameters : \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
DataRequiredFileImage file to be uploaded
ImageTypeRequiredstringType of a image
Extr" } ] } ], "bundled": true }