| Parameter | Type | Default | Description |
|---|---|---|---|
| per_page | integer | 1000 | Number of results to be returned per request (1000 is the maximum) |
| page_no | integer | 1 | Number of results page |
| default | boolean | null | When true - returns only default template |
| Key | Type | Description |
|---|---|---|
| image_templates | ImageTemplate[] | Array of ImageTemplate |
| pagination_info | Object | Pagination object |
{
"image_templates": [],// List of image_templates - see 'ImageTemplate record'
"pagination_info": {} // Pagination info - see 'Pagination info'
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/offers/image_templates' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '{}