{"info":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","description":"<html><head></head><body><p>sticky.io Restful API offers some new functionality as well as fully restful routes. All request with a payload should be sent as JSON. The authorization used is <a href=\"https://swagger.io/docs/specification/authentication/basic-authentication/\">Basic Authentication</a></p>\n<p><a href=\"https://developer-prod.sticky.io\">Version 1 JSON API</a></p>\n<p><strong>Requests</strong></p>\n<p>API requests that call for a request body are expected to be in <strong>JSON Format</strong>.</p>\n<p><strong>Responses</strong></p>\n<p>The v2 standard JSON responses will usually contain at least the following:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the API call. \"SUCCESS\" or \"FAILURE\" are possible values.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Mixed</td>\n<td>Data returned by API call. It could be an object or an array of objects.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>List Responses</strong></p>\n<p>GET requests that return a list of entities will usually contain the following:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the API call. \"SUCCESS\" or \"FAILURE\" are possible values.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Mixed</td>\n<td>Data returned by API call. It could be an object or an array of objects.</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Integer</td>\n<td>Current page associated with the dataset returned in <code>data</code>.</td>\n</tr>\n<tr>\n<td>first_page_url</td>\n<td>String</td>\n<td>URL that maps to the first paginated list of a given entity.</td>\n</tr>\n<tr>\n<td>last_page</td>\n<td>Integer</td>\n<td>Number of pages in a given dataset.</td>\n</tr>\n<tr>\n<td>last_page_url</td>\n<td>String</td>\n<td>URL that maps to the last paginated list of a given entity.</td>\n</tr>\n<tr>\n<td>next_page_url</td>\n<td>String</td>\n<td>URL that maps to the next paginated list of a given entity.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>URL that maps to the index page of a given entity.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>Mixed</td>\n<td>Data returned by API call. It could be an object or an array of objects.</td>\n</tr>\n<tr>\n<td>prev_page_url</td>\n<td>Mixed</td>\n<td>Data returned by API call. It could be an object or an array of objects.</td>\n</tr>\n<tr>\n<td>from</td>\n<td>Integer</td>\n<td>Offset record number lower bound.</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Mixed</td>\n<td>Offset record number upper bound.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>Integer</td>\n<td>Total amount of records that exist for a given entity.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4811546","collectionId":"ef86aea7-73d2-4a65-b467-28938bb07563","publishedId":"TWDamFCD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"757575","highlight":"0076FF"},"publishDate":"2025-02-14T16:55:40.000Z"},"item":[{"name":"Affiliates","item":[{"name":"Permissions","item":[{"name":"Get User Affiliate Permissions","id":"9210b512-de0f-4add-b328-fb9299bc4044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliate-permissions/1/all","description":"<p>Fetch a list of all affiliate permission objects associated with a platform user.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each affiliate permission object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The affiliate permission ID.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Integer</td>\n<td>The user associated with the affiliate permission ID.</td>\n</tr>\n<tr>\n<td>affiliate_id</td>\n<td>Integer</td>\n<td>The affiliate ID associated with the permission.</td>\n</tr>\n<tr>\n<td>access_type_id</td>\n<td>Integer</td>\n<td>The access type (See type table above for specification).</td>\n</tr>\n<tr>\n<td>access_type_verbose</td>\n<td>String</td>\n<td>The access type name in all caps.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the affiliate permission.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the affiliate permission.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was last updated.</td>\n</tr>\n<tr>\n<td>user</td>\n<td>Object</td>\n<td>An object representing the user.</td>\n</tr>\n<tr>\n<td>user.department_id</td>\n<td>Integer</td>\n<td>The user's department ID.</td>\n</tr>\n<tr>\n<td>user.timezone</td>\n<td>String</td>\n<td>The user's timezone.</td>\n</tr>\n<tr>\n<td>user.id</td>\n<td>Integer</td>\n<td>The user ID.</td>\n</tr>\n<tr>\n<td>user.is_active</td>\n<td>Integer Flag</td>\n<td>The user active status.</td>\n</tr>\n<tr>\n<td>user.name</td>\n<td>String</td>\n<td>The user full name.</td>\n</tr>\n<tr>\n<td>user.email</td>\n<td>String</td>\n<td>The user email address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","all"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliate-permissions"],"query":[],"variable":[]}},"response":[],"_postman_id":"9210b512-de0f-4add-b328-fb9299bc4044"},{"name":"Get User Granted Affiliate Permissions","id":"d5c2fa56-5ef9-4533-87c1-3b62e23d6da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliate-permissions/1/granted","description":"<p>Fetch a list of <code>whitelist</code> type affiliate permission objects associated with a platform user.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each affiliate permission object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The affiliate permission ID.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Integer</td>\n<td>The user associated with the affiliate permission ID.</td>\n</tr>\n<tr>\n<td>affiliate_id</td>\n<td>Integer</td>\n<td>The affiliate ID associated with the permission.</td>\n</tr>\n<tr>\n<td>access_type_id</td>\n<td>Integer</td>\n<td>The access type (See type table above for specification).</td>\n</tr>\n<tr>\n<td>access_type_verbose</td>\n<td>String</td>\n<td>The access type name in all caps.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the affiliate permission.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the affiliate permission.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was last updated.</td>\n</tr>\n<tr>\n<td>user</td>\n<td>Object</td>\n<td>An object representing the user.</td>\n</tr>\n<tr>\n<td>user.department_id</td>\n<td>Integer</td>\n<td>The user's department ID.</td>\n</tr>\n<tr>\n<td>user.timezone</td>\n<td>String</td>\n<td>The user's timezone.</td>\n</tr>\n<tr>\n<td>user.id</td>\n<td>Integer</td>\n<td>The user ID.</td>\n</tr>\n<tr>\n<td>user.is_active</td>\n<td>Integer Flag</td>\n<td>The user active status.</td>\n</tr>\n<tr>\n<td>user.name</td>\n<td>String</td>\n<td>The user full name.</td>\n</tr>\n<tr>\n<td>user.email</td>\n<td>String</td>\n<td>The user email address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","granted"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliate-permissions"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5c2fa56-5ef9-4533-87c1-3b62e23d6da4"},{"name":"Get User Revoked Affiliate Permissions","id":"7ab1f6b8-29b0-4660-ab05-906cda758778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliate-permissions/1/revoked","description":"<p>Fetch a list of <code>blacklist</code> type affiliate permission objects associated with a platform user.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each affiliate permission object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The affiliate permission ID.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Integer</td>\n<td>The user associated with the affiliate permission ID.</td>\n</tr>\n<tr>\n<td>affiliate_id</td>\n<td>Integer</td>\n<td>The affiliate ID associated with the permission.</td>\n</tr>\n<tr>\n<td>access_type_id</td>\n<td>Integer</td>\n<td>The access type (See type table above for specification).</td>\n</tr>\n<tr>\n<td>access_type_verbose</td>\n<td>String</td>\n<td>The access type name in all caps.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the affiliate permission.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the affiliate permission.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was last updated.</td>\n</tr>\n<tr>\n<td>user</td>\n<td>Object</td>\n<td>An object representing the user.</td>\n</tr>\n<tr>\n<td>user.department_id</td>\n<td>Integer</td>\n<td>The user's department ID.</td>\n</tr>\n<tr>\n<td>user.timezone</td>\n<td>String</td>\n<td>The user's timezone.</td>\n</tr>\n<tr>\n<td>user.id</td>\n<td>Integer</td>\n<td>The user ID.</td>\n</tr>\n<tr>\n<td>user.is_active</td>\n<td>Integer Flag</td>\n<td>The user active status.</td>\n</tr>\n<tr>\n<td>user.name</td>\n<td>String</td>\n<td>The user full name.</td>\n</tr>\n<tr>\n<td>user.email</td>\n<td>String</td>\n<td>The user email address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","revoked"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliate-permissions"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ab1f6b8-29b0-4660-ab05-906cda758778"},{"name":"Grant User Affiliate Permissions","id":"37af880a-f1aa-47e9-a16a-e4ac9888a674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"affiliates\": [\n        {\"id\": 1},\n        {\"id\": 2},\n        {\"id\": 3}\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliate-permissions/1/grant","description":"<p>Associate <code>whitelist</code> type affiliate permissions to a platform user.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affiliates</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of objects containing affiliate IDs.</td>\n</tr>\n<tr>\n<td>affiliates.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The affiliate ID that will be associated to the platform user.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","grant"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliate-permissions"],"query":[],"variable":[]}},"response":[],"_postman_id":"37af880a-f1aa-47e9-a16a-e4ac9888a674"},{"name":"Revoke User Affiliate Permissions","id":"7c9405cd-a7dd-4473-899f-045939601148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"affiliates\": [\n        {\"id\": 4},\n        {\"id\": 5},\n        {\"id\": 6}\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliate-permissions/1/grant","description":"<p>Associate <code>blacklist</code> type affiliate permissions to a platform user.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affiliates</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of objects containing affiliate IDs.</td>\n</tr>\n<tr>\n<td>affiliates.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The affiliate ID that will be associated to the platform user.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","grant"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliate-permissions"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c9405cd-a7dd-4473-899f-045939601148"},{"name":"Clear User Affiliate Permissions","id":"d51e8eeb-9af8-4381-8428-aa1d12846c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliate-permissions/1","description":"<p>Completely remove affiliate permissions from a platform user.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliate-permissions"],"query":[],"variable":[]}},"response":[],"_postman_id":"d51e8eeb-9af8-4381-8428-aa1d12846c61"}],"id":"94201a8b-f5f4-49fc-8f87-be3296a0fa95","description":"<p>Associate platform users to affiliate permissions.  Users can have <code>grant</code> or <code>revoke</code> access to affiliates.  These permissions will be leveraged on several analytics dashboards.</p>\n","_postman_id":"94201a8b-f5f4-49fc-8f87-be3296a0fa95","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Get Affiliate Types","id":"572d5f2e-fc84-4ff0-bc2a-1e5790ad173c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliate-types","description":"<p>Fetch a list of affiliate type objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each affiliate type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The affiliate type ID.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Integer Flag</td>\n<td>The affiliate type active status.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The affiliate type full name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}affiliate-types"],"query":[],"variable":[]}},"response":[],"_postman_id":"572d5f2e-fc84-4ff0-bc2a-1e5790ad173c"},{"name":"Get Affiliates","id":"f5340bc1-fade-4240-9c04-b53110fcd332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliates","description":"<p>Fetch a list of affiliates.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each affiliate object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The affiliate ID.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The affiliate type ID (See type table above for specification).</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The affiliate name (filter value).</td>\n</tr>\n<tr>\n<td>network</td>\n<td>String</td>\n<td>The affiliate network name.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the affiliate.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the affiliate.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate was last updated.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Object</td>\n<td>An object representing the affiliate type.</td>\n</tr>\n<tr>\n<td>type.id</td>\n<td>Integer</td>\n<td>The affiliate type ID.</td>\n</tr>\n<tr>\n<td>type.name</td>\n<td>String</td>\n<td>The affiliate type name.</td>\n</tr>\n<tr>\n<td>type.active</td>\n<td>Integer Flag</td>\n<td>The affiliate type active status.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}affiliates"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5340bc1-fade-4240-9c04-b53110fcd332"},{"name":"Get One Affiliate","id":"f1404276-adc3-484d-a84c-76f218b34492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliates/1","description":"<p>Fetch a specific affiliate object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each affiliate object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The affiliate ID.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The affiliate type ID (See type table above).</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The affiliate name (filter value).</td>\n</tr>\n<tr>\n<td>network</td>\n<td>String</td>\n<td>The affiliate network name.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the affiliate.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the affiliate.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate was last updated.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Object</td>\n<td>An object representing the affiliate type.</td>\n</tr>\n<tr>\n<td>type.id</td>\n<td>Integer</td>\n<td>The affiliate type ID.</td>\n</tr>\n<tr>\n<td>type.name</td>\n<td>String</td>\n<td>The affiliate type name.</td>\n</tr>\n<tr>\n<td>type.active</td>\n<td>Integer Flag</td>\n<td>The affiliate type active status.</td>\n</tr>\n<tr>\n<td>users</td>\n<td>Array</td>\n<td>An array of user objects.</td>\n</tr>\n<tr>\n<td>users.*.department_id</td>\n<td>Integer</td>\n<td>The user's department ID.</td>\n</tr>\n<tr>\n<td>users.*.timezone</td>\n<td>String</td>\n<td>The user's timezone.</td>\n</tr>\n<tr>\n<td>users.*.id</td>\n<td>Integer</td>\n<td>The user ID.</td>\n</tr>\n<tr>\n<td>users.*.is_active</td>\n<td>Integer Flag</td>\n<td>The user active status.</td>\n</tr>\n<tr>\n<td>users.*.name</td>\n<td>String</td>\n<td>The user full name.</td>\n</tr>\n<tr>\n<td>users.*.email</td>\n<td>String</td>\n<td>The user email address.</td>\n</tr>\n<tr>\n<td>permissions</td>\n<td>Array</td>\n<td>An array of affiliate permission objects.</td>\n</tr>\n<tr>\n<td>permissions.*.id</td>\n<td>Integer</td>\n<td>The affiliate permission ID.</td>\n</tr>\n<tr>\n<td>permissions.*.user_id</td>\n<td>Integer</td>\n<td>The trial workflow unit ID.</td>\n</tr>\n<tr>\n<td>permissions.*.affiliate_id</td>\n<td>Integer</td>\n<td>The affiliate ID associated with the permission.</td>\n</tr>\n<tr>\n<td>permissions.*.access_type_id</td>\n<td>Integer</td>\n<td>The access type (See type table above for specification).</td>\n</tr>\n<tr>\n<td>permissions.*.access_type_verbose</td>\n<td>String</td>\n<td>The access type name in all caps.</td>\n</tr>\n<tr>\n<td>permissions.*.created_by</td>\n<td>Integer</td>\n<td>The user ID that created the affiliate permission.</td>\n</tr>\n<tr>\n<td>permissions.*.updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the affiliate permission.</td>\n</tr>\n<tr>\n<td>permissions.*.created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was created.</td>\n</tr>\n<tr>\n<td>permissions.*.updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the affiliate permission was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliates"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1404276-adc3-484d-a84c-76f218b34492"},{"name":"Create Affiliate","id":"e32c8c0d-eadf-4a47-9839-48873242b1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type_id\": 3,\n    \"value\": \"Red Crane Marketing LLC\",\n    \"network\": \"www.redcranemarketing.example.com\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliates","description":"<p>Create a new affiliate.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The affiliate type ID (See type table above for specification).</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The affiliate name (filter value).</td>\n</tr>\n<tr>\n<td>network</td>\n<td>Optional</td>\n<td></td>\n<td>String</td>\n<td>The affiliate network name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}affiliates"],"query":[],"variable":[]}},"response":[],"_postman_id":"e32c8c0d-eadf-4a47-9839-48873242b1cb"},{"name":"Update Affiliate","id":"71fb0149-e609-49c6-91cd-3ea7025b0fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type_id\": 1,\n    \"value\": \"VortexAffiliated NYC\",\n    \"network\": \"www.affiliaty-updated.com\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliates/1","description":"<p>Update an existing affiliate.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The affiliate type ID (See type table above for specification).</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The affiliate name (filter value).</td>\n</tr>\n<tr>\n<td>network</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The affiliate network name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliates"],"query":[],"variable":[]}},"response":[],"_postman_id":"71fb0149-e609-49c6-91cd-3ea7025b0fc9"},{"name":"Delete Affiliate","id":"2ce00e9a-c1d9-4496-b700-688125eb718d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}affiliates/1","description":"<p>Delete an existing affiliate.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1"],"host":["{{app_key}}","{{domain}}{{v2_ext}}affiliates"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ce00e9a-c1d9-4496-b700-688125eb718d"}],"id":"485f6d28-10db-41fb-af96-10cc1f2fce3c","description":"<p>Manage affiliate records and associate them to platform users.  Users can be whitelisted or blacklisted to one or more affiliates.</p>\n<p><strong>Affiliate Access Types</strong><br />These type IDs can be used when creating affiliate user permissions:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>whitelist</td>\n<td>Users associated with affiliate permissions of this type can access orders with related affiliates.</td>\n</tr>\n<tr>\n<td>2</td>\n<td>blacklist</td>\n<td>Users associated with affiliate permissions of this type cannot access orders with related affiliates.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"485f6d28-10db-41fb-af96-10cc1f2fce3c","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Billing Models","item":[{"name":"Meta","item":[{"name":"Get Types","id":"f3237cd6-3e7e-4073-9f01-ee7b2ba1a2f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/types","description":"<p>Fetch a list of billing model types.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each billing model object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The billing model type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The billing model type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"a220ae46-5619-470a-a307-ef6af2098277","name":"Get Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 18:55:25 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"607"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bill by cycle\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Bill by date\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Bill by day\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Bill by schedule\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Bill by relative date\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 5,\n    \"total\": 5\n}"}],"_postman_id":"f3237cd6-3e7e-4073-9f01-ee7b2ba1a2f6"},{"name":"Get Frequency Types","id":"46cc201c-8313-48f2-b37d-e24e0e1b1af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/frequencies_types","description":"<p>Fetch a list of frequency types.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each frequency type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The frequency type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The frequency type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["frequencies_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"2efc3ed0-7f3b-4871-86d0-f0b585cf6700","name":"Get Frequency Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/frequencies_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:20:53 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"526"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Monthly\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Yearly\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/frequencies_types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/frequencies_types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/frequencies_types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 2,\n    \"total\": 2\n}"}],"_postman_id":"46cc201c-8313-48f2-b37d-e24e0e1b1af1"},{"name":"Get Days","id":"433e1710-cf71-447c-acd6-623eb6775fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/days","description":"<p>Fetch the days of the week.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each day object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The day ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The day.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["days"],"host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"42a17a1b-9422-46d5-a355-0e91ce430eca","name":"Get Days","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/days"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 18:54:49 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"619"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Sunday\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Monday\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Tuesday\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Wednesday\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Thursday\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Friday\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Saturday\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/days?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/days?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/days\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 7,\n    \"total\": 7\n}"}],"_postman_id":"433e1710-cf71-447c-acd6-623eb6775fb6"},{"name":"Get Weeks","id":"ea725a45-9eee-427c-88cf-184b7e442870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/weeks","description":"<p>Fetch weeks in a month.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each week object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The week ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The week of a month.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["weeks"],"host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"6316509b-c772-4553-a85d-d3c38e6cdb5b","name":"Get Weeks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/weeks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 18:55:37 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"560"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"First\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Second\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Third\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Fourth\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Last\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/weeks?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/weeks?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models/weeks\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 5,\n    \"total\": 5\n}"}],"_postman_id":"ea725a45-9eee-427c-88cf-184b7e442870"}],"id":"461871ae-a943-4f72-af2d-48356ec76590","description":"<p>Below you will find methods to retrieve different IDs that are required when creating or updating Billing Model(s)</p>\n","_postman_id":"461871ae-a943-4f72-af2d-48356ec76590","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Get Billing Models","id":"114d31fa-6cae-47d3-b1fe-beb73e0d0b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models","description":"<p>Fetch a list of saved billing models.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each billing model object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The billing model ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The billing model name.</td>\n</tr>\n<tr>\n<td>expire_cycles</td>\n<td>Integer</td>\n<td>The number of cycles until billing model expires.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Contains details of when the billing model was created.</td>\n</tr>\n<tr>\n<td>created_at.*.date</td>\n<td>String</td>\n<td>A timestamp when the billing model was created.</td>\n</tr>\n<tr>\n<td>created_at.*.timezone_type</td>\n<td>Integer</td>\n<td>The timezone type number where the billing model was created.</td>\n</tr>\n<tr>\n<td>created_at.*.timezone</td>\n<td>String</td>\n<td>The name of the timezone where the billing model was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Contains details of when the billing model was created</td>\n</tr>\n<tr>\n<td>updated_at .*.date</td>\n<td>String</td>\n<td>A timestamp when the billing model was updated.</td>\n</tr>\n<tr>\n<td>updated_at.*.timezone_type</td>\n<td>Integer</td>\n<td>The timezone type number where the billing model was updated.</td>\n</tr>\n<tr>\n<td>updated_at.*.timezone</td>\n<td>String</td>\n<td>The name of the timezone where the billing model was updated.</td>\n</tr>\n<tr>\n<td>is_archived</td>\n<td>Integer Flag</td>\n<td>The billing model archived status.</td>\n</tr>\n<tr>\n<td>is_preserve_quantity</td>\n<td>Integer Flag</td>\n<td>The billing model status to preserve initial order quantity.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>The billing model default status.</td>\n</tr>\n<tr>\n<td>week</td>\n<td>Integer</td>\n<td>A number between 1 and 5 that represents the week in a month of next billing period.</td>\n</tr>\n<tr>\n<td>day</td>\n<td>Integer</td>\n<td>A number between 1 and 7 that represents the day of the week of next billing period.</td>\n</tr>\n<tr>\n<td>days</td>\n<td>Integer</td>\n<td>The number of days between the next billing period.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Integer</td>\n<td>The billing date of the month.A number between 1 and 31.</td>\n</tr>\n<tr>\n<td>dates</td>\n<td>Array</td>\n<td>A list of bill frequency dates</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>A description of the billing model.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Object</td>\n<td>Contains details about billing model type</td>\n</tr>\n<tr>\n<td>type.*.id</td>\n<td>Integer</td>\n<td>The billing model type ID.</td>\n</tr>\n<tr>\n<td>type.*.name</td>\n<td>String</td>\n<td>The billing model type name.</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>Integer</td>\n<td>The number of billing periods within the frequency type.</td>\n</tr>\n<tr>\n<td>frequency_type_id</td>\n<td>Integer</td>\n<td>A number that represents the frequency type. Either monthly or yearly.</td>\n</tr>\n<tr>\n<td>cut_off_day</td>\n<td>Integer</td>\n<td>The frequency type id. Alias to buffer_days</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Contains details of the billing model creator.</td>\n</tr>\n<tr>\n<td>creator.*.department_id</td>\n<td>Integer</td>\n<td>The department ID assigned to the billing model creator.</td>\n</tr>\n<tr>\n<td>creator.*.is_active</td>\n<td>Integer Flag</td>\n<td>The billing model creator active status.</td>\n</tr>\n<tr>\n<td>creator.*.name</td>\n<td>String</td>\n<td>The billing model creator name.</td>\n</tr>\n<tr>\n<td>creator.*.email</td>\n<td>String</td>\n<td>The billing model creator email address.</td>\n</tr>\n<tr>\n<td>creator.*.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provided ID who created the billing model.</td>\n</tr>\n<tr>\n<td>updator</td>\n<td>Object</td>\n<td>Contains details of the billing model updator</td>\n</tr>\n<tr>\n<td>updator.*.department_id</td>\n<td>Integer</td>\n<td>The department ID assigned to the billing model updator.</td>\n</tr>\n<tr>\n<td>updator.*.is_active</td>\n<td>Integer Flag</td>\n<td>The billing model updator active status.</td>\n</tr>\n<tr>\n<td>updator.*.name</td>\n<td>String</td>\n<td>The billing model updator name.</td>\n</tr>\n<tr>\n<td>updator.*.email</td>\n<td>String</td>\n<td>The billing model updator email address.</td>\n</tr>\n<tr>\n<td>updator.*.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provided ID who updated the billing model.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"867b8814-b2c6-426b-ac04-47f26caa0c51","name":"Get Billing Models","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:01:59 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Straight Sale\",\n            \"expire_cycles\": 1,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 14:31:18.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": 1,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 0,\n            \"date\": 0,\n            \"dates\": [],\n            \"description\": \"Straight Sale\",\n            \"type\": null,\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Every 7 Days\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:14:41.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:30:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 7,\n            \"date\": 7,\n            \"dates\": [],\n            \"description\": \"Bills every 7 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 4,\n            \"name\": \"First of Every Month\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:14:51.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:30:55.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 1,\n            \"date\": 1,\n            \"dates\": [],\n            \"description\": \"Bills on the 1st day of the month\",\n            \"type\": {\n                \"id\": 2,\n                \"name\": \"Bill by date\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"First Sunday\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:15:01.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:31:22.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 1,\n            \"day\": 1,\n            \"days\": 0,\n            \"date\": 0,\n            \"dates\": [],\n            \"description\": \"Bills on the First Sunday of the month\",\n            \"type\": {\n                \"id\": 3,\n                \"name\": \"Bill by day\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Quarterly 15th\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 5,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:15:14.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 1,\n            \"day\": 1,\n            \"days\": 0,\n            \"date\": 0,\n            \"dates\": [\n                {\n                    \"billing_model_id\": 6,\n                    \"month\": 3,\n                    \"day\": 15\n                },\n                {\n                    \"billing_model_id\": 6,\n                    \"month\": 6,\n                    \"day\": 15\n                },\n                {\n                    \"billing_model_id\": 6,\n                    \"month\": 9,\n                    \"day\": 15\n                },\n                {\n                    \"billing_model_id\": 6,\n                    \"month\": 12,\n                    \"day\": 15\n                }\n            ],\n            \"description\": \"Bills on the scheduled month and day\",\n            \"type\": {\n                \"id\": 4,\n                \"name\": \"Bill by schedule\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Monthly\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:15:24.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:36:28.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 1,\n            \"day\": 1,\n            \"days\": 0,\n            \"date\": 0,\n            \"dates\": [],\n            \"description\": \"Bills on an interval relative to purchase day\",\n            \"type\": {\n                \"id\": 5,\n                \"name\": \"Bill by relative date\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Bi-Weekly\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:33:58.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:36:56.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 15,\n            \"date\": 15,\n            \"dates\": [],\n            \"description\": \"Bills every 15 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Yearly\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-07-03 07:58:08.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 2,\n            \"day\": 1,\n            \"days\": 0,\n            \"date\": 0,\n            \"dates\": [],\n            \"description\": \"Bills on an interval relative to purchase day\",\n            \"type\": {\n                \"id\": 5,\n                \"name\": \"Bill by relative date\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 16,\n            \"name\": \"PHP Unit Bill By Cycle Updated\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-10-24 14:30:39.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-10-24 14:30:40.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 30,\n            \"date\": 30,\n            \"dates\": [],\n            \"description\": \"Bills every 30 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 17,\n            \"name\": \"PHP Unit Bill By Cycle Updated\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-10-24 14:39:18.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-10-24 14:39:19.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 30,\n            \"date\": 30,\n            \"dates\": [],\n            \"description\": \"Bills every 30 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 18,\n            \"name\": \"PHP Unit Bill By Cycle Updated\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-10-24 14:39:55.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-10-24 14:39:56.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 30,\n            \"date\": 30,\n            \"dates\": [],\n            \"description\": \"Bills every 30 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 19,\n            \"name\": \"PHP Unit Bill By Cycle Updated\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-10-24 14:45:06.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-10-24 14:45:08.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 30,\n            \"date\": 30,\n            \"dates\": [],\n            \"description\": \"Bills every 30 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 20,\n            \"name\": \"PHP Unit Bill By Cycle Updated\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-10-24 14:46:04.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-10-24 14:46:05.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 30,\n            \"date\": 30,\n            \"dates\": [],\n            \"description\": \"Bills every 30 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 21,\n            \"name\": \"PHP Unit Bill By Cycle\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-10-24 14:46:47.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-10-24 14:46:47.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 15,\n            \"date\": 15,\n            \"dates\": [],\n            \"description\": \"Bills on the 15th day of the month\",\n            \"type\": {\n                \"id\": 2,\n                \"name\": \"Bill by date\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 22,\n            \"name\": \"PHP Unit Bill By Cycle Updated\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-10-24 14:48:07.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-10-24 14:48:08.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 30,\n            \"date\": 30,\n            \"dates\": [],\n            \"description\": \"Bills every 30 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models?page=1\",\n    \"from\": 1,\n    \"last_page\": 2,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models?page=2\",\n    \"next_page_url\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models?page=2\",\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998018/api/v2/billing_models\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 20\n}"}],"_postman_id":"114d31fa-6cae-47d3-b1fe-beb73e0d0b74"},{"name":"Create Billing Model","id":"db7982d9-863e-4558-bf02-d5515151d82d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Bill By Relative Day\",\r\n  \"type_id\": 5,\r\n  \"frequency_type_id\": 1,\r\n  \"frequency\": 2\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models","description":"<p>Create a billing model.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The billing model name.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The billing model type ID. See Get Types request.</td>\n</tr>\n<tr>\n<td>is_preserve_quantity</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Allows the quantity purchased on initial order to apply to the subsequent recurring orders.</td>\n</tr>\n<tr>\n<td>week</td>\n<td>Required with frequency type ID 3</td>\n<td>0</td>\n<td>Integer</td>\n<td>A number between 1 and 5 that represents the week in a month of next billing period.</td>\n</tr>\n<tr>\n<td>day</td>\n<td>Required with frequency type ID 3</td>\n<td>0</td>\n<td>Integer</td>\n<td>A number between 1 and 7 that represents the day of the week of next billing period.</td>\n</tr>\n<tr>\n<td>days</td>\n<td>Required with frequency type ID 1</td>\n<td>0</td>\n<td>Integer</td>\n<td>The number of days between the next billing period. Subscription will bill every N days.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Required with frequency type ID 2</td>\n<td>0</td>\n<td>Integer</td>\n<td>The billing date of the month. A number between 1 and 31. Subscription will bill on the Nth day of each month.</td>\n</tr>\n<tr>\n<td>dates</td>\n<td>Required with frequency type ID 4</td>\n<td>0</td>\n<td>Array</td>\n<td>A list of specific billing dates.</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>Required with frequency type ID 5</td>\n<td>0</td>\n<td>Integer</td>\n<td>The number of billing periods relative to day of purchase.</td>\n</tr>\n<tr>\n<td>frequency_type_id</td>\n<td>Required with frequency type ID 5</td>\n<td>0</td>\n<td>Integer</td>\n<td>A number that represents the frequency type. See Get Frequency Types request.</td>\n</tr>\n<tr>\n<td>buffer_days</td>\n<td>Optional with frequency type ID 4</td>\n<td>0</td>\n<td>Integer</td>\n<td>If you provide a value for this field, the system will look to see if the transaction date is equal or less than the buffer days, if so the next upcoming rebill date will be skipped.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"2db3e85c-4858-4734-94b4-9697346db14d","name":"Bill By Cycle","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bill By Cycle\",\n    \"type_id\": 1,\n    \"days\": 15\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:10:46 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"636"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 59,\n        \"name\": \"Bill By Cycle\",\n        \"expire_cycles\": 0,\n        \"buffer_days\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-25 15:10:47.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-25 15:10:47.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_preserve_quantity\": 0,\n        \"is_default\": null,\n        \"week\": 0,\n        \"day\": 0,\n        \"days\": 15,\n        \"date\": 15,\n        \"dates\": [],\n        \"description\": \"Bills every 15 days\",\n        \"type\": {\n            \"id\": 1,\n            \"name\": \"Bill by cycle\"\n        },\n        \"creator\": {\n            \"department_id\": 0,\n            \"id\": 999998,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM API\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null\n    }\n}"},{"id":"85407c4d-f1a6-42cd-a54a-4bf3e7c4fe5b","name":"Bill By Relative Day","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bill By Relative Day\",\n    \"type_id\": 5,\n    \"frequency_type_id\": 1,\n    \"frequency\": 2,\n    \"trial_setting\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:12:26 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"675"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 63,\n        \"name\": \"Bill By Relative Day\",\n        \"expire_cycles\": 0,\n        \"buffer_days\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-25 15:12:27.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-25 15:12:27.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_preserve_quantity\": 0,\n        \"is_default\": null,\n        \"week\": 0,\n        \"day\": 0,\n        \"days\": 0,\n        \"date\": 0,\n        \"dates\": [],\n        \"description\": \"Bills on an interval relative to purchase day\",\n        \"type\": {\n            \"id\": 5,\n            \"name\": \"Bill by relative date\"\n        },\n        \"creator\": {\n            \"department_id\": 0,\n            \"id\": 999998,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM API\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null\n    }\n}"},{"id":"96069c7e-44df-48cb-9fa7-f64dc3bb8808","name":"Bill By Day","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bill By Day\",\n    \"type_id\": 3,\n    \"week\": 1,\n    \"day\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:11:23 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"649"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 61,\n        \"name\": \"Bill By Day\",\n        \"expire_cycles\": 0,\n        \"buffer_days\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-25 15:11:23.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-25 15:11:23.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_preserve_quantity\": 0,\n        \"is_default\": null,\n        \"week\": 1,\n        \"day\": 2,\n        \"days\": 0,\n        \"date\": 0,\n        \"dates\": [],\n        \"description\": \"Bills on the First Monday of the month\",\n        \"type\": {\n            \"id\": 3,\n            \"name\": \"Bill by day\"\n        },\n        \"creator\": {\n            \"department_id\": 0,\n            \"id\": 999998,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM API\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null\n    }\n}"},{"id":"b917f6af-bca5-45a4-9f20-766c332b0de0","name":"Bill By Date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bill By Date\",\n    \"type_id\": 2,\n    \"date\": 15\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:11:05 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"649"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 60,\n        \"name\": \"Bill By Date\",\n        \"expire_cycles\": 0,\n        \"buffer_days\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-25 15:11:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-25 15:11:06.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_preserve_quantity\": 0,\n        \"is_default\": null,\n        \"week\": 0,\n        \"day\": 0,\n        \"days\": 15,\n        \"date\": 15,\n        \"dates\": [],\n        \"description\": \"Bills on the 15th day of the month\",\n        \"type\": {\n            \"id\": 2,\n            \"name\": \"Bill by date\"\n        },\n        \"creator\": {\n            \"department_id\": 0,\n            \"id\": 999998,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM API\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null\n    }\n}"},{"id":"e16f46fa-f251-45c6-81c3-44a14fa1c0a4","name":"Bill By Schedule","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bill By Schedule\",\n    \"type_id\": 4,\n    \"dates\": [\n        \"11-15\",\n        \"01-01\",\n        \"12-25\",\n        \"12-12\",\n        \"03-24\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:12:07 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"873"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 62,\n        \"name\": \"Bill By Schedule\",\n        \"expire_cycles\": 0,\n        \"buffer_days\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-25 15:12:08.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-25 15:12:08.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_preserve_quantity\": 0,\n        \"is_default\": null,\n        \"week\": 0,\n        \"day\": 0,\n        \"days\": 0,\n        \"date\": 0,\n        \"dates\": [\n            {\n                \"billing_model_id\": 62,\n                \"month\": 1,\n                \"day\": 1\n            },\n            {\n                \"billing_model_id\": 62,\n                \"month\": 3,\n                \"day\": 24\n            },\n            {\n                \"billing_model_id\": 62,\n                \"month\": 11,\n                \"day\": 15\n            },\n            {\n                \"billing_model_id\": 62,\n                \"month\": 12,\n                \"day\": 12\n            },\n            {\n                \"billing_model_id\": 62,\n                \"month\": 12,\n                \"day\": 25\n            }\n        ],\n        \"description\": \"Bills on the scheduled month and day\",\n        \"type\": {\n            \"id\": 4,\n            \"name\": \"Bill by schedule\"\n        },\n        \"creator\": {\n            \"department_id\": 0,\n            \"id\": 999998,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM API\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null\n    }\n}"}],"_postman_id":"db7982d9-863e-4558-bf02-d5515151d82d"},{"name":"Update Billing Model","id":"126e2292-5bd9-45fd-93f8-be7127a3f564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Updated Name\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/{{billing_model_id}}","description":"<p>Update a billing model.</p>\n<p><strong>Request Data</strong><br />Additional request parameters available after the billing model is created:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is_archived</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>The billing model archived status.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>The billing model default.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{billing_model_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"8ae2fcc8-18c6-42b6-ae7d-8d0a179c6ba0","name":"Update Billing Model","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Updated Name\",\n    \"is_archived\": 1,\n    \"is_default\":1,\n    \"trial_setting\": 1\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/{{billing_model_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 22,\n        \"name\": \"Updated Name\",\n        \"created_at\": {\n            \"date\": \"2018-04-20 16:01:36\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2021-08-17 10:11:59\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_preserve_quantity\": 1,\n        \"is_default\": null,\n        \"date\": 15,\n        \"description\": \"Bills on the 15th day of the month\",\n        \"type\": {\n            \"id\": 2,\n            \"name\": \"Bill by date\"\n        },\n        \"frequency\": 1,\n        \"frequency_type_id\": 1,\n        \"creator\": {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Senior Developer\",\n            \"email\": \"developers@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 20,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000035,\n            \"is_active\": 1,\n            \"name\": \"ADmin\",\n            \"email\": \"admin@testing.com\",\n            \"call_center_provider_id\": 0\n        }\n    }\n}"}],"_postman_id":"126e2292-5bd9-45fd-93f8-be7127a3f564"},{"name":"Get Billing Model","id":"00df8a76-b82f-40cd-b8cb-5868c9189fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/{{billing_model_id}}","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{billing_model_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[{"id":"a9d27db5-6005-41d5-9527-5acef57b7f64","name":"Get Billing Model","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/{{billing_model_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Oct 2019 19:02:19 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"765"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"First Sunday\",\n        \"expire_cycles\": 0,\n        \"buffer_days\": 0,\n        \"created_at\": {\n            \"date\": \"2019-04-29 15:15:01.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-05-14 14:31:22.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_preserve_quantity\": 1,\n        \"is_default\": null,\n        \"week\": 1,\n        \"day\": 1,\n        \"days\": 0,\n        \"date\": 0,\n        \"dates\": [],\n        \"description\": \"Bills on the First Sunday of the month\",\n        \"type\": {\n            \"id\": 3,\n            \"name\": \"Bill by day\"\n        },\n        \"creator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 0,\n            \"id\": 1,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        }\n    }\n}"}],"_postman_id":"00df8a76-b82f-40cd-b8cb-5868c9189fe9"},{"name":"Delete Billing Model","id":"5fe924e6-29c4-4db7-861c-509a547eac31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}billing_models/{{billing_model_id}}","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{billing_model_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}billing_models"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fe924e6-29c4-4db7-861c-509a547eac31"}],"id":"5b958f11-5513-4664-9474-557b04568b93","description":"<p>Below you will find methods related to Billing Models</p>\n","event":[{"listen":"prerequest","script":{"id":"25decbe7-57a0-4590-8237-ecc94209c258","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3e88327d-9c14-40df-af9a-6a1b01263d85","type":"text/javascript","exec":[""]}}],"_postman_id":"5b958f11-5513-4664-9474-557b04568b93","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Campaigns ","item":[{"name":"Meta","item":[{"name":"Get Channels","id":"e224085d-97cd-486d-82d8-967513aaa68c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/channels","description":"<p>Fetch a list of channel objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each channel object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The channel ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The channel name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["channels"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"1539494a-ca82-4c94-86ac-198753a21a65","name":"Get Channels","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Oct 2019 11:10:13 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=jg42pj0lr0tikmfge29batfkk9; expires=Tue, 22-Oct-2019 12:25:13 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"649"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Affiliate\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Email\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Display\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Print\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Reseller\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Search\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Social\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Telephone\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"TV\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998116/api/campaigns/channels?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998116/api/campaigns/channels?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998116/api/campaigns/channels\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 9,\n    \"total\": 9\n}"}],"_postman_id":"e224085d-97cd-486d-82d8-967513aaa68c"},{"name":"Get Payment Methods","id":"9c4f2b38-dde2-4c0c-8110-cafe54c8486f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/payment_methods","description":"<p>Fetch a list of campaign payment method objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each payment method object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The payment method ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The payment method name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The payment method description.</td>\n</tr>\n<tr>\n<td>is_cc_brand</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the payment method is a credit card brand.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["payment_methods"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"f95c2fa6-73f0-452c-9caf-5e2d77375c1c","name":"Get Payment Methods","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/payment_methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Oct 2019 11:09:48 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=jg42pj0lr0tikmfge29batfkk9; expires=Tue, 22-Oct-2019 12:24:48 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"6197"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"ali_pay\",\n            \"description\": \"AliPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 2,\n            \"name\": \"amazonpay\",\n            \"description\": \"AmazonPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 3,\n            \"name\": \"amex\",\n            \"description\": \"American Express\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 4,\n            \"name\": \"applepay\",\n            \"description\": \"Apple Pay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 5,\n            \"name\": \"argen_card\",\n            \"description\": \"ArgenCard\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 6,\n            \"name\": \"aura\",\n            \"description\": \"Aura\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 7,\n            \"name\": \"autogiro\",\n            \"description\": \"Autogiro\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 8,\n            \"name\": \"bacs\",\n            \"description\": \"Bacs\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 9,\n            \"name\": \"banamex\",\n            \"description\": \"Banamex\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 10,\n            \"name\": \"banco_brazil\",\n            \"description\": \"Banco do Brasil\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 11,\n            \"name\": \"banco_brazil_tef\",\n            \"description\": \"Banco do Brasil Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 12,\n            \"name\": \"banco_chile\",\n            \"description\": \"Banco de Chile\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 13,\n            \"name\": \"banco_occidente\",\n            \"description\": \"Banco de Occidente\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 14,\n            \"name\": \"banrisul_tef\",\n            \"description\": \"Banrisul Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 15,\n            \"name\": \"becs\",\n            \"description\": \"BECS\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 16,\n            \"name\": \"becsnz\",\n            \"description\": \"BECS NZ\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 17,\n            \"name\": \"betalingsservice\",\n            \"description\": \"Betalingsservice\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 18,\n            \"name\": \"bitcoin_pg\",\n            \"description\": \"Bitcoin Paygate\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 19,\n            \"name\": \"boleto\",\n            \"description\": \"Boleto\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 20,\n            \"name\": \"boleto_banco_do_bras\",\n            \"description\": \"Boleto Banco do Brasil\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 21,\n            \"name\": \"boleto_bradesco\",\n            \"description\": \"Boleto Bradesco\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 22,\n            \"name\": \"boleto_caixa_eco_fed\",\n            \"description\": \"Boleto Caixa Economica Federal\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 23,\n            \"name\": \"boleto_hsbc\",\n            \"description\": \"Boleto HSBC\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 24,\n            \"name\": \"boleto_itau\",\n            \"description\": \"Boleto Itau\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 25,\n            \"name\": \"boltpay\",\n            \"description\": \"BoltPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 26,\n            \"name\": \"bp_boleto\",\n            \"description\": \"BrazilPay Boleto Bancario\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 27,\n            \"name\": \"bradesco_tef\",\n            \"description\": \"Bradesco Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 28,\n            \"name\": \"brazilpay\",\n            \"description\": \"BrazilPay Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 29,\n            \"name\": \"brazil_charge_card\",\n            \"description\": \"BrazilPay Charge Card\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 30,\n            \"name\": \"cashu\",\n            \"description\": \"CashU\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 31,\n            \"name\": \"checking\",\n            \"description\": \"Check\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 32,\n            \"name\": \"cielo_amex\",\n            \"description\": \"Cielo Amex\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 33,\n            \"name\": \"cielo_diners\",\n            \"description\": \"Cielo Diners\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 34,\n            \"name\": \"cielo_elo\",\n            \"description\": \"Cielo Elo\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 35,\n            \"name\": \"cielo_mastercard\",\n            \"description\": \"Cielo Mastercard\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 36,\n            \"name\": \"cielo_visa\",\n            \"description\": \"Cielo Visa\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 37,\n            \"name\": \"coinz\",\n            \"description\": \"mCoinz\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 38,\n            \"name\": \"diners\",\n            \"description\": \"Diners\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 39,\n            \"name\": \"direct_payeu\",\n            \"description\": \"DirectPayEU\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 40,\n            \"name\": \"discover\",\n            \"description\": \"Discover\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 41,\n            \"name\": \"ebanxaccount\",\n            \"description\": \"EBANX Account\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 42,\n            \"name\": \"eb_boleto_bancario\",\n            \"description\": \"Boleto Bancario EBANX\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 43,\n            \"name\": \"eft_germany\",\n            \"description\": \"ELV\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 44,\n            \"name\": \"elo\",\n            \"description\": \"ELO\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 45,\n            \"name\": \"eps\",\n            \"description\": \"EPS\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 46,\n            \"name\": \"eurodebit\",\n            \"description\": \"EuroDebit\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 47,\n            \"name\": \"giro\",\n            \"description\": \"Giro\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 48,\n            \"name\": \"giropay\",\n            \"description\": \"Giropay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 49,\n            \"name\": \"gocoin\",\n            \"description\": \"GoCoin\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 50,\n            \"name\": \"hipercard\",\n            \"description\": \"Hipercard\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 51,\n            \"name\": \"icepay\",\n            \"description\": \"IcePay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 52,\n            \"name\": \"ideal\",\n            \"description\": \"iDEAL\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 53,\n            \"name\": \"itau_tef\",\n            \"description\": \"Itau Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 54,\n            \"name\": \"maestro\",\n            \"description\": \"Maestro\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 55,\n            \"name\": \"master\",\n            \"description\": \"Master Card\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 56,\n            \"name\": \"mistercash\",\n            \"description\": \"MisterCash\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 57,\n            \"name\": \"my_bank\",\n            \"description\": \"MyBank\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 58,\n            \"name\": \"offline\",\n            \"description\": \"Offline Payment\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 59,\n            \"name\": \"pad\",\n            \"description\": \"PAD\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 60,\n            \"name\": \"paypal\",\n            \"description\": \"PayPal\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 61,\n            \"name\": \"pay_safe\",\n            \"description\": \"PaySafe\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 62,\n            \"name\": \"pay_u_boleto\",\n            \"description\": \"Boleto Bancario\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 63,\n            \"name\": \"poli\",\n            \"description\": \"POLi\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 64,\n            \"name\": \"przelewy24\",\n            \"description\": \"Przelewy24\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 65,\n            \"name\": \"qiwi\",\n            \"description\": \"Qiwi\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 66,\n            \"name\": \"redecard_webs_master\",\n            \"description\": \"Redecard Webservice Mastercard\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 67,\n            \"name\": \"redecard_webs_visa\",\n            \"description\": \"Redecard Webservice Visa\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 68,\n            \"name\": \"safetypay\",\n            \"description\": \"SafetyPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 69,\n            \"name\": \"sepa\",\n            \"description\": \"SEPA\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 70,\n            \"name\": \"sofort_uberweisung\",\n            \"description\": \"SOFORT Uberweisung\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 71,\n            \"name\": \"solo\",\n            \"description\": \"Solo\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 72,\n            \"name\": \"switch\",\n            \"description\": \"Switch\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 73,\n            \"name\": \"teleingreso\",\n            \"description\": \"Teleingreso\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 74,\n            \"name\": \"tenpay\",\n            \"description\": \"TenPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 75,\n            \"name\": \"trustpay\",\n            \"description\": \"TrustPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 76,\n            \"name\": \"union_pay\",\n            \"description\": \"UnionPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 77,\n            \"name\": \"verkkopankki\",\n            \"description\": \"Verkkopankki\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 78,\n            \"name\": \"visa\",\n            \"description\": \"Visa\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 79,\n            \"name\": \"jcb\",\n            \"description\": \"JCB\",\n            \"is_cc_brand\": 1\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998116/api/campaigns/payment_methods?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998116/api/campaigns/payment_methods?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998116/api/campaigns/payment_methods\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 79,\n    \"total\": 79\n}"}],"_postman_id":"9c4f2b38-dde2-4c0c-8110-cafe54c8486f"}],"id":"a120441b-5e98-47a6-9dcd-1111fe6a7ed6","description":"<p>Below you will find methods for IDs and other data needed to create or update a Campaign</p>\n","_postman_id":"a120441b-5e98-47a6-9dcd-1111fe6a7ed6","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Add Campaign","id":"df62171c-aa92-43ce-90fe-68e08f40181e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Campaign\",\r\n  \"description\": \"This is my first campaign\",\r\n  \"is_prepaid_blocked\": 1,\r\n  \"channel_id\": 1,\r\n  \"gateway_id\": 1,\r\n  \"payment_methods\": [\r\n    \"amex\",\r\n    \"aura\",\r\n    \"diners\",\r\n    \"discover\"\r\n  ],\r\n  \"offers\": [\r\n    1,\r\n    2,\r\n    3,\r\n    4,\r\n    5\r\n  ],\r\n  \"countries\": [\r\n    1,\r\n    2,\r\n    3,\r\n    4,\r\n    5\r\n  ],\r\n  \"shipping_profiles\": [\r\n    2,\r\n    3,\r\n    4,\r\n    5,\r\n    6\r\n  ],\r\n  \"return_profiles\": [],\r\n  \"coupon_profiles\": [\r\n    1,\r\n    2,\r\n    3,\r\n    4,\r\n    5\r\n  ],\r\n  \"postback_profiles\": [\r\n    1,\r\n    2,\r\n    3,\r\n    4,\r\n    5\r\n  ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns","description":"<p>Create a new campaign.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String (255)</td>\n<td>The campaign name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Required</td>\n<td>-</td>\n<td>String (1000)</td>\n<td>The campaign description.</td>\n</tr>\n<tr>\n<td>site_url</td>\n<td>Optional</td>\n<td>-</td>\n<td>String (255)</td>\n<td>The campaign site URL.</td>\n</tr>\n<tr>\n<td>is_prepaid_blocked</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not prepaid blocking is enabled.</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The channel ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>gateway_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The payment gateway ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The warehouse ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>fulfillment_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the fulfillment provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>check_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the check provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>membership_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the membership provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>call_confirm_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the call confirm provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>chargeback_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the chargeback provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>prospect_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the prospect provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>email_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the email (autoresponder) provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>tax_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The tax provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>account_updater_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The account updater provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>data_verification_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The data verification provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>payment_methods</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of payment method names. See <code>Get Payment Methods</code> for values. Required if no alternative payment methods provided.</td>\n</tr>\n<tr>\n<td>alternative_payments</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of alternative payment method objects.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The payment gateway profile ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.payment_method</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The payment method name. See <code>Get Payment Methods</code> for values. This name must be compatible with the alternative gateway ID provided.</td>\n</tr>\n<tr>\n<td>offers</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of offer IDs. Each offer ID must be an active and valid offer in the platform.</td>\n</tr>\n<tr>\n<td>countries</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of country IDs.</td>\n</tr>\n<tr>\n<td>shipping_profiles</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of shipping method IDs.</td>\n</tr>\n<tr>\n<td>return_profiles</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of return profile IDs.</td>\n</tr>\n<tr>\n<td>coupon_profiles</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of coupon profile IDs.</td>\n</tr>\n<tr>\n<td>postback_profiles</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of postback profile IDs.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"15da9038-88a3-40eb-aae7-d2df8595180b","name":"Add Campaign Alt Payment Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Campaign\",\n    \"description\": \"This is my first campaign\",\n    \"is_prepaid_blocked\": 1,\n    \"channel_id\": 1,\n    \"gateway_id\": 1,\n    \"payment_methods\": [\n        \"amex\",\n        \"aura\",\n        \"diners\",\n        \"discover\"\n    ],\n    \"offers\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"countries\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"shipping_profiles\": [\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"return_profiles\": [],\n    \"coupon_profiles\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"postback_profiles\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Oct 2019 18:59:30 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Payment method supplied must match an alternative payment provider that supports the method\"\n}"},{"id":"1bbed089-db31-48ac-8d21-6867678364e9","name":"Add Campaign with Alt Payments","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Alt Payment Campaign\",\n    \"description\": \"This is a campaign for Alt Payments\",\n    \"channel_id\": 1,\n    \"payment_methods\": [\n        \"amazonpay\"\n    ],\n    \"alternative_payments\": [\n        {\n            \"id\": 24,\n            \"payment_method\": \"amazonpay\"\n        }\n    ],\n    \"offers\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"countries\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"shipping_profiles\": [\n        2,\n        3,\n        4,\n        5,\n        6\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Oct 2019 18:56:57 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_active\": 1,\n        \"id\": 36,\n        \"is_archived\": 0,\n        \"is_prepaid_blocked\": 1,\n        \"is_custom_price_allowed\": 1,\n        \"is_avs_enabled\": 0,\n        \"is_collections_enabled\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-23 14:57:02.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-23 14:57:05.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"archived_at\": null,\n        \"name\": \"Alt Payment Campaign\",\n        \"description\": \"This is a campaign for Alt Payments\",\n        \"pre_auth_amount\": \"1.00\",\n        \"offers\": [\n            {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:36.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:43:10.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 2,\n                        \"name\": \"Hat\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 3,\n                        \"name\": \"E-Magazine\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 4,\n                        \"name\": \"Shirt\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 5,\n                        \"name\": \"Limited Edition Slinky\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 6,\n                        \"name\": \"Beauty Box 1\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 7,\n                        \"name\": \"Beauty Box 2\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 8,\n                        \"name\": \"Beauty Box 3\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 9,\n                        \"name\": \"Beauty Box 4\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 10,\n                        \"name\": \"Beauty Box 5\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 11,\n                        \"name\": \"Beauty Box 6\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 13,\n                        \"name\": \"Blush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 14,\n                        \"name\": \"Mascara\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 15,\n                        \"name\": \"Applicator Brush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 16,\n                        \"name\": \"Eyeshadow\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"Every 7 Days\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:41.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:09.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 1,\n                            \"name\": \"Bill by cycle\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"First Sunday\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:01.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:31:22.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 3,\n                            \"name\": \"Bill by day\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 8,\n                        \"name\": \"Bi-Weekly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:33:58.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:56.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 1,\n                            \"name\": \"Bill by cycle\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 36,\n                    \"offer_id\": 1\n                }\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Makeup Madness\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:16:04.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:42:15.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 13,\n                        \"name\": \"Blush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 14,\n                        \"name\": \"Mascara\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 16,\n                        \"name\": \"Eyeshadow\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": {\n                    \"is_custom_duration\": 1,\n                    \"days\": 30,\n                    \"is_custom_price\": 0,\n                    \"price\": null,\n                    \"is_delayed_billing\": 0,\n                    \"delayed_billing\": []\n                },\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 1,\n                \"pivot\": {\n                    \"campaign_id\": 36,\n                    \"offer_id\": 2\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Movie Club\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:16:59.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": {\n                            \"percent\": 20,\n                            \"amount\": \"0.00\"\n                        }\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 36,\n                    \"offer_id\": 3\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Movie Of the Month\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:17:45.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:33.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:17:45\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 12,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 36,\n                    \"offer_id\": 4\n                }\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Movie Of The Month (Single Cycle)\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:18:27.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 0,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:18:27\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 12,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 36,\n                    \"offer_id\": 5\n                }\n            }\n        ],\n        \"channel\": {\n            \"id\": 1,\n            \"name\": \"Affiliate\"\n        },\n        \"payment_methods\": [\n            {\n                \"label\": \"AmazonPay\",\n                \"value\": \"amazonpay\"\n            }\n        ],\n        \"gateway\": null,\n        \"alternative_payments\": [\n            {\n                \"provider\": {\n                    \"account_id\": 179,\n                    \"id\": 24,\n                    \"alias\": \"Amazon Pay\",\n                    \"account_name\": \"Amazon Pay\",\n                    \"currency\": {\n                        \"title\": \"US Dollar\",\n                        \"code\": \"USD\",\n                        \"symbol_left\": \"$\",\n                        \"symbol_right\": \"\",\n                        \"decimal_point\": \".\",\n                        \"thousands_point\": \",\",\n                        \"decimal_places\": 2,\n                        \"html_entity_name\": \"$\",\n                        \"id\": 1\n                    }\n                },\n                \"payment_method\": \"amazonpay\"\n            }\n        ],\n        \"shipping_profiles\": [\n            {\n                \"id\": 2,\n                \"name\": \"Free Shipping\",\n                \"amount_trial\": \"0.00\",\n                \"amount_recurring\": \"0.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:09:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:24:59.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Standard Shipping\",\n                \"amount_trial\": \"4.95\",\n                \"amount_recurring\": \"4.95\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:50.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:25:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Free Initial\",\n                \"amount_trial\": \"0.00\",\n                \"amount_recurring\": \"5.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:26:21.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Trial Only\",\n                \"amount_trial\": \"5.00\",\n                \"amount_recurring\": \"0.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:26:39.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Priority\",\n                \"amount_trial\": \"10.00\",\n                \"amount_recurring\": \"10.00\",\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Priority Mail\",\n                    \"code\": \"PRIORITY\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:27:06.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            }\n        ],\n        \"return_profiles\": [],\n        \"postback_profiles\": [],\n        \"coupon_profiles\": []\n    }\n}"},{"id":"5d9d92a9-276c-4822-9c44-52fa1b3f2eca","name":"Add Campaign","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Campaign\",\n    \"description\": \"This is my first campaign\",\n    \"is_prepaid_blocked\": 1,\n    \"channel_id\": 1,\n    \"gateway_id\": 1,\n    \"payment_methods\": [\n        \"amex\",\n        \"aura\",\n        \"diners\",\n        \"discover\"\n    ],\n    \"offers\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"countries\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"shipping_profiles\": [\n        2,\n        3,\n        4,\n        5,\n        6\n    ],\n    \"return_profiles\": [],\n    \"coupon_profiles\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ],\n    \"postback_profiles\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Oct 2019 18:59:58 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_active\": 1,\n        \"id\": 41,\n        \"is_archived\": 0,\n        \"is_prepaid_blocked\": 1,\n        \"is_custom_price_allowed\": 1,\n        \"is_avs_enabled\": 0,\n        \"is_collections_enabled\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-23 15:00:02.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-23 15:00:02.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"archived_at\": null,\n        \"name\": \"Campaign\",\n        \"description\": \"This is my first campaign\",\n        \"pre_auth_amount\": \"1.00\",\n        \"offers\": [\n            {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:36.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:43:10.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 2,\n                        \"name\": \"Hat\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 3,\n                        \"name\": \"E-Magazine\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 4,\n                        \"name\": \"Shirt\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 5,\n                        \"name\": \"Limited Edition Slinky\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 6,\n                        \"name\": \"Beauty Box 1\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 7,\n                        \"name\": \"Beauty Box 2\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 8,\n                        \"name\": \"Beauty Box 3\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 9,\n                        \"name\": \"Beauty Box 4\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 10,\n                        \"name\": \"Beauty Box 5\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 11,\n                        \"name\": \"Beauty Box 6\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 13,\n                        \"name\": \"Blush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 14,\n                        \"name\": \"Mascara\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 15,\n                        \"name\": \"Applicator Brush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 16,\n                        \"name\": \"Eyeshadow\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"Every 7 Days\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:41.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:09.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 1,\n                            \"name\": \"Bill by cycle\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"First Sunday\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:01.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:31:22.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 3,\n                            \"name\": \"Bill by day\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 8,\n                        \"name\": \"Bi-Weekly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:33:58.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:56.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 1,\n                            \"name\": \"Bill by cycle\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 41,\n                    \"offer_id\": 1\n                }\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Makeup Madness\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:16:04.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:42:15.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 13,\n                        \"name\": \"Blush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 14,\n                        \"name\": \"Mascara\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 16,\n                        \"name\": \"Eyeshadow\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": {\n                    \"is_custom_duration\": 1,\n                    \"days\": 30,\n                    \"is_custom_price\": 0,\n                    \"price\": null,\n                    \"is_delayed_billing\": 0,\n                    \"delayed_billing\": []\n                },\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 1,\n                \"pivot\": {\n                    \"campaign_id\": 41,\n                    \"offer_id\": 2\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Movie Club\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:16:59.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": {\n                            \"percent\": 20,\n                            \"amount\": \"0.00\"\n                        }\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 41,\n                    \"offer_id\": 3\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Movie Of the Month\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:17:45.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:33.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:17:45\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 12,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 41,\n                    \"offer_id\": 4\n                }\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Movie Of The Month (Single Cycle)\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:18:27.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 0,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:18:27\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 12,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 41,\n                    \"offer_id\": 5\n                }\n            }\n        ],\n        \"channel\": {\n            \"id\": 1,\n            \"name\": \"Affiliate\"\n        },\n        \"payment_methods\": [\n            {\n                \"label\": \"American Express\",\n                \"value\": \"amex\"\n            },\n            {\n                \"label\": \"Aura\",\n                \"value\": \"aura\"\n            },\n            {\n                \"label\": \"Diners\",\n                \"value\": \"diners\"\n            },\n            {\n                \"label\": \"Discover\",\n                \"value\": \"discover\"\n            }\n        ],\n        \"gateway\": {\n            \"account_id\": 10,\n            \"id\": 1,\n            \"alias\": \"Dry Run Testing\",\n            \"account_name\": \"Dry Run Testing\",\n            \"currency\": {\n                \"title\": \"US Dollar\",\n                \"code\": \"USD\",\n                \"symbol_left\": \"$\",\n                \"symbol_right\": \"\",\n                \"decimal_point\": \".\",\n                \"thousands_point\": \",\",\n                \"decimal_places\": 2,\n                \"html_entity_name\": \"$\",\n                \"id\": 1\n            }\n        },\n        \"alternative_payments\": [],\n        \"shipping_profiles\": [\n            {\n                \"id\": 2,\n                \"name\": \"Free Shipping\",\n                \"amount_trial\": \"0.00\",\n                \"amount_recurring\": \"0.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:09:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:24:59.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Standard Shipping\",\n                \"amount_trial\": \"4.95\",\n                \"amount_recurring\": \"4.95\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:50.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:25:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Free Initial\",\n                \"amount_trial\": \"0.00\",\n                \"amount_recurring\": \"5.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:26:21.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Trial Only\",\n                \"amount_trial\": \"5.00\",\n                \"amount_recurring\": \"0.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:26:39.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Priority\",\n                \"amount_trial\": \"10.00\",\n                \"amount_recurring\": \"10.00\",\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Priority Mail\",\n                    \"code\": \"PRIORITY\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:27:06.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            }\n        ],\n        \"return_profiles\": [],\n        \"postback_profiles\": [\n            {\n                \"id\": 1,\n                \"name\": \"Global/OrderType Postback 1556566522\",\n                \"type_id\": 1,\n                \"url\": \"https://www.google.com?OrderID={order_id}&TimeStamp={order_date_time}\",\n                \"is_active\": 1,\n                \"is_global\": 1,\n                \"created_at\": \"2019-04-29 15:35:38\",\n                \"updated_at\": \"2019-04-29 15:35:38\",\n                \"http_method\": \"POST\",\n                \"type\": \"Order\",\n                \"headers\": [\n                    {\n                        \"id\": 1,\n                        \"postback_id\": 1,\n                        \"key\": \"Header\",\n                        \"value\": \"Value\",\n                        \"created_by\": 2,\n                        \"updated_by\": 0,\n                        \"created_at\": \"2019-04-29 15:35:38\",\n                        \"updated_at\": \"2019-04-29 15:35:38\",\n                        \"deleted_at\": null\n                    }\n                ],\n                \"campaigns\": [],\n                \"triggers\": {\n                    \"1\": [\n                        1\n                    ],\n                    \"2\": [\n                        4\n                    ],\n                    \"3\": [\n                        7\n                    ]\n                },\n                \"trigger_type_id\": 1,\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Global/OrderAction Postback 1556566541\",\n                \"type_id\": 1,\n                \"url\": \"https://www.google.com?OrderID={order_id}&TimeStamp={order_date_time}\",\n                \"is_active\": 1,\n                \"is_global\": 1,\n                \"created_at\": \"2019-04-29 15:35:58\",\n                \"updated_at\": \"2019-04-29 15:35:58\",\n                \"http_method\": \"GET\",\n                \"type\": \"Order\",\n                \"headers\": [\n                    {\n                        \"id\": 2,\n                        \"postback_id\": 2,\n                        \"key\": \"Header\",\n                        \"value\": \"Value\",\n                        \"created_by\": 2,\n                        \"updated_by\": 0,\n                        \"created_at\": \"2019-04-29 15:35:58\",\n                        \"updated_at\": \"2019-04-29 15:35:58\",\n                        \"deleted_at\": null\n                    }\n                ],\n                \"campaigns\": [],\n                \"triggers\": {\n                    \"4\": [\n                        10\n                    ]\n                },\n                \"trigger_type_id\": 2,\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Campaign/OrderType Postback 1556566561\",\n                \"type_id\": 1,\n                \"url\": \"https://www.google.com?OrderID={order_id}&TimeStamp={order_date_time}\",\n                \"is_active\": 1,\n                \"is_global\": 0,\n                \"created_at\": \"2019-04-29 15:36:18\",\n                \"updated_at\": \"2019-04-29 15:36:18\",\n                \"http_method\": \"POST\",\n                \"type\": \"Order\",\n                \"headers\": [\n                    {\n                        \"id\": 3,\n                        \"postback_id\": 3,\n                        \"key\": \"Header\",\n                        \"value\": \"Value\",\n                        \"created_by\": 2,\n                        \"updated_by\": 0,\n                        \"created_at\": \"2019-04-29 15:36:18\",\n                        \"updated_at\": \"2019-04-29 15:36:18\",\n                        \"deleted_at\": null\n                    }\n                ],\n                \"campaigns\": [\n                    2,\n                    13,\n                    14,\n                    15,\n                    16,\n                    34,\n                    41\n                ],\n                \"triggers\": {\n                    \"1\": [\n                        1\n                    ],\n                    \"2\": [\n                        4\n                    ],\n                    \"3\": [\n                        7\n                    ]\n                },\n                \"trigger_type_id\": 1,\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Campaign/OrderAction Postback 1556566581\",\n                \"type_id\": 1,\n                \"url\": \"https://www.google.com?OrderID={order_id}&TimeStamp={order_date_time}\",\n                \"is_active\": 1,\n                \"is_global\": 0,\n                \"created_at\": \"2019-04-29 15:36:39\",\n                \"updated_at\": \"2019-04-29 15:36:39\",\n                \"http_method\": \"GET\",\n                \"type\": \"Order\",\n                \"headers\": [\n                    {\n                        \"id\": 4,\n                        \"postback_id\": 4,\n                        \"key\": \"Header\",\n                        \"value\": \"Value\",\n                        \"created_by\": 2,\n                        \"updated_by\": 0,\n                        \"created_at\": \"2019-04-29 15:36:39\",\n                        \"updated_at\": \"2019-04-29 15:36:39\",\n                        \"deleted_at\": null\n                    }\n                ],\n                \"campaigns\": [\n                    2,\n                    13,\n                    14,\n                    15,\n                    16,\n                    34,\n                    41\n                ],\n                \"triggers\": {\n                    \"4\": [\n                        10\n                    ]\n                },\n                \"trigger_type_id\": 2,\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Global/Prospect Postback 1556566602\",\n                \"type_id\": 2,\n                \"url\": \"https://www.google.com?ProspectID={prospect_id}&DateCreated={date_created}\",\n                \"is_active\": 1,\n                \"is_global\": 1,\n                \"created_at\": \"2019-04-29 15:36:55\",\n                \"updated_at\": \"2019-04-29 15:36:55\",\n                \"http_method\": \"POST\",\n                \"type\": \"Prospect\",\n                \"headers\": [\n                    {\n                        \"id\": 5,\n                        \"postback_id\": 5,\n                        \"key\": \"Header\",\n                        \"value\": \"Value\",\n                        \"created_by\": 2,\n                        \"updated_by\": 0,\n                        \"created_at\": \"2019-04-29 15:36:55\",\n                        \"updated_at\": \"2019-04-29 15:36:55\",\n                        \"deleted_at\": null\n                    }\n                ],\n                \"campaigns\": [],\n                \"triggers\": [],\n                \"trigger_type_id\": null,\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            }\n        ],\n        \"coupon_profiles\": [\n            {\n                \"id\": 1,\n                \"name\": \"Five Off\",\n                \"description\": \"Coupon\",\n                \"use_count\": 1,\n                \"discount_amt\": \"5.00\",\n                \"discount_pct\": \"0.00\",\n                \"minimum_purchase\": \"0.00\",\n                \"is_lifetime\": 0,\n                \"is_active\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:03:05.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:30:30.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"expires_at\": null,\n                \"is_free_shipping\": 0,\n                \"promo_code_count\": 2,\n                \"limits\": null,\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                }\n            },\n            {\n                \"id\": 2,\n                \"name\": \"One Off Each\",\n                \"description\": \"$1 off each product\",\n                \"use_count\": 0,\n                \"discount_amt\": \"1.00\",\n                \"discount_pct\": \"0.00\",\n                \"minimum_purchase\": \"0.00\",\n                \"is_lifetime\": 0,\n                \"is_active\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:30:23.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:30:23.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"expires_at\": null,\n                \"is_free_shipping\": 0,\n                \"promo_code_count\": 1,\n                \"limits\": null,\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Half off priority ship\",\n                \"description\": \"Half off priority shipping\",\n                \"use_count\": 0,\n                \"discount_amt\": \"0.00\",\n                \"discount_pct\": \"50.00\",\n                \"minimum_purchase\": \"0.00\",\n                \"is_lifetime\": 0,\n                \"is_active\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:31:43.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:35:45.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"expires_at\": null,\n                \"is_free_shipping\": 0,\n                \"promo_code_count\": 2,\n                \"limits\": null,\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Free ship\",\n                \"description\": \"Free shipping\",\n                \"use_count\": 0,\n                \"discount_amt\": \"0.00\",\n                \"discount_pct\": \"0.00\",\n                \"minimum_purchase\": \"0.00\",\n                \"is_lifetime\": 0,\n                \"is_active\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:36:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:36:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"expires_at\": null,\n                \"is_free_shipping\": 1,\n                \"promo_code_count\": 1,\n                \"limits\": null,\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                }\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Lifetime 10%\",\n                \"description\": \"Lifetime 10%\",\n                \"use_count\": 0,\n                \"discount_amt\": \"0.00\",\n                \"discount_pct\": \"10.00\",\n                \"minimum_purchase\": \"0.00\",\n                \"is_lifetime\": 1,\n                \"is_active\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:37:08.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:37:08.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"expires_at\": null,\n                \"is_free_shipping\": 0,\n                \"promo_code_count\": 1,\n                \"limits\": null,\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"df62171c-aa92-43ce-90fe-68e08f40181e"},{"name":"Copy Campaign","id":"1d86db4e-228e-437f-9bab-2f590bb55d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}/copy","description":"<p>Copy an existing campaign.</p>\n<p><strong>Response Data</strong><br />Response parameters expected within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>new_campaign_id</td>\n<td>Integer</td>\n<td>The new campaign ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{campaign_id}}","copy"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"2b10c6f6-ac21-4544-9f89-3956a77e0b8f","name":"Copy Campaign","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}/copy"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"new_campaign_id\": 58\n    }\n}"}],"_postman_id":"1d86db4e-228e-437f-9bab-2f590bb55d57"},{"name":"Get Campaign","id":"46675370-399b-4db4-851c-2cd7ab330865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}","description":"<p>Fetch a specific campaign object by campaign ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>c_id</td>\n<td>Integer</td>\n<td>The campaign ID.</td>\n</tr>\n<tr>\n<td>gateway_id</td>\n<td>Integer</td>\n<td>The primary gateway ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The campaign active status.</td>\n</tr>\n<tr>\n<td>tax_provider_id</td>\n<td>Integer</td>\n<td>The tax provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>data_verification_provider_id</td>\n<td>Integer</td>\n<td>The data verification provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>site_url</td>\n<td>String</td>\n<td>The campaign site URL.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The campaign ID.</td>\n</tr>\n<tr>\n<td>is_archived</td>\n<td>Integer Flag</td>\n<td>The campaign archive status.</td>\n</tr>\n<tr>\n<td>is_prepaid_blocked</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not prepaid blocking is enabled.</td>\n</tr>\n<tr>\n<td>is_custom_price_allowed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the campaign supports custom pricing.</td>\n</tr>\n<tr>\n<td>is_avs_enabled</td>\n<td>Integer Flag</td>\n<td>The campaign AVS status.</td>\n</tr>\n<tr>\n<td>is_collections_enabled</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not collection providers are enabled.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's creation.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The campaign creation timstamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>String</td>\n<td>The campaign timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The campaign creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's last update timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The campaign last updated timstamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>String</td>\n<td>The campaign timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The campaign last update timestamp timezone.</td>\n</tr>\n<tr>\n<td>archived_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's archive timestamp.</td>\n</tr>\n<tr>\n<td>archived_at.date</td>\n<td>String</td>\n<td>The campaign archive timstamp.</td>\n</tr>\n<tr>\n<td>archived_at.timezone_type</td>\n<td>String</td>\n<td>The campaign archive timezone type ID.</td>\n</tr>\n<tr>\n<td>archived_at.timezone</td>\n<td>String</td>\n<td>The campaign archive timestamp timezone.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The campaign name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The campaign description.</td>\n</tr>\n<tr>\n<td>pre_auth_amount</td>\n<td>Float</td>\n<td>The gateway preauth amount (If Void Preauth is supported on the campaign gateway).</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the campaign.</td>\n</tr>\n<tr>\n<td>creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the campaign.</td>\n</tr>\n<tr>\n<td>updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>countries</td>\n<td>Array</td>\n<td>Array of country objects associated with the campaign.</td>\n</tr>\n<tr>\n<td>countries.*.iso_numeric</td>\n<td>Integer</td>\n<td>The numeric ISO country code.</td>\n</tr>\n<tr>\n<td>countries.*.calling_code</td>\n<td>Integer</td>\n<td>The country country code.</td>\n</tr>\n<tr>\n<td>countries.*.id</td>\n<td>Integer</td>\n<td>The country ID.</td>\n</tr>\n<tr>\n<td>countries.*.name</td>\n<td>String</td>\n<td>The full country name.</td>\n</tr>\n<tr>\n<td>countries.*.iso_2</td>\n<td>String</td>\n<td>The abbreviated ISO2 country name.</td>\n</tr>\n<tr>\n<td>countries.*.iso_3</td>\n<td>String</td>\n<td>The abbreviated ISO3 country name.</td>\n</tr>\n<tr>\n<td>fulfillment_id</td>\n<td>Integer</td>\n<td>The the fulfillment provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>check_provider_id</td>\n<td>Integer</td>\n<td>The the check provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>membership_provider_id</td>\n<td>Integer</td>\n<td>The the membership provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>call_confirm_provider_id</td>\n<td>Integer</td>\n<td>The the call confirm provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>chargeback_provider_id</td>\n<td>Integer</td>\n<td>The the chargeback provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>prospect_provider_id</td>\n<td>Integer</td>\n<td>The the prospect provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>email_provider_id</td>\n<td>Integer</td>\n<td>The the email (autoresponder) provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>offers</td>\n<td>Array</td>\n<td>An array of offer objects associated with the campaign.</td>\n</tr>\n<tr>\n<td>offers.*.id</td>\n<td>Integer</td>\n<td>The offer ID.</td>\n</tr>\n<tr>\n<td>offers.*.name</td>\n<td>String</td>\n<td>The offer name.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type_id</td>\n<td>Integer</td>\n<td>The offer cycle type ID (self or custom recurring).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_product_id</td>\n<td>Integer</td>\n<td>The last cycle product ID (When the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.expire_cycles</td>\n<td>Integer</td>\n<td>The number of cycles in the offer until it expires.</td>\n</tr>\n<tr>\n<td>offers.*.is_seasonal</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer is seasonal.</td>\n</tr>\n<tr>\n<td>offers.*.is_immutable</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer is immutable.</td>\n</tr>\n<tr>\n<td>offers.*.type_id</td>\n<td>Integer</td>\n<td>The offer type ID.</td>\n</tr>\n<tr>\n<td>offers.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the offer was created.</td>\n</tr>\n<tr>\n<td>offers.*.created_at.date</td>\n<td>String</td>\n<td>The offer creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The offer creation timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.created_at.timezone</td>\n<td>String</td>\n<td>The offer creation timezone.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the offer was last updated.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at.date</td>\n<td>String</td>\n<td>The offer last updated timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The offer last updated timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at.timezone</td>\n<td>String</td>\n<td>The offer last updated timezone.</td>\n</tr>\n<tr>\n<td>offers.*is_archived</td>\n<td>Integer Flag</td>\n<td>The offer last archive status.</td>\n</tr>\n<tr>\n<td>offers.*.products</td>\n<td>Array</td>\n<td>An array of product objects associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.is_trial_allowed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product can be sold as a trial on the offer.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.is_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models</td>\n<td>Array</td>\n<td>An array of billing model objects associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.id</td>\n<td>Integer</td>\n<td>The billing model ID.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.name</td>\n<td>String</td>\n<td>The billing model name.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the billing model was created.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at.date</td>\n<td>String</td>\n<td>The billing model creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The billing model creation timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at.timezone</td>\n<td>String</td>\n<td>The billing model creation timezone.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the billing model was last updated.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at.date</td>\n<td>String</td>\n<td>The billing model last updated timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The billing model last updated timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at.timezone</td>\n<td>String</td>\n<td>The billing model last updated timezone.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.is_archived</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the billing model is archived.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.is_preserve_quantity</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not quantity will be preserved when chosen.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.is_default</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not this billing model will be chosen when no billing model is provided for an order.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.description</td>\n<td>String</td>\n<td>The billing model description.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.type</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the billing model type.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.type.id</td>\n<td>Integer</td>\n<td>The billing model type ID.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.type.name</td>\n<td>String</td>\n<td>The billing model type name.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.frequency_type_id</td>\n<td>Integer</td>\n<td>The billing model type ID.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.discount</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the billing model discount associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.discount.percent</td>\n<td>Float</td>\n<td>The billing model discount percentage.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.discount.amount</td>\n<td>Float</td>\n<td>The billing model discount amount.</td>\n</tr>\n<tr>\n<td>offers.*.is_prepaid</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer has a prepaid configuration.</td>\n</tr>\n<tr>\n<td>offers.*.is_series</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer is of the series type.</td>\n</tr>\n<tr>\n<td>offers.*.type</td>\n<td>Object</td>\n<td>An object that contains data pertaining to offer type.</td>\n</tr>\n<tr>\n<td>offers.*.type.id</td>\n<td>Integer</td>\n<td>The offer type ID.</td>\n</tr>\n<tr>\n<td>offers.*.type.name</td>\n<td>String</td>\n<td>The offer type name.</td>\n</tr>\n<tr>\n<td>offers.*.type.active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer type is active.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the offer cycle type.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type.id</td>\n<td>Integer</td>\n<td>The offer cycle type ID.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type.name</td>\n<td>String</td>\n<td>The offer cycle type name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the offer last cycle type (If the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type.id</td>\n<td>Integer</td>\n<td>The offer last cycle type ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type.name</td>\n<td>String</td>\n<td>The offer last cycle type name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type.description</td>\n<td>String</td>\n<td>The offer last cycle type description.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's prepaid configuration.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_subscription</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not associated subscriptions will restart once prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_convert_to_standard</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not associated subscriptions will take a standard offer configuration once prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_cancel_immediate</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not associated subscriptions will be put on hold once prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_refund_allowed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not refunds are permitted on associated subscriptions before prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_initial_shipping_on_restart</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the system will charge initial shipping price on the renewal of associated subscriptions.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_prepaid_shipping</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the system will charge shipping amount as a prepaid amount (base shipping cost X number of cycles).</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_prepaid_notification_enabled</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not order notification will be sent on $0 prepaid cycles.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms</td>\n<td>Array</td>\n<td>An array of prepaid terms.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.cycles</td>\n<td>Integer</td>\n<td>Number of prepaid cycles.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_value</td>\n<td>Float</td>\n<td>The prepaid term discount amount.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_type</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the prepaid term's discount type.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_type.id</td>\n<td>Integer</td>\n<td>The prepaid term discount type ID.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_type.name</td>\n<td>String</td>\n<td>The prepaid term discount type name.</td>\n</tr>\n<tr>\n<td>offers.*.trial</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's trial configuration (DEPRECATED, use trial_workflows instead).</td>\n</tr>\n<tr>\n<td>offers.*.trial.is_custom_duration</td>\n<td>Boolean</td>\n<td>A boolean value that determines whether or not the trial has a custom duration (in days).</td>\n</tr>\n<tr>\n<td>offers.*.trial.days</td>\n<td>Integer</td>\n<td>The trial duration, in days (If there is no custom duration, billing model will be inherited to determine the next recurring date).</td>\n</tr>\n<tr>\n<td>offers.*.trial.is_custom_price</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial configuration has a custom price.</td>\n</tr>\n<tr>\n<td>offers.*.trial.price</td>\n<td>Float</td>\n<td>The custom trial price.</td>\n</tr>\n<tr>\n<td>offers.*.trial.is_delayed_billing</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial configuration has an associated delayed billing configuration.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's delayed billing trial configuration.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.is_delayed_email_suppressed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the system will send an order confirmation email during the trial delay billing step.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.is_custom_price</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the delayed trial configuration has a custom price.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.price</td>\n<td>Float</td>\n<td>The delayed billing charge amount (If not provided, the product price will be inherited as the charge amount).</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.days</td>\n<td>Integer</td>\n<td>The delayed billing duration, in days. This value must be less than the trial duration, if provided.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.default_days</td>\n<td>Integer</td>\n<td>The default delayed billing duration, in days.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows</td>\n<td>Array</td>\n<td>An array of trial workflow objects associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.id</td>\n<td>Integer</td>\n<td>The trial workflow ID.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.name</td>\n<td>String</td>\n<td>The trial workflow name.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.is_active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial workflow is active.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.is_deleted</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial workflow is deleted.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the trial workflow.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the trial workflow.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.created_at</td>\n<td>String</td>\n<td>The trial workflow creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.updated_at</td>\n<td>String</td>\n<td>The trial workflow last update timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products</td>\n<td>Array</td>\n<td>An array of cycle product objects.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.cycle_depth</td>\n<td>Integer</td>\n<td>The cycle position.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.name</td>\n<td>String</td>\n<td>The cycle product name.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.product_id</td>\n<td>Integer</td>\n<td>The cycle product ID.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.price</td>\n<td>Float</td>\n<td>The cycle product price.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.sku</td>\n<td>String</td>\n<td>The cycle product SKU identifier.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.qty</td>\n<td>Integer</td>\n<td>The cycle product max quantity.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products</td>\n<td>Array</td>\n<td>An array of seasonal cycle product objects.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.position</td>\n<td>Integer</td>\n<td>The cycle position.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.name</td>\n<td>String</td>\n<td>The cycle product name.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.product_id</td>\n<td>Integer</td>\n<td>The cycle product ID.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.price</td>\n<td>Float</td>\n<td>The cycle product price.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.sku</td>\n<td>String</td>\n<td>The cycle product SKU identifier.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.qty</td>\n<td>Integer</td>\n<td>The cycle product max quantity.</td>\n</tr>\n<tr>\n<td>offers.*.is_trial</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer has a trial configuration.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_product_name</td>\n<td>String</td>\n<td>The last cycle product name (If the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's last cycle product (If the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_trial_product</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product can be sold as a trial.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_shippable</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is shippable.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.tax_code</td>\n<td>String</td>\n<td>The product's shipping tax code.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_licensed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a license product.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.description</td>\n<td>String</td>\n<td>The product description.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.sku</td>\n<td>String</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.price</td>\n<td>Float</td>\n<td>The product base price.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.weight</td>\n<td>Float</td>\n<td>The product weight (in oz).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.declared_value</td>\n<td>Float</td>\n<td>The product declared value.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.restocking_fee</td>\n<td>Float</td>\n<td>The product restocking fee.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.cost_of_goods</td>\n<td>Float</td>\n<td>The product cost of goods sold.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.max_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed per order of this product.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the product was created.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at.date</td>\n<td>String</td>\n<td>The product creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The product creation timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at.timezone</td>\n<td>String</td>\n<td>The product creation timezone.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the product was last updated.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at.date</td>\n<td>String</td>\n<td>The product last updated timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The product last updated timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at.timezone</td>\n<td>String</td>\n<td>The product last updated timezone.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields</td>\n<td>Array</td>\n<td>An array of custom field configuration objects.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.field_type_id</td>\n<td>Integer</td>\n<td>The custom field type ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.token_key</td>\n<td>String</td>\n<td>The custom field snake-cased name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.is_multi</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the custom field accepts multiple values.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.type_id</td>\n<td>Integer</td>\n<td>The custom field value type ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values</td>\n<td>Array</td>\n<td>An array of custom field value objects.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values.*.option_id</td>\n<td>Integer</td>\n<td>The custom field option ID (It will be set to 0 for non-multi custom fields).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values.*.value</td>\n<td>String</td>\n<td>The custom field value.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values.*.name</td>\n<td>String</td>\n<td>The custom field value field name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.vertical</td>\n<td>Array</td>\n<td>An array of vertical objects.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.vertical.*.id</td>\n<td>Integer</td>\n<td>The vertical ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.vertical.*.name</td>\n<td>String</td>\n<td>The vertical name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category_id</td>\n<td>Integer</td>\n<td>The product category name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's last cycle product category.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category.id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category.name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category.description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_variant_enabled</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product has one or more variants.</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's channel.</td>\n</tr>\n<tr>\n<td>channel.id</td>\n<td>Integer</td>\n<td>The channel ID.</td>\n</tr>\n<tr>\n<td>channel.name</td>\n<td>String</td>\n<td>The channel name.</td>\n</tr>\n<tr>\n<td>payment_methods</td>\n<td>Array</td>\n<td>An array of payment method objects.</td>\n</tr>\n<tr>\n<td>payment_methods.*.label</td>\n<td>String</td>\n<td>The payment method display name.</td>\n</tr>\n<tr>\n<td>payment_methods.*.value</td>\n<td>String</td>\n<td>The payment method internal name (Use this for API new order calls).</td>\n</tr>\n<tr>\n<td>gateway</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's payment gateway.</td>\n</tr>\n<tr>\n<td>gateway.account_id</td>\n<td>Integer</td>\n<td>The gateway account ID.</td>\n</tr>\n<tr>\n<td>gateway.id</td>\n<td>Integer</td>\n<td>The gateway profile ID.</td>\n</tr>\n<tr>\n<td>gateway.alias</td>\n<td>String</td>\n<td>The gateway proofile alias.</td>\n</tr>\n<tr>\n<td>gateway.account_name</td>\n<td>String</td>\n<td>The gateway account name.</td>\n</tr>\n<tr>\n<td>gateway.currency</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway currency.</td>\n</tr>\n<tr>\n<td>gateway.currency.title</td>\n<td>String</td>\n<td>The currency title.</td>\n</tr>\n<tr>\n<td>gateway.currency.code</td>\n<td>String</td>\n<td>The currency code.</td>\n</tr>\n<tr>\n<td>gateway.currency.symbol_left</td>\n<td>String</td>\n<td>The currency symbol.</td>\n</tr>\n<tr>\n<td>gateway.currency.id</td>\n<td>Integer</td>\n<td>The currency ID.</td>\n</tr>\n<tr>\n<td>gateway.fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway fields.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the global gateway fields.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.global_monthly_cap</td>\n<td>Float</td>\n<td>The gateway profile global monthly cap.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.customer_service_number</td>\n<td>String</td>\n<td>The gateway profile customer service number.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.descriptor</td>\n<td>String</td>\n<td>The gateway profile descriptor.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.merchant_id</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.customer_service_email</td>\n<td>String</td>\n<td>The gateway profile customer service from email.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.customer_service_email_from</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.mid_group</td>\n<td>String</td>\n<td>The gateway profile MID group.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.vertical</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile vertical.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.vertical.id</td>\n<td>Integer</td>\n<td>The gateway vertical ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.vertical.option</td>\n<td>String</td>\n<td>The gateway vertical option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.processor</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile processor.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.processor.id</td>\n<td>Integer</td>\n<td>The gateway profile processor ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.processor.option</td>\n<td>String</td>\n<td>The gateway processor option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.url</td>\n<td>String</td>\n<td>The merchant gateway website URL.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cancellation_url</td>\n<td>String</td>\n<td>The merchant gateway cancellation URL.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cvv</td>\n<td>Object</td>\n<td>Object that contains data pertaining to gateway profile CVV configuration.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cvv.id</td>\n<td>Integer</td>\n<td>The CVV option ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cvv.option</td>\n<td>String</td>\n<td>The CVV option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.transaction_fee</td>\n<td>Float</td>\n<td>The gateway profile transaction fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.chargeback_fee</td>\n<td>Float</td>\n<td>The gateway profile chargeback fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_percent</td>\n<td>Float</td>\n<td>The gateway profile reserve percentage.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile reserve term.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term.id</td>\n<td>Integer</td>\n<td>The reserve term ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term.option</td>\n<td>String</td>\n<td>the reserve term option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term_days</td>\n<td>Integer</td>\n<td>The gateway profile reserve term, in days.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_cap</td>\n<td>Float</td>\n<td>The gateway profile reserve cap amount.</td>\n</tr>\n<tr>\n<td>gateway.fields.account_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the account-specific gateway fields. The fields contained withing will change depending upon the gateway account selected.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to merchant fee gateway fields.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.monthly_fee</td>\n<td>Float</td>\n<td>The gateway profile monthly fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.batch_fee</td>\n<td>Float</td>\n<td>The gateway profile batch fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.visa</td>\n<td>Float</td>\n<td>The gateway profile Visa fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.mastercard</td>\n<td>Float</td>\n<td>The gateway profile Mastercard fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.discover</td>\n<td>Float</td>\n<td>The gateway profile Discover fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.american_express</td>\n<td>Float</td>\n<td>The gateway profile American Express fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.other</td>\n<td>Float</td>\n<td>The gateway profile Miscellaneous fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.refund_processing_fee</td>\n<td>Float</td>\n<td>The gateway profile refund processing fee.</td>\n</tr>\n<tr>\n<td>alternative_payments</td>\n<td>Array</td>\n<td>Array of alternative payment field objects.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the alternative payment provider profile.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.account_id</td>\n<td>Integer</td>\n<td>The gateway account ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.id</td>\n<td>Integer</td>\n<td>The gateway profile ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.alias</td>\n<td>String</td>\n<td>The gateway proofile alias.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.account_name</td>\n<td>String</td>\n<td>The gateway account name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway currency.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.title</td>\n<td>String</td>\n<td>The currency title.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.code</td>\n<td>String</td>\n<td>The currency code.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.symbol_left</td>\n<td>String</td>\n<td>The currency symbol.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.id</td>\n<td>Integer</td>\n<td>The currency ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway fields.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the global gateway fields.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.global_monthly_cap</td>\n<td>Float</td>\n<td>The gateway profile global monthly cap.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.customer_service_number</td>\n<td>String</td>\n<td>The gateway profile customer service number.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.descriptor</td>\n<td>String</td>\n<td>The gateway profile descriptor.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.merchant_id</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.customer_service_email</td>\n<td>String</td>\n<td>The gateway profile customer service from email.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.customer_service_email_from</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.mid_group</td>\n<td>String</td>\n<td>The gateway profile MID group.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.vertical</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile vertical.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.vertical.id</td>\n<td>Integer</td>\n<td>The gateway vertical ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.vertical.option</td>\n<td>String</td>\n<td>The gateway vertical option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.processor</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile processor.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.processor.id</td>\n<td>Integer</td>\n<td>The gateway profile processor ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.processor.option</td>\n<td>String</td>\n<td>The gateway processor option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.url</td>\n<td>String</td>\n<td>The merchant gateway website URL.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cancellation_url</td>\n<td>String</td>\n<td>The merchant gateway cancellation URL.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cvv</td>\n<td>Object</td>\n<td>Object that contains data pertaining to gateway profile CVV configuration.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cvv.id</td>\n<td>Integer</td>\n<td>The CVV option ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cvv.option</td>\n<td>String</td>\n<td>The CVV option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.transaction_fee</td>\n<td>Float</td>\n<td>The gateway profile transaction fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.chargeback_fee</td>\n<td>Float</td>\n<td>The gateway profile chargeback fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_percent</td>\n<td>Float</td>\n<td>The gateway profile reserve percentage.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile reserve term.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term.id</td>\n<td>Integer</td>\n<td>The reserve term ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term.option</td>\n<td>String</td>\n<td>the reserve term option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term_days</td>\n<td>Integer</td>\n<td>The gateway profile reserve term, in days.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_cap</td>\n<td>Float</td>\n<td>The gateway profile reserve cap amount.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.account_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the account-specific gateway fields. The fields contained withing will change depending upon the gateway account selected.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to merchant fee gateway fields.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.monthly_fee</td>\n<td>Float</td>\n<td>The gateway profile monthly fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.batch_fee</td>\n<td>Float</td>\n<td>The gateway profile batch fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.visa</td>\n<td>Float</td>\n<td>The gateway profile Visa fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.mastercard</td>\n<td>Float</td>\n<td>The gateway profile Mastercard fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.discover</td>\n<td>Float</td>\n<td>The gateway profile Discover fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.american_express</td>\n<td>Float</td>\n<td>The gateway profile American Express fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.other</td>\n<td>Float</td>\n<td>The gateway profile Miscellaneous fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.refund_processing_fee</td>\n<td>Float</td>\n<td>The gateway profile refund processing fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.payment_method</td>\n<td>String</td>\n<td>The gateway profile payment method name.</td>\n</tr>\n<tr>\n<td>shipping_profiles</td>\n<td>Array</td>\n<td>Array of shipping method profile objects.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.freight_code</td>\n<td>String</td>\n<td>The shipping method freight code.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.threshold_amount</td>\n<td>Float</td>\n<td>The shipping method threshold amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.threshold_charge_amount</td>\n<td>Float</td>\n<td>The shipping method threshold charge amount. This will be the shipping price when the order total reaches the threshold_amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.id</td>\n<td>Integer</td>\n<td>The shipping method id.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.name</td>\n<td>String</td>\n<td>The shipping method name.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.description</td>\n<td>String</td>\n<td>The shipping method description.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.amount_trial</td>\n<td>Float</td>\n<td>The shipping method initial order amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.amount_recurring</td>\n<td>Float</td>\n<td>The shipping method rebill order amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the shipping method type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.id</td>\n<td>Integer</td>\n<td>The shipping method type ID.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.name</td>\n<td>String</td>\n<td>The shipping method type name.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.code</td>\n<td>String</td>\n<td>The shipping method type code.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method type was created.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at.date</td>\n<td>String</td>\n<td>The shipping method type creation timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method type creation timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at.timezone</td>\n<td>String</td>\n<td>The shipping method type creation timezone.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method type was last updated.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at.date</td>\n<td>String</td>\n<td>The shipping method type last updated timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method type last updated timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at.timezone</td>\n<td>String</td>\n<td>The shipping method type last updated timezone.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.service_code</td>\n<td>String</td>\n<td>The shipping method service code.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method was created.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at.date</td>\n<td>String</td>\n<td>The shipping method creation timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method creation timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at.timezone</td>\n<td>String</td>\n<td>The shipping method creation timezone.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method was last updated.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at.date</td>\n<td>String</td>\n<td>The shipping method last updated timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method last updated timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at.timezone</td>\n<td>String</td>\n<td>The shipping method last updated timezone.</td>\n</tr>\n<tr>\n<td>return_profiles</td>\n<td>Array</td>\n<td>Array of return profile objects.</td>\n</tr>\n<tr>\n<td>return_profiles.*.id</td>\n<td>Integer</td>\n<td>The return profile ID.</td>\n</tr>\n<tr>\n<td>return_profiles.*.name</td>\n<td>String</td>\n<td>The return profile name.</td>\n</tr>\n<tr>\n<td>return_profiles.*.description</td>\n<td>String</td>\n<td>The return profile description.</td>\n</tr>\n<tr>\n<td>return_profiles.*.action_id</td>\n<td>Integer</td>\n<td>The return profile action ID.</td>\n</tr>\n<tr>\n<td>return_profiles.*.expired_action_id</td>\n<td>Integer</td>\n<td>The return profile expired action ID.</td>\n</tr>\n<tr>\n<td>return_profiles.*.rma_required_flag</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the return profile requires an RMA to be processed.</td>\n</tr>\n<tr>\n<td>return_profiles.*.expires</td>\n<td>Integer</td>\n<td>The return profile expiration, in days.</td>\n</tr>\n<tr>\n<td>return_profiles.*.policy_expires</td>\n<td>Integer</td>\n<td>The return profile policy expiration, in days.</td>\n</tr>\n<tr>\n<td>return_profiles.*.chargeback_flag</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the platform will prevent refunds on chargeback orders using the return profile.</td>\n</tr>\n<tr>\n<td>return_profiles.*.trial_flag</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the platform will abide by the return rules during rebill depth 0 and 1.</td>\n</tr>\n<tr>\n<td>return_profiles.*.active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the return profile is active.</td>\n</tr>\n<tr>\n<td>return_profiles.*.deleted</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the return profile is deleted.</td>\n</tr>\n<tr>\n<td>return_profiles.*.date_in</td>\n<td>String</td>\n<td>The return profile creation timestamp.</td>\n</tr>\n<tr>\n<td>return_profiles.*.update_in</td>\n<td>String</td>\n<td>The shipping method last updated timestamp.</td>\n</tr>\n<tr>\n<td>return_profiles.*.created_id</td>\n<td>Integer</td>\n<td>The admin user ID that created the return profile.</td>\n</tr>\n<tr>\n<td>return_profiles.*.updated_id</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the return profile.</td>\n</tr>\n<tr>\n<td>postback_profiles</td>\n<td>Array</td>\n<td>Array of postback profile objects.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.id</td>\n<td>Integer</td>\n<td>The postback profile ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.name</td>\n<td>String</td>\n<td>The postback profile name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.type_id</td>\n<td>Integer</td>\n<td>The postback profile type ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.url</td>\n<td>String</td>\n<td>The postback tokenized URL.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.is_active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the postback profile is active.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.is_global</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the postback profile is global (Will execute for all campaigns).</td>\n</tr>\n<tr>\n<td>postback_profiles.*.created_at</td>\n<td>String</td>\n<td>The postback profile creation timestamp.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updated_at</td>\n<td>String</td>\n<td>The postback profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.http_method</td>\n<td>String</td>\n<td>The postback profile HTTP method name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.type</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers</td>\n<td>Array</td>\n<td>Array of HTTP header objects.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.id</td>\n<td>Integer</td>\n<td>The postback profile header ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.postback_id</td>\n<td>Integer</td>\n<td>The postback profile ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.key</td>\n<td>String</td>\n<td>The postback profile header field name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.value</td>\n<td>String</td>\n<td>The postback profile header field value.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the header.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the header.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.created_at</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.updated_at</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.deleted_at</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.campaigns</td>\n<td>Integer[]</td>\n<td>Array of campaign IDs.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.triggers</td>\n<td>Object</td>\n<td>Object containing arrays of action IDs, indexed by trigger ID (i.e. <code>{\"5\": [23]}</code>).</td>\n</tr>\n<tr>\n<td>postback_profiles.*.trigger_type_id</td>\n<td>Integer</td>\n<td>The trigger type ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the postback profile.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the postback profile.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles</td>\n<td>Array</td>\n<td>Array of coupon profile objects.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.id</td>\n<td>Integer</td>\n<td>The coupon profile ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.type_id</td>\n<td>Integer</td>\n<td>The coupon profile type ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.name</td>\n<td>String</td>\n<td>The coupon profile name.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.description</td>\n<td>String</td>\n<td>The coupon profile description.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.use_count</td>\n<td>Integer</td>\n<td>The amount of total usages allowed for this coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_amt</td>\n<td>Float</td>\n<td>The coupon discount amount.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_pct</td>\n<td>Float</td>\n<td>The coupon discount percentage.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.minimum_purchase</td>\n<td>Float</td>\n<td>The coupon minimum purchase amount.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_lifetime</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the coupon profile promo codes are lifetime coupons.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.product_id</td>\n<td>Integer</td>\n<td>The product ID (DEPRECATED).</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.variant_id</td>\n<td>Integer</td>\n<td>The variant ID (DEPRECATED).</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.min_qty</td>\n<td>Integer</td>\n<td>The minimum quantity required to use a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.max_qty</td>\n<td>Integer</td>\n<td>The maximum quantity allowed when using a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_bogo</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the coupon profile promo codes are buy one get one free (BOGO).</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_amount</td>\n<td>Float</td>\n<td>The coupon discount amount.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_percent</td>\n<td>Float</td>\n<td>The coupon discount percentage.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.minimum_quantity</td>\n<td>Integer</td>\n<td>The minimum quantity required to use a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.maximum_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed when using a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the coupon profile is active.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the coupon profile was created.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at.date</td>\n<td>String</td>\n<td>The coupon profile creation timestamp.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The coupon profile creation timezone type.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at.timezone</td>\n<td>String</td>\n<td>The coupon profile creation timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the coupon profile was last updated.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at.date</td>\n<td>String</td>\n<td>The coupon profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The coupon profile last updated timezone type.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at.timezone</td>\n<td>String</td>\n<td>The coupon profile last updated timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the coupon profile was last updated.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at.date</td>\n<td>String</td>\n<td>The coupon profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at.timezone_type</td>\n<td>Integer</td>\n<td>The coupon profile last updated timezone type.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at.timezone</td>\n<td>String</td>\n<td>The coupon profile last updated timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_free_shipping</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not promo codes from the coupon profile grant free shipping.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.promo_code_count</td>\n<td>Integer</td>\n<td>The amount of promo codes associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits</td>\n<td>Object</td>\n<td>Object that contains data pertaining to coupon profile limits.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.total</td>\n<td>Integer</td>\n<td>The total coupon profile usage limit.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.per_customer</td>\n<td>Integer</td>\n<td>The coupon profile usage limit per customer.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.per_code</td>\n<td>Integer</td>\n<td>The coupon profile usage limit per promo code.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.per_code_per_customer</td>\n<td>Integer</td>\n<td>The coupon profile usage limit per code, per customer.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products</td>\n<td>Array</td>\n<td>Array of coupon profile product objects.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.coupon_id</td>\n<td>Integer</td>\n<td>The coupon product ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.product_id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.variant_id</td>\n<td>Integer</td>\n<td>The product variant ID.</td>\n</tr>\n<tr>\n<td>fraud_profiles</td>\n<td>Integer[]</td>\n<td>Array of fraud profile IDs.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{campaign_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"74294f19-40c6-4e2d-b6b5-28e814c6907b","name":"Get Campaign","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Oct 2019 19:43:17 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_active\": 1,\n        \"id\": 1,\n        \"is_archived\": 0,\n        \"is_prepaid_blocked\": 0,\n        \"is_custom_price_allowed\": 0,\n        \"is_avs_enabled\": 0,\n        \"is_collections_enabled\": 0,\n        \"created_at\": {\n            \"date\": \"2019-04-29 15:27:53.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-05-15 08:44:11.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"archived_at\": null,\n        \"name\": \"General\",\n        \"description\": \"Everything\",\n        \"pre_auth_amount\": \"0.00\",\n        \"offers\": [\n            {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:36.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:43:10.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 2,\n                        \"name\": \"Hat\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 3,\n                        \"name\": \"E-Magazine\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 4,\n                        \"name\": \"Shirt\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 5,\n                        \"name\": \"Limited Edition Slinky\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 6,\n                        \"name\": \"Beauty Box 1\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 7,\n                        \"name\": \"Beauty Box 2\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 8,\n                        \"name\": \"Beauty Box 3\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 9,\n                        \"name\": \"Beauty Box 4\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 10,\n                        \"name\": \"Beauty Box 5\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 11,\n                        \"name\": \"Beauty Box 6\",\n                        \"is_bundle\": 1,\n                        \"is_custom_bundle\": 1\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 13,\n                        \"name\": \"Blush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 14,\n                        \"name\": \"Mascara\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 15,\n                        \"name\": \"Applicator Brush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 16,\n                        \"name\": \"Eyeshadow\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"Every 7 Days\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:41.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:09.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 1,\n                            \"name\": \"Bill by cycle\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"First Sunday\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:01.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:31:22.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 3,\n                            \"name\": \"Bill by day\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 8,\n                        \"name\": \"Bi-Weekly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:33:58.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:56.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 1,\n                            \"name\": \"Bill by cycle\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 1\n                }\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Makeup Madness\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:16:04.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:42:15.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 13,\n                        \"name\": \"Blush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 14,\n                        \"name\": \"Mascara\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 16,\n                        \"name\": \"Eyeshadow\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": {\n                    \"is_custom_duration\": 1,\n                    \"days\": 30,\n                    \"is_custom_price\": 0,\n                    \"price\": null,\n                    \"is_delayed_billing\": 0,\n                    \"delayed_billing\": []\n                },\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 1,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 2\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Movie Club\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:16:59.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 2,\n                        \"name\": \"Straight Sale\",\n                        \"expire_cycles\": 1,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:18.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 0,\n                            \"name\": \"Straight Sale\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 0,\n                            \"id\": 999998,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM API\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": {\n                            \"percent\": 20,\n                            \"amount\": \"0.00\"\n                        }\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 3\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Movie Of the Month\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:17:45.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:51:33.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:17:45\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 12,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 4\n                }\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Movie Club Quarterly\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:19:10.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:50:21.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 1,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:19:10\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 4,\n                            \"discount_value\": \"15.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 6\n                }\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Movie Club Quarterly (Non-refundable)\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:19:56.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:50:02.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 1,\n                        \"name\": \"Movie Ticket\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 0,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:19:56\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 4,\n                            \"discount_value\": \"15.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 7\n                }\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Movie Club w/Hat\",\n                \"cycle_type_id\": 2,\n                \"expire_cycles\": 1,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:21:05.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:59:19.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 2,\n                        \"name\": \"Hat\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Prepaid\"\n                },\n                \"cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Custom Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:21:05\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 2,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": [\n                    {\n                        \"cycle_depth\": 0,\n                        \"product_id\": 1\n                    }\n                ],\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 8\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Makeup Quarterly\",\n                \"cycle_type_id\": 2,\n                \"expire_cycles\": 4,\n                \"is_seasonal\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:22:01.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:55:24.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [],\n                \"billing_models\": [\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Seasonal\"\n                },\n                \"cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Custom Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": [\n                    {\n                        \"product_id\": 12,\n                        \"position\": 1\n                    },\n                    {\n                        \"product_id\": 13,\n                        \"position\": 2\n                    },\n                    {\n                        \"product_id\": 14,\n                        \"position\": 3\n                    },\n                    {\n                        \"product_id\": 16,\n                        \"position\": 4\n                    }\n                ],\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 9\n                }\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Makeup Quarterly (Prepaid)\",\n                \"cycle_type_id\": 2,\n                \"expire_cycles\": 4,\n                \"is_seasonal\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:22:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 07:57:48.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [],\n                \"billing_models\": [\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Seasonal\"\n                },\n                \"cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Custom Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:22:41\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 4,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": [\n                    {\n                        \"product_id\": 12,\n                        \"position\": 1\n                    },\n                    {\n                        \"product_id\": 13,\n                        \"position\": 2\n                    },\n                    {\n                        \"product_id\": 14,\n                        \"position\": 3\n                    },\n                    {\n                        \"product_id\": 16,\n                        \"position\": 4\n                    }\n                ],\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 10\n                }\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Makeup Quarterly (Prepaid no renew)\",\n                \"cycle_type_id\": 2,\n                \"expire_cycles\": 4,\n                \"is_seasonal\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:23:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:00:44.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [],\n                \"billing_models\": [\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Seasonal\"\n                },\n                \"cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Custom Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Hold\",\n                    \"description\": \"On the last cycle place the subscription on hold\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 0,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:23:28\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 4,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": [\n                    {\n                        \"product_id\": 12,\n                        \"position\": 1\n                    },\n                    {\n                        \"product_id\": 13,\n                        \"position\": 2\n                    },\n                    {\n                        \"product_id\": 14,\n                        \"position\": 3\n                    },\n                    {\n                        \"product_id\": 16,\n                        \"position\": 4\n                    }\n                ],\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 11\n                }\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Makeup Quarterly (Prepaid cancellation)\",\n                \"cycle_type_id\": 2,\n                \"expire_cycles\": 4,\n                \"is_seasonal\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:24:16.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:03:16.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [],\n                \"billing_models\": [\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Seasonal\"\n                },\n                \"cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Custom Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 1,\n                    \"is_refund_allowed\": 1,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:24:16\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 4,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": [\n                    {\n                        \"product_id\": 12,\n                        \"position\": 1\n                    },\n                    {\n                        \"product_id\": 13,\n                        \"position\": 2\n                    },\n                    {\n                        \"product_id\": 14,\n                        \"position\": 3\n                    },\n                    {\n                        \"product_id\": 16,\n                        \"position\": 4\n                    }\n                ],\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 12\n                }\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Makeup Quarterly (Prepaid no refund)\",\n                \"cycle_type_id\": 2,\n                \"expire_cycles\": 4,\n                \"is_seasonal\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:25:05.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:03:55.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [],\n                \"billing_models\": [\n                    {\n                        \"id\": 6,\n                        \"name\": \"Quarterly 15th\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 5,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:14.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null,\n                        \"type\": {\n                            \"id\": 4,\n                            \"name\": \"Bill by schedule\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": null,\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 1,\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Seasonal\"\n                },\n                \"cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Custom Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": {\n                    \"is_subscription\": 1,\n                    \"is_cancel_immediate\": 0,\n                    \"is_refund_allowed\": 0,\n                    \"is_initial_shipping_on_restart\": 0,\n                    \"created_at\": \"2019-04-29 15:25:05\",\n                    \"updated_at\": null,\n                    \"terms\": [\n                        {\n                            \"cycles\": 4,\n                            \"discount_value\": \"10.00\",\n                            \"discount_type\": {\n                                \"id\": 1,\n                                \"name\": \"Percent\"\n                            }\n                        }\n                    ]\n                },\n                \"trial\": [],\n                \"cycle_products\": null,\n                \"seasonal_products\": [\n                    {\n                        \"product_id\": 12,\n                        \"position\": 1\n                    },\n                    {\n                        \"product_id\": 13,\n                        \"position\": 2\n                    },\n                    {\n                        \"product_id\": 14,\n                        \"position\": 3\n                    },\n                    {\n                        \"product_id\": 16,\n                        \"position\": 4\n                    }\n                ],\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 13\n                }\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Makup Line\",\n                \"cycle_type_id\": 2,\n                \"expire_cycles\": 3,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:34:09.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:06:19.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 4,\n                        \"name\": \"First of Every Month\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:14:51.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:30:55.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 2,\n                            \"name\": \"Bill by date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Custom Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Hold\",\n                    \"description\": \"On the last cycle place the subscription on hold\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": [],\n                \"cycle_products\": [\n                    {\n                        \"cycle_depth\": 0,\n                        \"product_id\": 13\n                    },\n                    {\n                        \"cycle_depth\": 1,\n                        \"product_id\": 14\n                    },\n                    {\n                        \"cycle_depth\": 2,\n                        \"product_id\": 16\n                    }\n                ],\n                \"seasonal_products\": null,\n                \"is_trial\": 0,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 14\n                }\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Makeup Simple\",\n                \"cycle_type_id\": 1,\n                \"expire_cycles\": 0,\n                \"is_seasonal\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-05-14 14:43:30.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:12:33.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"products\": [\n                    {\n                        \"is_trial_allowed\": 0,\n                        \"id\": 12,\n                        \"name\": \"Lipstick\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 0,\n                        \"id\": 13,\n                        \"name\": \"Blush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 0,\n                        \"id\": 14,\n                        \"name\": \"Mascara\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    },\n                    {\n                        \"is_trial_allowed\": 1,\n                        \"id\": 15,\n                        \"name\": \"Applicator Brush\",\n                        \"is_bundle\": 0,\n                        \"is_custom_bundle\": 0\n                    }\n                ],\n                \"billing_models\": [\n                    {\n                        \"id\": 7,\n                        \"name\": \"Monthly\",\n                        \"expire_cycles\": 0,\n                        \"buffer_days\": 0,\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 15:15:24.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-14 14:36:28.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"type\": {\n                            \"id\": 5,\n                            \"name\": \"Bill by relative date\"\n                        },\n                        \"creator\": {\n                            \"department_id\": 3,\n                            \"id\": 2,\n                            \"is_active\": 1,\n                            \"name\": \"Primary Admin\",\n                            \"email\": \"developers@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"updator\": {\n                            \"department_id\": 0,\n                            \"id\": 1,\n                            \"is_active\": 1,\n                            \"name\": \"Lime Light CRM\",\n                            \"email\": \"admin@limelightcrm.com\",\n                            \"call_center_provider_id\": 0\n                        },\n                        \"discount\": null\n                    }\n                ],\n                \"is_prepaid\": 0,\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Standard\"\n                },\n                \"cycle_type\": {\n                    \"id\": 1,\n                    \"name\": \"Self Recurring\"\n                },\n                \"terminating_cycle_type\": {\n                    \"id\": 2,\n                    \"name\": \"Self recur\",\n                    \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                },\n                \"prepaid_profile\": null,\n                \"trial\": {\n                    \"is_custom_duration\": 1,\n                    \"days\": 30,\n                    \"is_custom_price\": 0,\n                    \"price\": null,\n                    \"is_delayed_billing\": 0,\n                    \"delayed_billing\": []\n                },\n                \"cycle_products\": null,\n                \"seasonal_products\": null,\n                \"is_trial\": 1,\n                \"pivot\": {\n                    \"campaign_id\": 1,\n                    \"offer_id\": 15\n                }\n            }\n        ],\n        \"channel\": {\n            \"id\": 1,\n            \"name\": \"Affiliate\"\n        },\n        \"payment_methods\": [\n            {\n                \"label\": \"American Express\",\n                \"value\": \"amex\"\n            },\n            {\n                \"label\": \"Discover\",\n                \"value\": \"discover\"\n            },\n            {\n                \"label\": \"Master Card\",\n                \"value\": \"master\"\n            },\n            {\n                \"label\": \"Visa\",\n                \"value\": \"visa\"\n            }\n        ],\n        \"gateway\": {\n            \"account_id\": 10,\n            \"id\": 1,\n            \"alias\": \"Dry Run Testing\",\n            \"account_name\": \"Dry Run Testing\",\n            \"currency\": {\n                \"title\": \"US Dollar\",\n                \"code\": \"USD\",\n                \"symbol_left\": \"$\",\n                \"symbol_right\": \"\",\n                \"decimal_point\": \".\",\n                \"thousands_point\": \",\",\n                \"decimal_places\": 2,\n                \"html_entity_name\": \"$\",\n                \"id\": 1\n            }\n        },\n        \"alternative_payments\": [],\n        \"shipping_profiles\": [\n            {\n                \"id\": 2,\n                \"name\": \"Free Shipping\",\n                \"amount_trial\": \"0.00\",\n                \"amount_recurring\": \"0.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:09:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:24:59.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Standard Shipping\",\n                \"amount_trial\": \"4.95\",\n                \"amount_recurring\": \"4.95\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:50.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:25:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Free Initial\",\n                \"amount_trial\": \"0.00\",\n                \"amount_recurring\": \"5.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:26:21.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Trial Only\",\n                \"amount_trial\": \"5.00\",\n                \"amount_recurring\": \"0.00\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Basic Mail\",\n                    \"code\": \"BASIC\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:26:39.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Priority\",\n                \"amount_trial\": \"10.00\",\n                \"amount_recurring\": \"10.00\",\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Priority Mail\",\n                    \"code\": \"PRIORITY\",\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 14:31:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                },\n                \"created_at\": {\n                    \"date\": \"2019-05-15 08:27:06.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            }\n        ],\n        \"return_profiles\": [],\n        \"postback_profiles\": [],\n        \"coupon_profiles\": [\n            {\n                \"id\": 1,\n                \"name\": \"Five Off\",\n                \"description\": \"Coupon\",\n                \"use_count\": 1,\n                \"discount_amt\": \"5.00\",\n                \"discount_pct\": \"0.00\",\n                \"minimum_purchase\": \"0.00\",\n                \"is_lifetime\": 0,\n                \"is_active\": 1,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:03:05.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-15 08:30:30.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"expires_at\": null,\n                \"is_free_shipping\": 0,\n                \"promo_code_count\": 2,\n                \"limits\": null,\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"46675370-399b-4db4-851c-2cd7ab330865"},{"name":"Get Campaigns","id":"046f76f2-78f7-4779-8af5-93dfd4f8380d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns","description":"<p>Fetch a list of campaign objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each campaign object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>c_id</td>\n<td>Integer</td>\n<td>The campaign ID.</td>\n</tr>\n<tr>\n<td>gateway_id</td>\n<td>Integer</td>\n<td>The primary gateway ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The campaign active status.</td>\n</tr>\n<tr>\n<td>tax_provider_id</td>\n<td>Integer</td>\n<td>The tax provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>data_verification_provider_id</td>\n<td>Integer</td>\n<td>The data verification provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>site_url</td>\n<td>String</td>\n<td>The campaign site URL.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The campaign ID.</td>\n</tr>\n<tr>\n<td>is_archived</td>\n<td>Integer Flag</td>\n<td>The campaign archive status.</td>\n</tr>\n<tr>\n<td>is_prepaid_blocked</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not prepaid blocking is enabled.</td>\n</tr>\n<tr>\n<td>is_custom_price_allowed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the campaign supports custom pricing.</td>\n</tr>\n<tr>\n<td>is_avs_enabled</td>\n<td>Integer Flag</td>\n<td>The campaign AVS status.</td>\n</tr>\n<tr>\n<td>is_collections_enabled</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not collection providers are enabled.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's creation.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The campaign creation timstamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>String</td>\n<td>The campaign timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The campaign creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's last update timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The campaign last updated timstamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>String</td>\n<td>The campaign timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The campaign last update timestamp timezone.</td>\n</tr>\n<tr>\n<td>archived_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's archive timestamp.</td>\n</tr>\n<tr>\n<td>archived_at.date</td>\n<td>String</td>\n<td>The campaign archive timstamp.</td>\n</tr>\n<tr>\n<td>archived_at.timezone_type</td>\n<td>String</td>\n<td>The campaign archive timezone type ID.</td>\n</tr>\n<tr>\n<td>archived_at.timezone</td>\n<td>String</td>\n<td>The campaign archive timestamp timezone.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The campaign name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The campaign description.</td>\n</tr>\n<tr>\n<td>pre_auth_amount</td>\n<td>Float</td>\n<td>The gateway preauth amount (If Void Preauth is supported on the campaign gateway).</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the campaign.</td>\n</tr>\n<tr>\n<td>creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the campaign.</td>\n</tr>\n<tr>\n<td>updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>countries</td>\n<td>Array</td>\n<td>Array of country objects associated with the campaign.</td>\n</tr>\n<tr>\n<td>countries.*.iso_numeric</td>\n<td>Integer</td>\n<td>The numeric ISO country code.</td>\n</tr>\n<tr>\n<td>countries.*.calling_code</td>\n<td>Integer</td>\n<td>The country country code.</td>\n</tr>\n<tr>\n<td>countries.*.id</td>\n<td>Integer</td>\n<td>The country ID.</td>\n</tr>\n<tr>\n<td>countries.*.name</td>\n<td>String</td>\n<td>The full country name.</td>\n</tr>\n<tr>\n<td>countries.*.iso_2</td>\n<td>String</td>\n<td>The abbreviated ISO2 country name.</td>\n</tr>\n<tr>\n<td>countries.*.iso_3</td>\n<td>String</td>\n<td>The abbreviated ISO3 country name.</td>\n</tr>\n<tr>\n<td>fulfillment_id</td>\n<td>Integer</td>\n<td>The the fulfillment provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>check_provider_id</td>\n<td>Integer</td>\n<td>The the check provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>membership_provider_id</td>\n<td>Integer</td>\n<td>The the membership provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>call_confirm_provider_id</td>\n<td>Integer</td>\n<td>The the call confirm provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>chargeback_provider_id</td>\n<td>Integer</td>\n<td>The the chargeback provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>prospect_provider_id</td>\n<td>Integer</td>\n<td>The the prospect provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>email_provider_id</td>\n<td>Integer</td>\n<td>The the email (autoresponder) provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>offers</td>\n<td>Array</td>\n<td>An array of offer objects associated with the campaign.</td>\n</tr>\n<tr>\n<td>offers.*.id</td>\n<td>Integer</td>\n<td>The offer ID.</td>\n</tr>\n<tr>\n<td>offers.*.name</td>\n<td>String</td>\n<td>The offer name.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type_id</td>\n<td>Integer</td>\n<td>The offer cycle type ID (self or custom recurring).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_product_id</td>\n<td>Integer</td>\n<td>The last cycle product ID (When the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.expire_cycles</td>\n<td>Integer</td>\n<td>The number of cycles in the offer until it expires.</td>\n</tr>\n<tr>\n<td>offers.*.is_seasonal</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer is seasonal.</td>\n</tr>\n<tr>\n<td>offers.*.is_immutable</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer is immutable.</td>\n</tr>\n<tr>\n<td>offers.*.type_id</td>\n<td>Integer</td>\n<td>The offer type ID.</td>\n</tr>\n<tr>\n<td>offers.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the offer was created.</td>\n</tr>\n<tr>\n<td>offers.*.created_at.date</td>\n<td>String</td>\n<td>The offer creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The offer creation timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.created_at.timezone</td>\n<td>String</td>\n<td>The offer creation timezone.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the offer was last updated.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at.date</td>\n<td>String</td>\n<td>The offer last updated timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The offer last updated timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.updated_at.timezone</td>\n<td>String</td>\n<td>The offer last updated timezone.</td>\n</tr>\n<tr>\n<td>offers.*is_archived</td>\n<td>Integer Flag</td>\n<td>The offer last archive status.</td>\n</tr>\n<tr>\n<td>offers.*.products</td>\n<td>Array</td>\n<td>An array of product objects associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.is_trial_allowed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product can be sold as a trial on the offer.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.is_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>offers.*.products.*.is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models</td>\n<td>Array</td>\n<td>An array of billing model objects associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.id</td>\n<td>Integer</td>\n<td>The billing model ID.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.name</td>\n<td>String</td>\n<td>The billing model name.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the billing model was created.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at.date</td>\n<td>String</td>\n<td>The billing model creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The billing model creation timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.created_at.timezone</td>\n<td>String</td>\n<td>The billing model creation timezone.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the billing model was last updated.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at.date</td>\n<td>String</td>\n<td>The billing model last updated timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The billing model last updated timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.updated_at.timezone</td>\n<td>String</td>\n<td>The billing model last updated timezone.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.is_archived</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the billing model is archived.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.is_preserve_quantity</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not quantity will be preserved when chosen.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.is_default</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not this billing model will be chosen when no billing model is provided for an order.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.description</td>\n<td>String</td>\n<td>The billing model description.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.type</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the billing model type.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.type.id</td>\n<td>Integer</td>\n<td>The billing model type ID.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.type.name</td>\n<td>String</td>\n<td>The billing model type name.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.frequency_type_id</td>\n<td>Integer</td>\n<td>The billing model type ID.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.discount</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the billing model discount associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.discount.percent</td>\n<td>Float</td>\n<td>The billing model discount percentage.</td>\n</tr>\n<tr>\n<td>offers.*.billing_models.*.discount.amount</td>\n<td>Float</td>\n<td>The billing model discount amount.</td>\n</tr>\n<tr>\n<td>offers.*.is_prepaid</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer has a prepaid configuration.</td>\n</tr>\n<tr>\n<td>offers.*.is_series</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer is of the series type.</td>\n</tr>\n<tr>\n<td>offers.*.type</td>\n<td>Object</td>\n<td>An object that contains data pertaining to offer type.</td>\n</tr>\n<tr>\n<td>offers.*.type.id</td>\n<td>Integer</td>\n<td>The offer type ID.</td>\n</tr>\n<tr>\n<td>offers.*.type.name</td>\n<td>String</td>\n<td>The offer type name.</td>\n</tr>\n<tr>\n<td>offers.*.type.active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer type is active.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the offer cycle type.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type.id</td>\n<td>Integer</td>\n<td>The offer cycle type ID.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_type.name</td>\n<td>String</td>\n<td>The offer cycle type name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the offer last cycle type (If the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type.id</td>\n<td>Integer</td>\n<td>The offer last cycle type ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type.name</td>\n<td>String</td>\n<td>The offer last cycle type name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_type.description</td>\n<td>String</td>\n<td>The offer last cycle type description.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's prepaid configuration.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_subscription</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not associated subscriptions will restart once prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_convert_to_standard</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not associated subscriptions will take a standard offer configuration once prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_cancel_immediate</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not associated subscriptions will be put on hold once prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_refund_allowed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not refunds are permitted on associated subscriptions before prepaid cycles are complete.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_initial_shipping_on_restart</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the system will charge initial shipping price on the renewal of associated subscriptions.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_prepaid_shipping</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the system will charge shipping amount as a prepaid amount (base shipping cost X number of cycles).</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.is_prepaid_notification_enabled</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not order notification will be sent on $0 prepaid cycles.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms</td>\n<td>Array</td>\n<td>An array of prepaid terms.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.cycles</td>\n<td>Integer</td>\n<td>Number of prepaid cycles.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_value</td>\n<td>Float</td>\n<td>The prepaid term discount amount.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_type</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the prepaid term's discount type.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_type.id</td>\n<td>Integer</td>\n<td>The prepaid term discount type ID.</td>\n</tr>\n<tr>\n<td>offers.*.prepaid_profile.terms.*.discount_type.name</td>\n<td>String</td>\n<td>The prepaid term discount type name.</td>\n</tr>\n<tr>\n<td>offers.*.trial</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's trial configuration (DEPRECATED, use trial_workflows instead).</td>\n</tr>\n<tr>\n<td>offers.*.trial.is_custom_duration</td>\n<td>Boolean</td>\n<td>A boolean value that determines whether or not the trial has a custom duration (in days).</td>\n</tr>\n<tr>\n<td>offers.*.trial.days</td>\n<td>Integer</td>\n<td>The trial duration, in days (If there is no custom duration, billing model will be inherited to determine the next recurring date).</td>\n</tr>\n<tr>\n<td>offers.*.trial.is_custom_price</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial configuration has a custom price.</td>\n</tr>\n<tr>\n<td>offers.*.trial.price</td>\n<td>Float</td>\n<td>The custom trial price.</td>\n</tr>\n<tr>\n<td>offers.*.trial.is_delayed_billing</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial configuration has an associated delayed billing configuration.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's delayed billing trial configuration.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.is_delayed_email_suppressed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the system will send an order confirmation email during the trial delay billing step.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.is_custom_price</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the delayed trial configuration has a custom price.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.price</td>\n<td>Float</td>\n<td>The delayed billing charge amount (If not provided, the product price will be inherited as the charge amount).</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.days</td>\n<td>Integer</td>\n<td>The delayed billing duration, in days. This value must be less than the trial duration, if provided.</td>\n</tr>\n<tr>\n<td>offers.*.trial.delayed_billing.default_days</td>\n<td>Integer</td>\n<td>The default delayed billing duration, in days.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows</td>\n<td>Array</td>\n<td>An array of trial workflow objects associated with the offer.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.id</td>\n<td>Integer</td>\n<td>The trial workflow ID.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.name</td>\n<td>String</td>\n<td>The trial workflow name.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.is_active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial workflow is active.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.is_deleted</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the trial workflow is deleted.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the trial workflow.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the trial workflow.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.created_at</td>\n<td>String</td>\n<td>The trial workflow creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.trial_workflows.*.updated_at</td>\n<td>String</td>\n<td>The trial workflow last update timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products</td>\n<td>Array</td>\n<td>An array of cycle product objects.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.cycle_depth</td>\n<td>Integer</td>\n<td>The cycle position.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.name</td>\n<td>String</td>\n<td>The cycle product name.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.product_id</td>\n<td>Integer</td>\n<td>The cycle product ID.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.price</td>\n<td>Float</td>\n<td>The cycle product price.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.sku</td>\n<td>String</td>\n<td>The cycle product SKU identifier.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_products.*.qty</td>\n<td>Integer</td>\n<td>The cycle product max quantity.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products</td>\n<td>Array</td>\n<td>An array of seasonal cycle product objects.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.position</td>\n<td>Integer</td>\n<td>The cycle position.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.name</td>\n<td>String</td>\n<td>The cycle product name.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.product_id</td>\n<td>Integer</td>\n<td>The cycle product ID.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.price</td>\n<td>Float</td>\n<td>The cycle product price.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.sku</td>\n<td>String</td>\n<td>The cycle product SKU identifier.</td>\n</tr>\n<tr>\n<td>offers.*.seasonal_products.*.qty</td>\n<td>Integer</td>\n<td>The cycle product max quantity.</td>\n</tr>\n<tr>\n<td>offers.*.is_trial</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the offer has a trial configuration.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_product_name</td>\n<td>String</td>\n<td>The last cycle product name (If the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's last cycle product (If the offer has expiring cycles).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_trial_product</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product can be sold as a trial.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_shippable</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is shippable.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.tax_code</td>\n<td>String</td>\n<td>The product's shipping tax code.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_licensed</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a license product.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.description</td>\n<td>String</td>\n<td>The product description.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.sku</td>\n<td>String</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.price</td>\n<td>Float</td>\n<td>The product base price.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.weight</td>\n<td>Float</td>\n<td>The product weight (in oz).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.declared_value</td>\n<td>Float</td>\n<td>The product declared value.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.restocking_fee</td>\n<td>Float</td>\n<td>The product restocking fee.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.cost_of_goods</td>\n<td>Float</td>\n<td>The product cost of goods sold.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.max_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed per order of this product.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the product was created.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at.date</td>\n<td>String</td>\n<td>The product creation timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The product creation timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.created_at.timezone</td>\n<td>String</td>\n<td>The product creation timezone.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the product was last updated.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at.date</td>\n<td>String</td>\n<td>The product last updated timestamp.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The product last updated timezone type.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.updated_at.timezone</td>\n<td>String</td>\n<td>The product last updated timezone.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields</td>\n<td>Array</td>\n<td>An array of custom field configuration objects.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.field_type_id</td>\n<td>Integer</td>\n<td>The custom field type ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.token_key</td>\n<td>String</td>\n<td>The custom field snake-cased name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.is_multi</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the custom field accepts multiple values.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.type_id</td>\n<td>Integer</td>\n<td>The custom field value type ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values</td>\n<td>Array</td>\n<td>An array of custom field value objects.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values.*.option_id</td>\n<td>Integer</td>\n<td>The custom field option ID (It will be set to 0 for non-multi custom fields).</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values.*.value</td>\n<td>String</td>\n<td>The custom field value.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.custom_fields.*.values.*.name</td>\n<td>String</td>\n<td>The custom field value field name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.vertical</td>\n<td>Array</td>\n<td>An array of vertical objects.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.vertical.*.id</td>\n<td>Integer</td>\n<td>The vertical ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.vertical.*.name</td>\n<td>String</td>\n<td>The vertical name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category_id</td>\n<td>Integer</td>\n<td>The product category name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category</td>\n<td>Object</td>\n<td>An object that contains data pertaining to the offer's last cycle product category.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category.id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category.name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.category.description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>offers.*.terminating_cycle_product.is_variant_enabled</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the product has one or more variants.</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's channel.</td>\n</tr>\n<tr>\n<td>channel.id</td>\n<td>Integer</td>\n<td>The channel ID.</td>\n</tr>\n<tr>\n<td>channel.name</td>\n<td>String</td>\n<td>The channel name.</td>\n</tr>\n<tr>\n<td>payment_methods</td>\n<td>Array</td>\n<td>An array of payment method objects.</td>\n</tr>\n<tr>\n<td>payment_methods.*.label</td>\n<td>String</td>\n<td>The payment method display name.</td>\n</tr>\n<tr>\n<td>payment_methods.*.value</td>\n<td>String</td>\n<td>The payment method internal name (Use this for API new order calls).</td>\n</tr>\n<tr>\n<td>gateway</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the campaign's payment gateway.</td>\n</tr>\n<tr>\n<td>gateway.account_id</td>\n<td>Integer</td>\n<td>The gateway account ID.</td>\n</tr>\n<tr>\n<td>gateway.id</td>\n<td>Integer</td>\n<td>The gateway profile ID.</td>\n</tr>\n<tr>\n<td>gateway.alias</td>\n<td>String</td>\n<td>The gateway proofile alias.</td>\n</tr>\n<tr>\n<td>gateway.account_name</td>\n<td>String</td>\n<td>The gateway account name.</td>\n</tr>\n<tr>\n<td>gateway.currency</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway currency.</td>\n</tr>\n<tr>\n<td>gateway.currency.title</td>\n<td>String</td>\n<td>The currency title.</td>\n</tr>\n<tr>\n<td>gateway.currency.code</td>\n<td>String</td>\n<td>The currency code.</td>\n</tr>\n<tr>\n<td>gateway.currency.symbol_left</td>\n<td>String</td>\n<td>The currency symbol.</td>\n</tr>\n<tr>\n<td>gateway.currency.id</td>\n<td>Integer</td>\n<td>The currency ID.</td>\n</tr>\n<tr>\n<td>gateway.fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway fields.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the global gateway fields.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.global_monthly_cap</td>\n<td>Float</td>\n<td>The gateway profile global monthly cap.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.customer_service_number</td>\n<td>String</td>\n<td>The gateway profile customer service number.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.descriptor</td>\n<td>String</td>\n<td>The gateway profile descriptor.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.merchant_id</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.customer_service_email</td>\n<td>String</td>\n<td>The gateway profile customer service from email.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.customer_service_email_from</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.mid_group</td>\n<td>String</td>\n<td>The gateway profile MID group.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.vertical</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile vertical.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.vertical.id</td>\n<td>Integer</td>\n<td>The gateway vertical ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.vertical.option</td>\n<td>String</td>\n<td>The gateway vertical option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.processor</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile processor.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.processor.id</td>\n<td>Integer</td>\n<td>The gateway profile processor ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.processor.option</td>\n<td>String</td>\n<td>The gateway processor option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.url</td>\n<td>String</td>\n<td>The merchant gateway website URL.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cancellation_url</td>\n<td>String</td>\n<td>The merchant gateway cancellation URL.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cvv</td>\n<td>Object</td>\n<td>Object that contains data pertaining to gateway profile CVV configuration.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cvv.id</td>\n<td>Integer</td>\n<td>The CVV option ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.cvv.option</td>\n<td>String</td>\n<td>The CVV option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.transaction_fee</td>\n<td>Float</td>\n<td>The gateway profile transaction fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.chargeback_fee</td>\n<td>Float</td>\n<td>The gateway profile chargeback fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_percent</td>\n<td>Float</td>\n<td>The gateway profile reserve percentage.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile reserve term.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term.id</td>\n<td>Integer</td>\n<td>The reserve term ID.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term.option</td>\n<td>String</td>\n<td>the reserve term option name.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_term_days</td>\n<td>Integer</td>\n<td>The gateway profile reserve term, in days.</td>\n</tr>\n<tr>\n<td>gateway.fields.global_fields.reserve_cap</td>\n<td>Float</td>\n<td>The gateway profile reserve cap amount.</td>\n</tr>\n<tr>\n<td>gateway.fields.account_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the account-specific gateway fields. The fields contained withing will change depending upon the gateway account selected.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to merchant fee gateway fields.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.monthly_fee</td>\n<td>Float</td>\n<td>The gateway profile monthly fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.batch_fee</td>\n<td>Float</td>\n<td>The gateway profile batch fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.visa</td>\n<td>Float</td>\n<td>The gateway profile Visa fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.mastercard</td>\n<td>Float</td>\n<td>The gateway profile Mastercard fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.discover</td>\n<td>Float</td>\n<td>The gateway profile Discover fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.american_express</td>\n<td>Float</td>\n<td>The gateway profile American Express fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.other</td>\n<td>Float</td>\n<td>The gateway profile Miscellaneous fee.</td>\n</tr>\n<tr>\n<td>gateway.fields.fee_fields.refund_processing_fee</td>\n<td>Float</td>\n<td>The gateway profile refund processing fee.</td>\n</tr>\n<tr>\n<td>alternative_payments</td>\n<td>Array</td>\n<td>Array of alternative payment field objects.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the alternative payment provider profile.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.account_id</td>\n<td>Integer</td>\n<td>The gateway account ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.id</td>\n<td>Integer</td>\n<td>The gateway profile ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.alias</td>\n<td>String</td>\n<td>The gateway proofile alias.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.account_name</td>\n<td>String</td>\n<td>The gateway account name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway currency.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.title</td>\n<td>String</td>\n<td>The currency title.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.code</td>\n<td>String</td>\n<td>The currency code.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.symbol_left</td>\n<td>String</td>\n<td>The currency symbol.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.currency.id</td>\n<td>Integer</td>\n<td>The currency ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway fields.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the global gateway fields.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.global_monthly_cap</td>\n<td>Float</td>\n<td>The gateway profile global monthly cap.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.customer_service_number</td>\n<td>String</td>\n<td>The gateway profile customer service number.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.descriptor</td>\n<td>String</td>\n<td>The gateway profile descriptor.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.merchant_id</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.customer_service_email</td>\n<td>String</td>\n<td>The gateway profile customer service from email.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.customer_service_email_from</td>\n<td>String</td>\n<td>The gateway profile customer service email.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.mid_group</td>\n<td>String</td>\n<td>The gateway profile MID group.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.vertical</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile vertical.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.vertical.id</td>\n<td>Integer</td>\n<td>The gateway vertical ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.vertical.option</td>\n<td>String</td>\n<td>The gateway vertical option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.processor</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile processor.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.processor.id</td>\n<td>Integer</td>\n<td>The gateway profile processor ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.processor.option</td>\n<td>String</td>\n<td>The gateway processor option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.url</td>\n<td>String</td>\n<td>The merchant gateway website URL.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cancellation_url</td>\n<td>String</td>\n<td>The merchant gateway cancellation URL.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cvv</td>\n<td>Object</td>\n<td>Object that contains data pertaining to gateway profile CVV configuration.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cvv.id</td>\n<td>Integer</td>\n<td>The CVV option ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.cvv.option</td>\n<td>String</td>\n<td>The CVV option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.transaction_fee</td>\n<td>Float</td>\n<td>The gateway profile transaction fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.chargeback_fee</td>\n<td>Float</td>\n<td>The gateway profile chargeback fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_percent</td>\n<td>Float</td>\n<td>The gateway profile reserve percentage.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the gateway profile reserve term.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term.id</td>\n<td>Integer</td>\n<td>The reserve term ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term.option</td>\n<td>String</td>\n<td>the reserve term option name.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_term_days</td>\n<td>Integer</td>\n<td>The gateway profile reserve term, in days.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.global_fields.reserve_cap</td>\n<td>Float</td>\n<td>The gateway profile reserve cap amount.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.account_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the account-specific gateway fields. The fields contained withing will change depending upon the gateway account selected.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields</td>\n<td>Object</td>\n<td>Object that contains data pertaining to merchant fee gateway fields.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.monthly_fee</td>\n<td>Float</td>\n<td>The gateway profile monthly fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.batch_fee</td>\n<td>Float</td>\n<td>The gateway profile batch fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.visa</td>\n<td>Float</td>\n<td>The gateway profile Visa fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.mastercard</td>\n<td>Float</td>\n<td>The gateway profile Mastercard fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.discover</td>\n<td>Float</td>\n<td>The gateway profile Discover fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.american_express</td>\n<td>Float</td>\n<td>The gateway profile American Express fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.other</td>\n<td>Float</td>\n<td>The gateway profile Miscellaneous fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.provider.fields.fee_fields.refund_processing_fee</td>\n<td>Float</td>\n<td>The gateway profile refund processing fee.</td>\n</tr>\n<tr>\n<td>alternative_payments.payment_method</td>\n<td>String</td>\n<td>The gateway profile payment method name.</td>\n</tr>\n<tr>\n<td>shipping_profiles</td>\n<td>Array</td>\n<td>Array of shipping method profile objects.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.freight_code</td>\n<td>String</td>\n<td>The shipping method freight code.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.threshold_amount</td>\n<td>Float</td>\n<td>The shipping method threshold amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.threshold_charge_amount</td>\n<td>Float</td>\n<td>The shipping method threshold charge amount. This will be the shipping price when the order total reaches the threshold_amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.id</td>\n<td>Integer</td>\n<td>The shipping method id.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.name</td>\n<td>String</td>\n<td>The shipping method name.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.description</td>\n<td>String</td>\n<td>The shipping method description.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.amount_trial</td>\n<td>Float</td>\n<td>The shipping method initial order amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.amount_recurring</td>\n<td>Float</td>\n<td>The shipping method rebill order amount.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the shipping method type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.id</td>\n<td>Integer</td>\n<td>The shipping method type ID.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.name</td>\n<td>String</td>\n<td>The shipping method type name.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.code</td>\n<td>String</td>\n<td>The shipping method type code.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method type was created.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at.date</td>\n<td>String</td>\n<td>The shipping method type creation timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method type creation timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.created_at.timezone</td>\n<td>String</td>\n<td>The shipping method type creation timezone.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method type was last updated.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at.date</td>\n<td>String</td>\n<td>The shipping method type last updated timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method type last updated timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.type.updated_at.timezone</td>\n<td>String</td>\n<td>The shipping method type last updated timezone.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.service_code</td>\n<td>String</td>\n<td>The shipping method service code.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method was created.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at.date</td>\n<td>String</td>\n<td>The shipping method creation timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method creation timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.created_at.timezone</td>\n<td>String</td>\n<td>The shipping method creation timezone.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the shipping method was last updated.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at.date</td>\n<td>String</td>\n<td>The shipping method last updated timestamp.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The shipping method last updated timezone type.</td>\n</tr>\n<tr>\n<td>shipping_profiles.*.updated_at.timezone</td>\n<td>String</td>\n<td>The shipping method last updated timezone.</td>\n</tr>\n<tr>\n<td>return_profiles</td>\n<td>Array</td>\n<td>Array of return profile objects.</td>\n</tr>\n<tr>\n<td>return_profiles.*.id</td>\n<td>Integer</td>\n<td>The return profile ID.</td>\n</tr>\n<tr>\n<td>return_profiles.*.name</td>\n<td>String</td>\n<td>The return profile name.</td>\n</tr>\n<tr>\n<td>return_profiles.*.description</td>\n<td>String</td>\n<td>The return profile description.</td>\n</tr>\n<tr>\n<td>return_profiles.*.action_id</td>\n<td>Integer</td>\n<td>The return profile action ID.</td>\n</tr>\n<tr>\n<td>return_profiles.*.expired_action_id</td>\n<td>Integer</td>\n<td>The return profile expired action ID.</td>\n</tr>\n<tr>\n<td>return_profiles.*.rma_required_flag</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the return profile requires an RMA to be processed.</td>\n</tr>\n<tr>\n<td>return_profiles.*.expires</td>\n<td>Integer</td>\n<td>The return profile expiration, in days.</td>\n</tr>\n<tr>\n<td>return_profiles.*.policy_expires</td>\n<td>Integer</td>\n<td>The return profile policy expiration, in days.</td>\n</tr>\n<tr>\n<td>return_profiles.*.chargeback_flag</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the platform will prevent refunds on chargeback orders using the return profile.</td>\n</tr>\n<tr>\n<td>return_profiles.*.trial_flag</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the platform will abide by the return rules during rebill depth 0 and 1.</td>\n</tr>\n<tr>\n<td>return_profiles.*.active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the return profile is active.</td>\n</tr>\n<tr>\n<td>return_profiles.*.deleted</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the return profile is deleted.</td>\n</tr>\n<tr>\n<td>return_profiles.*.date_in</td>\n<td>String</td>\n<td>The return profile creation timestamp.</td>\n</tr>\n<tr>\n<td>return_profiles.*.update_in</td>\n<td>String</td>\n<td>The shipping method last updated timestamp.</td>\n</tr>\n<tr>\n<td>return_profiles.*.created_id</td>\n<td>Integer</td>\n<td>The admin user ID that created the return profile.</td>\n</tr>\n<tr>\n<td>return_profiles.*.updated_id</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the return profile.</td>\n</tr>\n<tr>\n<td>postback_profiles</td>\n<td>Array</td>\n<td>Array of postback profile objects.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.id</td>\n<td>Integer</td>\n<td>The postback profile ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.name</td>\n<td>String</td>\n<td>The postback profile name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.type_id</td>\n<td>Integer</td>\n<td>The postback profile type ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.url</td>\n<td>String</td>\n<td>The postback tokenized URL.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.is_active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the postback profile is active.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.is_global</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the postback profile is global (Will execute for all campaigns).</td>\n</tr>\n<tr>\n<td>postback_profiles.*.created_at</td>\n<td>String</td>\n<td>The postback profile creation timestamp.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updated_at</td>\n<td>String</td>\n<td>The postback profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.http_method</td>\n<td>String</td>\n<td>The postback profile HTTP method name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.type</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers</td>\n<td>Array</td>\n<td>Array of HTTP header objects.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.id</td>\n<td>Integer</td>\n<td>The postback profile header ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.postback_id</td>\n<td>Integer</td>\n<td>The postback profile ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.key</td>\n<td>String</td>\n<td>The postback profile header field name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.value</td>\n<td>String</td>\n<td>The postback profile header field value.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the header.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the header.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.created_at</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.updated_at</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.headers.*.deleted_at</td>\n<td>String</td>\n<td>The postback profile type name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.campaigns</td>\n<td>Integer[]</td>\n<td>Array of campaign IDs.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.triggers</td>\n<td>Object</td>\n<td>Object containing arrays of action IDs, indexed by trigger ID (i.e. <code>{\"5\": [23]}</code>).</td>\n</tr>\n<tr>\n<td>postback_profiles.*.trigger_type_id</td>\n<td>Integer</td>\n<td>The trigger type ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the postback profile.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the postback profile.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>postback_profiles.*.updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles</td>\n<td>Array</td>\n<td>Array of coupon profile objects.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.id</td>\n<td>Integer</td>\n<td>The coupon profile ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.type_id</td>\n<td>Integer</td>\n<td>The coupon profile type ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.name</td>\n<td>String</td>\n<td>The coupon profile name.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.description</td>\n<td>String</td>\n<td>The coupon profile description.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.use_count</td>\n<td>Integer</td>\n<td>The amount of total usages allowed for this coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_amt</td>\n<td>Float</td>\n<td>The coupon discount amount.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_pct</td>\n<td>Float</td>\n<td>The coupon discount percentage.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.minimum_purchase</td>\n<td>Float</td>\n<td>The coupon minimum purchase amount.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_lifetime</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the coupon profile promo codes are lifetime coupons.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.product_id</td>\n<td>Integer</td>\n<td>The product ID (DEPRECATED).</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.variant_id</td>\n<td>Integer</td>\n<td>The variant ID (DEPRECATED).</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.min_qty</td>\n<td>Integer</td>\n<td>The minimum quantity required to use a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.max_qty</td>\n<td>Integer</td>\n<td>The maximum quantity allowed when using a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_bogo</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the coupon profile promo codes are buy one get one free (BOGO).</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_amount</td>\n<td>Float</td>\n<td>The coupon discount amount.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.discount_percent</td>\n<td>Float</td>\n<td>The coupon discount percentage.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.minimum_quantity</td>\n<td>Integer</td>\n<td>The minimum quantity required to use a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.maximum_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed when using a promo code from the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_active</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the coupon profile is active.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the coupon profile was created.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at.date</td>\n<td>String</td>\n<td>The coupon profile creation timestamp.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at.timezone_type</td>\n<td>Integer</td>\n<td>The coupon profile creation timezone type.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.created_at.timezone</td>\n<td>String</td>\n<td>The coupon profile creation timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the coupon profile was last updated.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at.date</td>\n<td>String</td>\n<td>The coupon profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The coupon profile last updated timezone type.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updated_at.timezone</td>\n<td>String</td>\n<td>The coupon profile last updated timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to when the coupon profile was last updated.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at.date</td>\n<td>String</td>\n<td>The coupon profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at.timezone_type</td>\n<td>Integer</td>\n<td>The coupon profile last updated timezone type.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.expires_at.timezone</td>\n<td>String</td>\n<td>The coupon profile last updated timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.is_free_shipping</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not promo codes from the coupon profile grant free shipping.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.promo_code_count</td>\n<td>Integer</td>\n<td>The amount of promo codes associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits</td>\n<td>Object</td>\n<td>Object that contains data pertaining to coupon profile limits.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.total</td>\n<td>Integer</td>\n<td>The total coupon profile usage limit.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.per_customer</td>\n<td>Integer</td>\n<td>The coupon profile usage limit per customer.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.per_code</td>\n<td>Integer</td>\n<td>The coupon profile usage limit per promo code.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.limits.per_code_per_customer</td>\n<td>Integer</td>\n<td>The coupon profile usage limit per code, per customer.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the coupon profile.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products</td>\n<td>Array</td>\n<td>Array of coupon profile product objects.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.coupon_id</td>\n<td>Integer</td>\n<td>The coupon product ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.product_id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>coupon_profiles.*.products.*.variant_id</td>\n<td>Integer</td>\n<td>The product variant ID.</td>\n</tr>\n<tr>\n<td>fraud_profiles</td>\n<td>Integer[]</td>\n<td>Array of fraud profile IDs.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"104688a6-beef-421f-8f75-705ac669106c","name":"Get Campaigns","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Oct 2019 19:42:29 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"is_active\": 1,\n            \"id\": 1,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:27:53.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-15 08:44:11.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"archived_at\": null,\n            \"name\": \"General\",\n            \"description\": \"Everything\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:15:36.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-14 14:43:10.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 2,\n                            \"name\": \"Hat\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 3,\n                            \"name\": \"E-Magazine\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 4,\n                            \"name\": \"Shirt\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 5,\n                            \"name\": \"Limited Edition Slinky\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 6,\n                            \"name\": \"Beauty Box 1\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 7,\n                            \"name\": \"Beauty Box 2\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 8,\n                            \"name\": \"Beauty Box 3\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 9,\n                            \"name\": \"Beauty Box 4\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 10,\n                            \"name\": \"Beauty Box 5\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 11,\n                            \"name\": \"Beauty Box 6\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 12,\n                            \"name\": \"Lipstick\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 13,\n                            \"name\": \"Blush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 14,\n                            \"name\": \"Mascara\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 15,\n                            \"name\": \"Applicator Brush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 16,\n                            \"name\": \"Eyeshadow\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 2,\n                            \"name\": \"Straight Sale\",\n                            \"expire_cycles\": 1,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 14:31:18.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 0,\n                                \"name\": \"Straight Sale\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 999998,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM API\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 3,\n                            \"name\": \"Every 7 Days\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:41.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:09.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 1,\n                                \"name\": \"Bill by cycle\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 5,\n                            \"name\": \"First Sunday\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:01.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:31:22.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 3,\n                                \"name\": \"Bill by day\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 8,\n                            \"name\": \"Bi-Weekly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:33:58.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:56.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 1,\n                                \"name\": \"Bill by cycle\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 1\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Makeup Madness\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:16:04.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:42:15.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 12,\n                            \"name\": \"Lipstick\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 13,\n                            \"name\": \"Blush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 14,\n                            \"name\": \"Mascara\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 16,\n                            \"name\": \"Eyeshadow\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 2,\n                            \"name\": \"Straight Sale\",\n                            \"expire_cycles\": 1,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 14:31:18.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 0,\n                                \"name\": \"Straight Sale\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 999998,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM API\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": {\n                        \"is_custom_duration\": 1,\n                        \"days\": 30,\n                        \"is_custom_price\": 0,\n                        \"price\": null,\n                        \"is_delayed_billing\": 0,\n                        \"delayed_billing\": []\n                    },\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 1,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 2\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Movie Club\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:16:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:51:51.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 2,\n                            \"name\": \"Straight Sale\",\n                            \"expire_cycles\": 1,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 14:31:18.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 0,\n                                \"name\": \"Straight Sale\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 999998,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM API\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": {\n                                \"percent\": 20,\n                                \"amount\": \"0.00\"\n                            }\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 3\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Movie Of the Month\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:17:45.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:51:33.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Prepaid\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:17:45\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 12,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 4\n                    }\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Movie Club Quarterly\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:19:10.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:50:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Prepaid\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 1,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:19:10\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 4,\n                                \"discount_value\": \"15.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 6\n                    }\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"Movie Club Quarterly (Non-refundable)\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:19:56.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:50:02.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Prepaid\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 0,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:19:56\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 4,\n                                \"discount_value\": \"15.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 7\n                    }\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"Movie Club w/Hat\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 1,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:21:05.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:59:19.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 2,\n                            \"name\": \"Hat\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Prepaid\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:21:05\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 2,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": [\n                        {\n                            \"cycle_depth\": 0,\n                            \"product_id\": 1\n                        }\n                    ],\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 8\n                    }\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"Makeup Quarterly\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 4,\n                    \"is_seasonal\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:22:01.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:55:24.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [],\n                    \"billing_models\": [\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 3,\n                        \"name\": \"Seasonal\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": [\n                        {\n                            \"product_id\": 12,\n                            \"position\": 1\n                        },\n                        {\n                            \"product_id\": 13,\n                            \"position\": 2\n                        },\n                        {\n                            \"product_id\": 14,\n                            \"position\": 3\n                        },\n                        {\n                            \"product_id\": 16,\n                            \"position\": 4\n                        }\n                    ],\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 9\n                    }\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"Makeup Quarterly (Prepaid)\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 4,\n                    \"is_seasonal\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:22:41.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:57:48.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [],\n                    \"billing_models\": [\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 3,\n                        \"name\": \"Seasonal\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:22:41\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 4,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": [\n                        {\n                            \"product_id\": 12,\n                            \"position\": 1\n                        },\n                        {\n                            \"product_id\": 13,\n                            \"position\": 2\n                        },\n                        {\n                            \"product_id\": 14,\n                            \"position\": 3\n                        },\n                        {\n                            \"product_id\": 16,\n                            \"position\": 4\n                        }\n                    ],\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 10\n                    }\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Makeup Quarterly (Prepaid no renew)\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 4,\n                    \"is_seasonal\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:23:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:00:44.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [],\n                    \"billing_models\": [\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 3,\n                        \"name\": \"Seasonal\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Hold\",\n                        \"description\": \"On the last cycle place the subscription on hold\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 0,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:23:28\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 4,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": [\n                        {\n                            \"product_id\": 12,\n                            \"position\": 1\n                        },\n                        {\n                            \"product_id\": 13,\n                            \"position\": 2\n                        },\n                        {\n                            \"product_id\": 14,\n                            \"position\": 3\n                        },\n                        {\n                            \"product_id\": 16,\n                            \"position\": 4\n                        }\n                    ],\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 11\n                    }\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Makeup Quarterly (Prepaid cancellation)\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 4,\n                    \"is_seasonal\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:24:16.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:03:16.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [],\n                    \"billing_models\": [\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 3,\n                        \"name\": \"Seasonal\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 1,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:24:16\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 4,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": [\n                        {\n                            \"product_id\": 12,\n                            \"position\": 1\n                        },\n                        {\n                            \"product_id\": 13,\n                            \"position\": 2\n                        },\n                        {\n                            \"product_id\": 14,\n                            \"position\": 3\n                        },\n                        {\n                            \"product_id\": 16,\n                            \"position\": 4\n                        }\n                    ],\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 12\n                    }\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Makeup Quarterly (Prepaid no refund)\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 4,\n                    \"is_seasonal\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:25:05.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:03:55.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [],\n                    \"billing_models\": [\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 3,\n                        \"name\": \"Seasonal\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 0,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:25:05\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 4,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": [\n                        {\n                            \"product_id\": 12,\n                            \"position\": 1\n                        },\n                        {\n                            \"product_id\": 13,\n                            \"position\": 2\n                        },\n                        {\n                            \"product_id\": 14,\n                            \"position\": 3\n                        },\n                        {\n                            \"product_id\": 16,\n                            \"position\": 4\n                        }\n                    ],\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 13\n                    }\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"Makup Line\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 3,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:34:09.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:06:19.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 12,\n                            \"name\": \"Lipstick\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Hold\",\n                        \"description\": \"On the last cycle place the subscription on hold\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": [\n                        {\n                            \"cycle_depth\": 0,\n                            \"product_id\": 13\n                        },\n                        {\n                            \"cycle_depth\": 1,\n                            \"product_id\": 14\n                        },\n                        {\n                            \"cycle_depth\": 2,\n                            \"product_id\": 16\n                        }\n                    ],\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 14\n                    }\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Makeup Simple\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-05-14 14:43:30.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:12:33.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 0,\n                            \"id\": 12,\n                            \"name\": \"Lipstick\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 0,\n                            \"id\": 13,\n                            \"name\": \"Blush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 0,\n                            \"id\": 14,\n                            \"name\": \"Mascara\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 15,\n                            \"name\": \"Applicator Brush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": {\n                        \"is_custom_duration\": 1,\n                        \"days\": 30,\n                        \"is_custom_price\": 0,\n                        \"price\": null,\n                        \"is_delayed_billing\": 0,\n                        \"delayed_billing\": []\n                    },\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 1,\n                    \"pivot\": {\n                        \"campaign_id\": 1,\n                        \"offer_id\": 15\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 1,\n                \"name\": \"Affiliate\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Standard Shipping\",\n                    \"amount_trial\": \"4.95\",\n                    \"amount_recurring\": \"4.95\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:33:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:25:41.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Free Initial\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"5.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:26:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Trial Only\",\n                    \"amount_trial\": \"5.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:26:39.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Priority\",\n                    \"amount_trial\": \"10.00\",\n                    \"amount_recurring\": \"10.00\",\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Priority Mail\",\n                        \"code\": \"PRIORITY\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:27:06.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Five Off\",\n                    \"description\": \"Coupon\",\n                    \"use_count\": 1,\n                    \"discount_amt\": \"5.00\",\n                    \"discount_pct\": \"0.00\",\n                    \"minimum_purchase\": \"0.00\",\n                    \"is_lifetime\": 0,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:03:05.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:30:30.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 0,\n                    \"promo_code_count\": 2,\n                    \"limits\": null,\n                    \"creator\": {\n                        \"department_id\": 3,\n                        \"id\": 2,\n                        \"is_active\": 1,\n                        \"name\": \"Primary Admin\",\n                        \"email\": \"developers@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 2,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:28:55.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-15 08:44:01.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"archived_at\": null,\n            \"name\": \"Coupons\",\n            \"description\": \"Coupons\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:15:36.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-14 14:43:10.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 2,\n                            \"name\": \"Hat\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 3,\n                            \"name\": \"E-Magazine\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 4,\n                            \"name\": \"Shirt\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 5,\n                            \"name\": \"Limited Edition Slinky\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 6,\n                            \"name\": \"Beauty Box 1\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 7,\n                            \"name\": \"Beauty Box 2\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 8,\n                            \"name\": \"Beauty Box 3\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 9,\n                            \"name\": \"Beauty Box 4\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 10,\n                            \"name\": \"Beauty Box 5\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 11,\n                            \"name\": \"Beauty Box 6\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 12,\n                            \"name\": \"Lipstick\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 13,\n                            \"name\": \"Blush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 14,\n                            \"name\": \"Mascara\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 15,\n                            \"name\": \"Applicator Brush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 16,\n                            \"name\": \"Eyeshadow\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 2,\n                            \"name\": \"Straight Sale\",\n                            \"expire_cycles\": 1,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 14:31:18.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 0,\n                                \"name\": \"Straight Sale\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 999998,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM API\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 3,\n                            \"name\": \"Every 7 Days\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:41.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:09.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 1,\n                                \"name\": \"Bill by cycle\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 5,\n                            \"name\": \"First Sunday\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:01.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:31:22.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 3,\n                                \"name\": \"Bill by day\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 8,\n                            \"name\": \"Bi-Weekly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:33:58.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:56.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 1,\n                                \"name\": \"Bill by cycle\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 2,\n                        \"offer_id\": 1\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 1,\n                \"name\": \"Affiliate\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Campaign/OrderType Postback 1556566561\",\n                    \"type_id\": 1,\n                    \"url\": \"https://www.google.com?OrderID={order_id}&TimeStamp={order_date_time}\",\n                    \"is_active\": 1,\n                    \"is_global\": 0,\n                    \"created_at\": \"2019-04-29 15:36:18\",\n                    \"updated_at\": \"2019-04-29 15:36:18\",\n                    \"http_method\": \"POST\",\n                    \"type\": \"Order\",\n                    \"headers\": [\n                        {\n                            \"id\": 3,\n                            \"postback_id\": 3,\n                            \"key\": \"Header\",\n                            \"value\": \"Value\",\n                            \"created_by\": 2,\n                            \"updated_by\": 0,\n                            \"created_at\": \"2019-04-29 15:36:18\",\n                            \"updated_at\": \"2019-04-29 15:36:18\",\n                            \"deleted_at\": null\n                        }\n                    ],\n                    \"campaigns\": [\n                        2,\n                        13,\n                        14,\n                        15,\n                        16,\n                        34,\n                        41,\n                        42\n                    ],\n                    \"triggers\": {\n                        \"1\": [\n                            1\n                        ],\n                        \"2\": [\n                            4\n                        ],\n                        \"3\": [\n                            7\n                        ]\n                    },\n                    \"trigger_type_id\": 1,\n                    \"creator\": {\n                        \"department_id\": 3,\n                        \"id\": 2,\n                        \"is_active\": 1,\n                        \"name\": \"Primary Admin\",\n                        \"email\": \"developers@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Campaign/OrderAction Postback 1556566581\",\n                    \"type_id\": 1,\n                    \"url\": \"https://www.google.com?OrderID={order_id}&TimeStamp={order_date_time}\",\n                    \"is_active\": 1,\n                    \"is_global\": 0,\n                    \"created_at\": \"2019-04-29 15:36:39\",\n                    \"updated_at\": \"2019-04-29 15:36:39\",\n                    \"http_method\": \"GET\",\n                    \"type\": \"Order\",\n                    \"headers\": [\n                        {\n                            \"id\": 4,\n                            \"postback_id\": 4,\n                            \"key\": \"Header\",\n                            \"value\": \"Value\",\n                            \"created_by\": 2,\n                            \"updated_by\": 0,\n                            \"created_at\": \"2019-04-29 15:36:39\",\n                            \"updated_at\": \"2019-04-29 15:36:39\",\n                            \"deleted_at\": null\n                        }\n                    ],\n                    \"campaigns\": [\n                        2,\n                        13,\n                        14,\n                        15,\n                        16,\n                        34,\n                        41,\n                        42\n                    ],\n                    \"triggers\": {\n                        \"4\": [\n                            10\n                        ]\n                    },\n                    \"trigger_type_id\": 2,\n                    \"creator\": {\n                        \"department_id\": 3,\n                        \"id\": 2,\n                        \"is_active\": 1,\n                        \"name\": \"Primary Admin\",\n                        \"email\": \"developers@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": null\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Campaign/Prospect Postback 1556566618\",\n                    \"type_id\": 2,\n                    \"url\": \"https://www.google.com?ProspectID={prospect_id}&DateCreated={date_created}\",\n                    \"is_active\": 1,\n                    \"is_global\": 0,\n                    \"created_at\": \"2019-04-29 15:37:12\",\n                    \"updated_at\": \"2019-04-29 15:37:12\",\n                    \"http_method\": \"GET\",\n                    \"type\": \"Prospect\",\n                    \"headers\": [\n                        {\n                            \"id\": 6,\n                            \"postback_id\": 6,\n                            \"key\": \"Header\",\n                            \"value\": \"Value\",\n                            \"created_by\": 2,\n                            \"updated_by\": 0,\n                            \"created_at\": \"2019-04-29 15:37:12\",\n                            \"updated_at\": \"2019-04-29 15:37:12\",\n                            \"deleted_at\": null\n                        }\n                    ],\n                    \"campaigns\": [\n                        2,\n                        13,\n                        14,\n                        15,\n                        16,\n                        42\n                    ],\n                    \"triggers\": [],\n                    \"trigger_type_id\": null,\n                    \"creator\": {\n                        \"department_id\": 3,\n                        \"id\": 2,\n                        \"is_active\": 1,\n                        \"name\": \"Primary Admin\",\n                        \"email\": \"developers@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": null\n                }\n            ],\n            \"coupon_profiles\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Five Off\",\n                    \"description\": \"Coupon\",\n                    \"use_count\": 1,\n                    \"discount_amt\": \"5.00\",\n                    \"discount_pct\": \"0.00\",\n                    \"minimum_purchase\": \"0.00\",\n                    \"is_lifetime\": 0,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:03:05.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:30:30.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 0,\n                    \"promo_code_count\": 2,\n                    \"limits\": null,\n                    \"creator\": {\n                        \"department_id\": 3,\n                        \"id\": 2,\n                        \"is_active\": 1,\n                        \"name\": \"Primary Admin\",\n                        \"email\": \"developers@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"Maximum Power\",\n                    \"description\": \"Free\",\n                    \"use_count\": 0,\n                    \"discount_amt\": \"0.00\",\n                    \"discount_pct\": \"100.00\",\n                    \"minimum_purchase\": \"0.00\",\n                    \"is_lifetime\": 1,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:40:53.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:40:53.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 0,\n                    \"promo_code_count\": 1,\n                    \"limits\": {\n                        \"total\": 1,\n                        \"per_customer\": 0,\n                        \"per_code\": 0,\n                        \"per_code_per_customer\": 0\n                    },\n                    \"creator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Fire Sale\",\n                    \"description\": \"Limited time\",\n                    \"use_count\": 0,\n                    \"discount_amt\": \"0.00\",\n                    \"discount_pct\": \"90.00\",\n                    \"minimum_purchase\": \"10.00\",\n                    \"is_lifetime\": 0,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:39:31.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:39:31.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 0,\n                    \"promo_code_count\": 3,\n                    \"limits\": {\n                        \"total\": 90,\n                        \"per_customer\": 1,\n                        \"per_code\": 30,\n                        \"per_code_per_customer\": 1\n                    },\n                    \"creator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Lifetime 10%\",\n                    \"description\": \"Lifetime 10%\",\n                    \"use_count\": 0,\n                    \"discount_amt\": \"0.00\",\n                    \"discount_pct\": \"10.00\",\n                    \"minimum_purchase\": \"0.00\",\n                    \"is_lifetime\": 1,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:37:08.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:37:08.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 0,\n                    \"promo_code_count\": 1,\n                    \"limits\": null,\n                    \"creator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Free ship\",\n                    \"description\": \"Free shipping\",\n                    \"use_count\": 0,\n                    \"discount_amt\": \"0.00\",\n                    \"discount_pct\": \"0.00\",\n                    \"minimum_purchase\": \"0.00\",\n                    \"is_lifetime\": 0,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:36:18.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:36:18.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 1,\n                    \"promo_code_count\": 1,\n                    \"limits\": null,\n                    \"creator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Half off priority ship\",\n                    \"description\": \"Half off priority shipping\",\n                    \"use_count\": 0,\n                    \"discount_amt\": \"0.00\",\n                    \"discount_pct\": \"50.00\",\n                    \"minimum_purchase\": \"0.00\",\n                    \"is_lifetime\": 0,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:31:43.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:35:45.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 0,\n                    \"promo_code_count\": 2,\n                    \"limits\": null,\n                    \"creator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"One Off Each\",\n                    \"description\": \"$1 off each product\",\n                    \"use_count\": 0,\n                    \"discount_amt\": \"1.00\",\n                    \"discount_pct\": \"0.00\",\n                    \"minimum_purchase\": \"0.00\",\n                    \"is_lifetime\": 0,\n                    \"is_active\": 1,\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:30:23.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:30:23.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"expires_at\": null,\n                    \"is_free_shipping\": 0,\n                    \"promo_code_count\": 1,\n                    \"limits\": null,\n                    \"creator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    },\n                    \"updator\": {\n                        \"department_id\": 0,\n                        \"id\": 1,\n                        \"is_active\": 1,\n                        \"name\": \"Lime Light CRM\",\n                        \"email\": \"admin@limelightcrm.com\",\n                        \"call_center_provider_id\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 3,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:35:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-15 08:56:33.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"archived_at\": null,\n            \"name\": \"Payment Routing\",\n            \"description\": \"Payment Routing\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 14,\n                    \"name\": \"Makup Line\",\n                    \"cycle_type_id\": 2,\n                    \"expire_cycles\": 3,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:34:09.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:06:19.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 12,\n                            \"name\": \"Lipstick\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Hold\",\n                        \"description\": \"On the last cycle place the subscription on hold\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": [\n                        {\n                            \"cycle_depth\": 0,\n                            \"product_id\": 13\n                        },\n                        {\n                            \"cycle_depth\": 1,\n                            \"product_id\": 14\n                        },\n                        {\n                            \"cycle_depth\": 2,\n                            \"product_id\": 16\n                        }\n                    ],\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 3,\n                        \"offer_id\": 14\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 1,\n                \"name\": \"Affiliate\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 157,\n                \"id\": 16,\n                \"alias\": \"Cest Gateway Simulator  1556566455\",\n                \"account_name\": \"Gateway Simulator\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Standard Shipping\",\n                    \"amount_trial\": \"4.95\",\n                    \"amount_recurring\": \"4.95\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:33:50.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:25:41.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Free Initial\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"5.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:26:21.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Trial Only\",\n                    \"amount_trial\": \"5.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:26:39.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Priority\",\n                    \"amount_trial\": \"10.00\",\n                    \"amount_recurring\": \"10.00\",\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Priority Mail\",\n                        \"code\": \"PRIORITY\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": null\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-05-15 08:27:06.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 4,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-07-03 08:04:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"archived_at\": null,\n            \"name\": \"WebShield Digital\",\n            \"description\": \"WebShield Digital\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"WebShield\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-07-03 07:58:46.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null,\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 18,\n                            \"name\": \"WebShield 1 Year License\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 19,\n                            \"name\": \"WebShield 30 Day Live Tech Monthly\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 9,\n                            \"name\": \"Yearly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-07-03 07:58:08.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 4,\n                        \"offer_id\": 17\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 2,\n                \"name\": \"Email\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 5,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-08-01 15:14:13.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-08-01 15:15:31.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"archived_at\": null,\n            \"name\": \"USA Only\",\n            \"description\": \"WebShield Digital\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"WebShield\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-07-03 07:58:46.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null,\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 18,\n                            \"name\": \"WebShield 1 Year License\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 19,\n                            \"name\": \"WebShield 30 Day Live Tech Monthly\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 9,\n                            \"name\": \"Yearly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-07-03 07:58:08.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 5,\n                        \"offer_id\": 17\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 2,\n                \"name\": \"Email\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 6,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-08-01 15:14:19.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-08-01 15:15:51.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"archived_at\": null,\n            \"name\": \"USA and More\",\n            \"description\": \"WebShield Digital\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"WebShield\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-07-03 07:58:46.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null,\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 18,\n                            \"name\": \"WebShield 1 Year License\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 19,\n                            \"name\": \"WebShield 30 Day Live Tech Monthly\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 9,\n                            \"name\": \"Yearly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-07-03 07:58:08.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 6,\n                        \"offer_id\": 17\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 2,\n                \"name\": \"Email\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 7,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-08-01 15:14:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-08-01 15:16:11.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"archived_at\": null,\n            \"name\": \"No USA\",\n            \"description\": \"WebShield Digital\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"WebShield\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-07-03 07:58:46.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": null,\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 18,\n                            \"name\": \"WebShield 1 Year License\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 19,\n                            \"name\": \"WebShield 30 Day Live Tech Monthly\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 9,\n                            \"name\": \"Yearly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-07-03 07:58:08.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 7,\n                        \"offer_id\": 17\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 2,\n                \"name\": \"Email\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 8,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-08-14 14:47:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"archived_at\": null,\n            \"name\": \"Paysafe Campaign\",\n            \"description\": \"\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:15:36.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-14 14:43:10.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 2,\n                            \"name\": \"Hat\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 3,\n                            \"name\": \"E-Magazine\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 4,\n                            \"name\": \"Shirt\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 5,\n                            \"name\": \"Limited Edition Slinky\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 6,\n                            \"name\": \"Beauty Box 1\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 7,\n                            \"name\": \"Beauty Box 2\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 8,\n                            \"name\": \"Beauty Box 3\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 9,\n                            \"name\": \"Beauty Box 4\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 10,\n                            \"name\": \"Beauty Box 5\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 11,\n                            \"name\": \"Beauty Box 6\",\n                            \"is_bundle\": 1,\n                            \"is_custom_bundle\": 1\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 12,\n                            \"name\": \"Lipstick\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 13,\n                            \"name\": \"Blush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 14,\n                            \"name\": \"Mascara\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 15,\n                            \"name\": \"Applicator Brush\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        },\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 16,\n                            \"name\": \"Eyeshadow\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 2,\n                            \"name\": \"Straight Sale\",\n                            \"expire_cycles\": 1,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 14:31:18.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 0,\n                                \"name\": \"Straight Sale\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 0,\n                                \"id\": 999998,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM API\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 3,\n                            \"name\": \"Every 7 Days\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:41.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:09.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 1,\n                                \"name\": \"Bill by cycle\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 5,\n                            \"name\": \"First Sunday\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:01.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:31:22.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 3,\n                                \"name\": \"Bill by day\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 6,\n                            \"name\": \"Quarterly 15th\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 5,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:14.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": null,\n                            \"type\": {\n                                \"id\": 4,\n                                \"name\": \"Bill by schedule\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": null,\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 7,\n                            \"name\": \"Monthly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:15:24.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:28.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 5,\n                                \"name\": \"Bill by relative date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        },\n                        {\n                            \"id\": 8,\n                            \"name\": \"Bi-Weekly\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:33:58.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:36:56.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 1,\n                                \"name\": \"Bill by cycle\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 0,\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Standard\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": null,\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 8,\n                        \"offer_id\": 1\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 2,\n                \"name\": \"Email\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 181,\n                \"id\": 22,\n                \"alias\": \"NMI Paysafe\",\n                \"account_name\": \"NMI Paysafe Processing Continuity (5968 ONLY)\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 9,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-08-15 15:56:42.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"archived_at\": null,\n            \"name\": \"My Campaign With No Sales Tax Profiles\",\n            \"description\": \"Desc\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Movie Of the Month\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:17:45.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:51:33.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Prepaid\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:17:45\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 12,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 9,\n                        \"offer_id\": 4\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 9,\n                \"name\": \"TV\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"ELO\",\n                    \"value\": \"elo\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        },\n        {\n            \"is_active\": 1,\n            \"id\": 10,\n            \"is_archived\": 0,\n            \"is_prepaid_blocked\": 0,\n            \"is_custom_price_allowed\": 0,\n            \"is_avs_enabled\": 0,\n            \"is_collections_enabled\": 0,\n            \"created_at\": {\n                \"date\": \"2019-08-15 15:56:57.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-08-15 15:57:48.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"archived_at\": null,\n            \"name\": \"My Campaign With Sales Tax Profiles\",\n            \"description\": \"Desc\",\n            \"pre_auth_amount\": \"0.00\",\n            \"offers\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Movie Of the Month\",\n                    \"cycle_type_id\": 1,\n                    \"expire_cycles\": 0,\n                    \"is_seasonal\": 0,\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:17:45.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 07:51:33.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"is_archived\": 0,\n                    \"products\": [\n                        {\n                            \"is_trial_allowed\": 1,\n                            \"id\": 1,\n                            \"name\": \"Movie Ticket\",\n                            \"is_bundle\": 0,\n                            \"is_custom_bundle\": 0\n                        }\n                    ],\n                    \"billing_models\": [\n                        {\n                            \"id\": 4,\n                            \"name\": \"First of Every Month\",\n                            \"expire_cycles\": 0,\n                            \"buffer_days\": 0,\n                            \"created_at\": {\n                                \"date\": \"2019-04-29 15:14:51.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"updated_at\": {\n                                \"date\": \"2019-05-14 14:30:55.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"America/New_York\"\n                            },\n                            \"type\": {\n                                \"id\": 2,\n                                \"name\": \"Bill by date\"\n                            },\n                            \"creator\": {\n                                \"department_id\": 3,\n                                \"id\": 2,\n                                \"is_active\": 1,\n                                \"name\": \"Primary Admin\",\n                                \"email\": \"developers@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"updator\": {\n                                \"department_id\": 0,\n                                \"id\": 1,\n                                \"is_active\": 1,\n                                \"name\": \"Lime Light CRM\",\n                                \"email\": \"admin@limelightcrm.com\",\n                                \"call_center_provider_id\": 0\n                            },\n                            \"discount\": null\n                        }\n                    ],\n                    \"is_prepaid\": 1,\n                    \"type\": {\n                        \"id\": 2,\n                        \"name\": \"Prepaid\"\n                    },\n                    \"cycle_type\": {\n                        \"id\": 1,\n                        \"name\": \"Self Recurring\"\n                    },\n                    \"terminating_cycle_type\": {\n                        \"id\": 2,\n                        \"name\": \"Self recur\",\n                        \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n                    },\n                    \"prepaid_profile\": {\n                        \"is_subscription\": 1,\n                        \"is_cancel_immediate\": 0,\n                        \"is_refund_allowed\": 1,\n                        \"is_initial_shipping_on_restart\": 0,\n                        \"created_at\": \"2019-04-29 15:17:45\",\n                        \"updated_at\": null,\n                        \"terms\": [\n                            {\n                                \"cycles\": 12,\n                                \"discount_value\": \"10.00\",\n                                \"discount_type\": {\n                                    \"id\": 1,\n                                    \"name\": \"Percent\"\n                                }\n                            }\n                        ]\n                    },\n                    \"trial\": [],\n                    \"cycle_products\": null,\n                    \"seasonal_products\": null,\n                    \"is_trial\": 0,\n                    \"pivot\": {\n                        \"campaign_id\": 10,\n                        \"offer_id\": 4\n                    }\n                }\n            ],\n            \"channel\": {\n                \"id\": 9,\n                \"name\": \"TV\"\n            },\n            \"payment_methods\": [\n                {\n                    \"label\": \"American Express\",\n                    \"value\": \"amex\"\n                },\n                {\n                    \"label\": \"Discover\",\n                    \"value\": \"discover\"\n                },\n                {\n                    \"label\": \"ELO\",\n                    \"value\": \"elo\"\n                },\n                {\n                    \"label\": \"Master Card\",\n                    \"value\": \"master\"\n                },\n                {\n                    \"label\": \"Visa\",\n                    \"value\": \"visa\"\n                }\n            ],\n            \"gateway\": {\n                \"account_id\": 10,\n                \"id\": 1,\n                \"alias\": \"Dry Run Testing\",\n                \"account_name\": \"Dry Run Testing\",\n                \"currency\": {\n                    \"title\": \"US Dollar\",\n                    \"code\": \"USD\",\n                    \"symbol_left\": \"$\",\n                    \"symbol_right\": \"\",\n                    \"decimal_point\": \".\",\n                    \"thousands_point\": \",\",\n                    \"decimal_places\": 2,\n                    \"html_entity_name\": \"$\",\n                    \"id\": 1\n                }\n            },\n            \"alternative_payments\": [],\n            \"shipping_profiles\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Free Shipping\",\n                    \"amount_trial\": \"0.00\",\n                    \"amount_recurring\": \"0.00\",\n                    \"type\": {\n                        \"id\": 1,\n                        \"name\": \"Basic Mail\",\n                        \"code\": \"BASIC\",\n                        \"created_at\": {\n                            \"date\": \"2019-04-29 14:31:21.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"updated_at\": {\n                            \"date\": \"2019-05-15 08:24:50.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"America/New_York\"\n                        }\n                    },\n                    \"created_at\": {\n                        \"date\": \"2019-04-29 15:09:28.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    },\n                    \"updated_at\": {\n                        \"date\": \"2019-05-15 08:24:59.000000\",\n                        \"timezone_type\": 3,\n                        \"timezone\": \"America/New_York\"\n                    }\n                }\n            ],\n            \"return_profiles\": [],\n            \"postback_profiles\": [],\n            \"coupon_profiles\": []\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998116/api/v2/campaigns?page=1\",\n    \"from\": 1,\n    \"last_page\": 4,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998116/api/v2/campaigns?page=4\",\n    \"next_page_url\": \"http://wade.dev2.limelightcrm.com/168998116/api/v2/campaigns?page=2\",\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998116/api/v2/campaigns\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 38\n}"},{"id":"754cf865-b251-4677-8d05-63bb0ed8a47c","name":"Get Campaigns","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns?mode=nutra","protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[{"key":"mode","value":"nutra"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"046f76f2-78f7-4779-8af5-93dfd4f8380d"},{"name":"Update Campaign","id":"c4803608-0d28-4195-8120-61eb05a1bce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Updated Name\",\n\t\"description\":\"This is where your updated description goes\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}","description":"<p>Update an existing campaign.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type (Max Length)</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String (255)</td>\n<td>The campaign name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String (1000)</td>\n<td>The campaign description.</td>\n</tr>\n<tr>\n<td>site_url</td>\n<td>Optional</td>\n<td>-</td>\n<td>String (255)</td>\n<td>The campaign site URL.</td>\n</tr>\n<tr>\n<td>is_prepaid_blocked</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not prepaid blocking is enabled.</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The channel ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>gateway_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The payment gateway ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The warehouse ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>fulfillment_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the fulfillment provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>check_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the check provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>membership_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the membership provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>call_confirm_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the call confirm provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>chargeback_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the chargeback provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>prospect_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the prospect provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>email_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The the email (autoresponder) provider ID associated with the campaign.</td>\n</tr>\n<tr>\n<td>tax_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The tax provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>account_updater_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The account updater provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>data_verification_provider_id</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>The data verification provider ID attached to the campaign.</td>\n</tr>\n<tr>\n<td>payment_methods</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of payment method names. See <code>Get Payment Methods</code> for values. Required if no alternative payment methods provided.</td>\n</tr>\n<tr>\n<td>alternative_payments</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of alternative payment method objects.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The payment gateway profile ID.</td>\n</tr>\n<tr>\n<td>alternative_payments.*.payment_method</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The payment method name. See <code>Get Payment Methods</code> for values. This name must be compatible with the alternative gateway ID provided.</td>\n</tr>\n<tr>\n<td>offers</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of offer IDs. Each offer ID must be an active and valid offer in the platform.</td>\n</tr>\n<tr>\n<td>countries</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of country IDs.</td>\n</tr>\n<tr>\n<td>shipping_profiles</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of shipping method IDs.</td>\n</tr>\n<tr>\n<td>return_profiles</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of return profile IDs.</td>\n</tr>\n<tr>\n<td>coupon_profiles</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of coupon profile IDs.</td>\n</tr>\n<tr>\n<td>postback_profiles</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of postback profile IDs.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{campaign_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4803608-0d28-4195-8120-61eb05a1bce3"},{"name":"Archive Campaign","id":"1c5f2674-d954-48f8-9b93-e864d3493e1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}/archive","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{campaign_id}}","archive"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"435b9826-4611-4ee7-bad6-cbcd41088d01","name":"Archive Campaign","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}/archive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Oct 2019 11:30:01 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"1c5f2674-d954-48f8-9b93-e864d3493e1c"},{"name":"Restore Campaign","id":"76305247-94ad-4580-ab8d-2b039d408321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}/restore","description":"<p>Restore an archived campaign.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{campaign_id}}","restore"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"0271f933-b33c-4a92-a7d4-ecd0bb75673a","name":"Restore Campaign","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}/restore"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Oct 2019 11:30:25 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"76305247-94ad-4580-ab8d-2b039d408321"},{"name":"Delete Campaign","id":"d03efc4f-d9cf-469a-806c-947780485348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}","description":"<p>Delete an existing campaign.</p>\n<p><strong>Note</strong><br />A campaign can <em>not</em> be deleted if products are attached</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{campaign_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}campaigns"],"query":[],"variable":[]}},"response":[{"id":"33f2677f-8bea-45ce-94a5-c5696787a718","name":"Delete Campaign","originalRequest":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}campaigns/{{campaign_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Oct 2019 19:44:21 GMT"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"d03efc4f-d9cf-469a-806c-947780485348"}],"id":"1e4dea97-5b20-4c0a-903e-3aae77677568","description":"<p>Below you will find methods related to Campaigns</p>\n","event":[{"listen":"prerequest","script":{"id":"ffa201d3-8a6f-4ac3-8b6b-a346d1c1bf3a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a0bbbe30-3365-4e2b-a4f5-18a428cb6caf","type":"text/javascript","exec":[""]}}],"_postman_id":"1e4dea97-5b20-4c0a-903e-3aae77677568","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Contacts","item":[{"name":"Addresses","item":[{"name":"Get Countries","id":"244a117b-e004-45de-a371-a2b32801bb92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}countries","description":"<p>Fetch a list of all countries</p>\n<p><strong>Response Data</strong><br />Response parameters expected in country object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The country ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The country's name.</td>\n</tr>\n<tr>\n<td>calling_code</td>\n<td>String</td>\n<td>The country's calling code.</td>\n</tr>\n<tr>\n<td>iso_numeric</td>\n<td>Integer</td>\n<td>The numeric ISO of the country.</td>\n</tr>\n<tr>\n<td>iso_2</td>\n<td>String</td>\n<td>The ISO 2 letters. Country abbreviation.</td>\n</tr>\n<tr>\n<td>iso_3</td>\n<td>String</td>\n<td>The ISO 3 letters.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}countries"],"query":[],"variable":[]}},"response":[{"id":"d99a8c82-0420-4e50-96dd-af44b6ccc3df","name":"Get Countries","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 20 Jul 2019 16:54:31 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=5jv220uqmuugeagad02qmnr7qo; expires=Sat, 20-Jul-2019 18:09:31 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Content-Length","value":"1888"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"iso_numeric\": 4,\n            \"calling_code\": \"93\",\n            \"id\": 1,\n            \"name\": \"Afghanistan\",\n            \"iso_2\": \"AF\",\n            \"iso_3\": \"AFG\"\n        },\n        {\n            \"iso_numeric\": 8,\n            \"calling_code\": \"355\",\n            \"id\": 2,\n            \"name\": \"Albania\",\n            \"iso_2\": \"AL\",\n            \"iso_3\": \"ALB\"\n        },\n        {\n            \"iso_numeric\": 12,\n            \"calling_code\": \"213\",\n            \"id\": 3,\n            \"name\": \"Algeria\",\n            \"iso_2\": \"DZ\",\n            \"iso_3\": \"DZA\"\n        },\n        {\n            \"iso_numeric\": 16,\n            \"calling_code\": \"1\",\n            \"id\": 4,\n            \"name\": \"American Samoa\",\n            \"iso_2\": \"AS\",\n            \"iso_3\": \"ASM\"\n        },\n        {\n            \"iso_numeric\": 20,\n            \"calling_code\": \"376\",\n            \"id\": 5,\n            \"name\": \"Andorra\",\n            \"iso_2\": \"AD\",\n            \"iso_3\": \"AND\"\n        },\n        {\n            \"iso_numeric\": 24,\n            \"calling_code\": \"244\",\n            \"id\": 6,\n            \"name\": \"Angola\",\n            \"iso_2\": \"AO\",\n            \"iso_3\": \"AGO\"\n        },\n        {\n            \"iso_numeric\": 660,\n            \"calling_code\": \"1\",\n            \"id\": 7,\n            \"name\": \"Anguilla\",\n            \"iso_2\": \"AI\",\n            \"iso_3\": \"AIA\"\n        },\n        {\n            \"iso_numeric\": 10,\n            \"calling_code\": \"\",\n            \"id\": 8,\n            \"name\": \"Antarctica\",\n            \"iso_2\": \"AQ\",\n            \"iso_3\": \"ATA\"\n        },\n        {\n            \"iso_numeric\": 28,\n            \"calling_code\": \"1\",\n            \"id\": 9,\n            \"name\": \"Antigua and Barbuda\",\n            \"iso_2\": \"AG\",\n            \"iso_3\": \"ATG\"\n        },\n        {\n            \"iso_numeric\": 32,\n            \"calling_code\": \"54\",\n            \"id\": 10,\n            \"name\": \"Argentina\",\n            \"iso_2\": \"AR\",\n            \"iso_3\": \"ARG\"\n        },\n        {\n            \"iso_numeric\": 51,\n            \"calling_code\": \"374\",\n            \"id\": 11,\n            \"name\": \"Armenia\",\n            \"iso_2\": \"AM\",\n            \"iso_3\": \"ARM\"\n        },\n        {\n            \"iso_numeric\": 533,\n            \"calling_code\": \"297\",\n            \"id\": 12,\n            \"name\": \"Aruba\",\n            \"iso_2\": \"AW\",\n            \"iso_3\": \"ABW\"\n        },\n        {\n            \"iso_numeric\": 36,\n            \"calling_code\": \"61\",\n            \"id\": 13,\n            \"name\": \"Australia\",\n            \"iso_2\": \"AU\",\n            \"iso_3\": \"AUS\"\n        },\n        {\n            \"iso_numeric\": 40,\n            \"calling_code\": \"43\",\n            \"id\": 14,\n            \"name\": \"Austria\",\n            \"iso_2\": \"AT\",\n            \"iso_3\": \"AUT\"\n        },\n        {\n            \"iso_numeric\": 31,\n            \"calling_code\": \"994\",\n            \"id\": 15,\n            \"name\": \"Azerbaijan\",\n            \"iso_2\": \"AZ\",\n            \"iso_3\": \"AZE\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev.limelightcrm.com/167298207/api/contacts/countries?page=1\",\n    \"from\": 1,\n    \"last_page\": 18,\n    \"last_page_url\": \"http://wade.dev.limelightcrm.com/167298207/api/contacts/countries?page=18\",\n    \"next_page_url\": \"http://wade.dev.limelightcrm.com/167298207/api/contacts/countries?page=2\",\n    \"path\": \"http://wade.dev.limelightcrm.com/167298207/api/contacts/countries\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 257\n}"}],"_postman_id":"244a117b-e004-45de-a371-a2b32801bb92"},{"name":"Get Country's States","id":"a1a09c94-06d5-4394-a02a-df79b2c56bea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}countries/{{country_id}}/states","description":"<p>Fetch a list of all states by the country ID</p>\n<p><strong>Response Data</strong><br />Response parameters expected in state object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The state's name.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The state abbreviation.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{country_id}}","states"],"host":["{{app_key}}","{{domain}}{{v2_ext}}countries"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1a09c94-06d5-4394-a02a-df79b2c56bea"},{"name":"Get Addresses","id":"c75d0ce9-bc01-4602-9b13-a1c2019de241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses","description":"<p>Fetch a list of all addresses by the contact ID</p>\n<p><strong>Response Data</strong><br />Response parameters expected in address object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The UUID of the address object.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>The first name.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>The last name.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The email.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>The phone unformatted.</td>\n</tr>\n<tr>\n<td>phone_key</td>\n<td>String</td>\n<td>The phone. Digits only.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>The street address. Address 1.</td>\n</tr>\n<tr>\n<td>street_2</td>\n<td>String</td>\n<td>The apartment, suite, unit number, or other address designation that is not part of the physical address. Address 2.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>The state abbreviation.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>The zip.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the address is set to be as default address.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was updated.</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was deleted.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>The country abbreviation.</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the address.</td>\n</tr>\n<tr>\n<td>creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the address.</td>\n</tr>\n<tr>\n<td>updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","addresses"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[{"id":"da6e99f8-672f-4075-a8d9-ac4fdbe3e25a","name":"Get Addresses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jun 2019 17:58:32 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=trk3ka6b0jhpqqi47os7fofjn8; expires=Mon, 10-Jun-2019 19:13:35 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"3841"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 6,\n            \"first_name\": \"Herminia\",\n            \"last_name\": \"Wilkinson\",\n            \"email\": \"tpollich@example.org\",\n            \"phone\": \"960-693-7552\",\n            \"street\": \"9175 Corwin Expressway Fork\",\n            \"street_2\": null,\n            \"city\": \"New Rosalia\",\n            \"state\": \"RI\",\n            \"zip\": \"92348-5904\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-10 13:30:20\",\n            \"updated_at\": \"2019-06-10 13:56:35\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 7,\n            \"first_name\": \"Eugene\",\n            \"last_name\": \"Stark\",\n            \"email\": \"tpollich@example.org\",\n            \"phone\": \"(595)770-9458\",\n            \"street\": \"139 Pfeffer Green Station\",\n            \"street_2\": null,\n            \"city\": \"New Pamela\",\n            \"state\": \"MO\",\n            \"zip\": \"57927\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-10 13:31:28\",\n            \"updated_at\": \"2019-06-10 13:56:35\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 8,\n            \"first_name\": \"Ray\",\n            \"last_name\": \"Zboncak\",\n            \"email\": \"tpollich@example.org\",\n            \"phone\": \"(874)963-3240\",\n            \"street\": \"48294 Barton Pike Trace\",\n            \"street_2\": null,\n            \"city\": \"Leanneside\",\n            \"state\": \"NM\",\n            \"zip\": \"48857\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-10 13:32:43\",\n            \"updated_at\": \"2019-06-10 13:56:35\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 9,\n            \"first_name\": \"Liam\",\n            \"last_name\": \"Cormier\",\n            \"email\": \"tpollich@example.org\",\n            \"phone\": \"1-701-593-2989\",\n            \"street\": \"887 Konopelski Port Lock\",\n            \"street_2\": null,\n            \"city\": \"South Ophelia\",\n            \"state\": \"MO\",\n            \"zip\": \"46431\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-10 13:33:58\",\n            \"updated_at\": \"2019-06-10 13:56:35\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 10,\n            \"first_name\": \"Verona\",\n            \"last_name\": \"Mosciski\",\n            \"email\": \"tpollich@example.org\",\n            \"phone\": \"7083276053\",\n            \"street\": \"939 Kovacek Canyon Terrace\",\n            \"street_2\": null,\n            \"city\": \"Maciburgh\",\n            \"state\": \"OH\",\n            \"zip\": \"46915\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-10 13:42:08\",\n            \"updated_at\": \"2019-06-10 13:56:35\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 11,\n            \"first_name\": \"Priscilla\",\n            \"last_name\": \"Beer\",\n            \"email\": \"tpollich@example.org\",\n            \"phone\": \"(349)563-8771\",\n            \"street\": \"6835 Korey Mountains Row\",\n            \"street_2\": null,\n            \"city\": \"West Meda\",\n            \"state\": \"DC\",\n            \"zip\": \"49153-8962\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-10 13:56:07\",\n            \"updated_at\": \"2019-06-10 13:56:35\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 12,\n            \"first_name\": \"Zora\",\n            \"last_name\": \"Eichmann\",\n            \"email\": \"tpollich@example.org\",\n            \"phone\": \"1-990-476-8259\",\n            \"street\": \"7299 Hickle Extensions Vista\",\n            \"street_2\": null,\n            \"city\": \"New Wiley\",\n            \"state\": \"RI\",\n            \"zip\": \"28016\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-10 13:56:33\",\n            \"updated_at\": \"2019-06-10 13:56:35\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/165302121/api/contacts/27051/addresses?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/165302121/api/contacts/27051/addresses?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/165302121/api/contacts/27051/addresses\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 7,\n    \"total\": 7\n}"}],"_postman_id":"c75d0ce9-bc01-4602-9b13-a1c2019de241"},{"name":"Create  Address","id":"a48ac0dc-939d-4409-b0b8-939e264a938e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"testing@test.com\",\n  \"phone\": \"(639)470-8509\",\n  \"street\":\"123 Main St\",\n  \"street_2\":\"Apt 111\",\n  \"city\": \"Hudsonton\",\n  \"state\": \"CT\",\n  \"zip\": \"00502\",\n  \"country_id\": 223,\n  \"first_name\": \"Delphine\",\n  \"last_name\": \"Conn\",\n  \"is_default\": 1\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses","description":"<p>Create a new address by the customer ID</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The first name.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Optional</td>\n<td>-</td>\n<td>Required</td>\n<td>-</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The email.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The phone formatted.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The street address. Address 1.</td>\n</tr>\n<tr>\n<td>street_2</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The apartment, suite, unit number, or other address designation that is not part of the physical address. Address 2.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The city.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The state abbreviation.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The zip.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the address is set to be as default address. Default is 1 for a first address and 0 for any additional one.</td>\n</tr>\n<tr>\n<td>allow_duplicates</td>\n<td>Optional</td>\n<td>true</td>\n<td>Boolean Flag</td>\n<td>Determines whether or not to allow the creation of duplicate address records for this contact.</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The country ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","addresses"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[{"id":"44d78f4d-f8eb-4686-a2e6-fc9e80df7f6b","name":"Create  Address with Custom Email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"testing@test.com\",\n    \"phone\": \"(639)470-8509\",\n    \"street\": \"7422 Dare Dale Vista\",\n    \"city\": \"Hudsonton\",\n    \"state\": \"CT\",\n    \"zip\": \"00502\",\n    \"country_id\": 223,\n    \"first_name\": \"Delphine\",\n    \"last_name\": \"Conn\",\n    \"is_default\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jun 2019 18:03:35 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=trk3ka6b0jhpqqi47os7fofjn8; expires=Mon, 10-Jun-2019 19:18:38 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"4518"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 27051,\n        \"email\": \"tpollich@example.org\",\n        \"origin_id\": 0,\n        \"is_member\": 0,\n        \"created_at\": \"2019-06-10 08:22:28\",\n        \"custom_fields\": [],\n        \"addresses\": [\n            {\n                \"id\": 6,\n                \"first_name\": \"Herminia\",\n                \"last_name\": \"Wilkinson\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"960-693-7552\",\n                \"street\": \"9175 Corwin Expressway Fork\",\n                \"street_2\": null,\n                \"city\": \"New Rosalia\",\n                \"state\": \"RI\",\n                \"zip\": \"92348-5904\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:30:20\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 7,\n                \"first_name\": \"Eugene\",\n                \"last_name\": \"Stark\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(595)770-9458\",\n                \"street\": \"139 Pfeffer Green Station\",\n                \"street_2\": null,\n                \"city\": \"New Pamela\",\n                \"state\": \"MO\",\n                \"zip\": \"57927\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:31:28\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 8,\n                \"first_name\": \"Ray\",\n                \"last_name\": \"Zboncak\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(874)963-3240\",\n                \"street\": \"48294 Barton Pike Trace\",\n                \"street_2\": null,\n                \"city\": \"Leanneside\",\n                \"state\": \"NM\",\n                \"zip\": \"48857\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:32:43\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 9,\n                \"first_name\": \"Liam\",\n                \"last_name\": \"Cormier\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"1-701-593-2989\",\n                \"street\": \"887 Konopelski Port Lock\",\n                \"street_2\": null,\n                \"city\": \"South Ophelia\",\n                \"state\": \"MO\",\n                \"zip\": \"46431\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:33:58\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 10,\n                \"first_name\": \"Verona\",\n                \"last_name\": \"Mosciski\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"7083276053\",\n                \"street\": \"939 Kovacek Canyon Terrace\",\n                \"street_2\": null,\n                \"city\": \"Maciburgh\",\n                \"state\": \"OH\",\n                \"zip\": \"46915\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:42:08\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 11,\n                \"first_name\": \"Priscilla\",\n                \"last_name\": \"Beer\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(349)563-8771\",\n                \"street\": \"6835 Korey Mountains Row\",\n                \"street_2\": null,\n                \"city\": \"West Meda\",\n                \"state\": \"DC\",\n                \"zip\": \"49153-8962\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:56:07\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 12,\n                \"first_name\": \"Zora\",\n                \"last_name\": \"Eichmann\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"1-990-476-8259\",\n                \"street\": \"7299 Hickle Extensions Vista\",\n                \"street_2\": null,\n                \"city\": \"New Wiley\",\n                \"state\": \"RI\",\n                \"zip\": \"28016\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:56:33\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 13,\n                \"first_name\": \"Delphine\",\n                \"last_name\": \"Conn\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(639)470-8509\",\n                \"street\": \"7422 Dare Dale Vista\",\n                \"street_2\": null,\n                \"city\": \"Hudsonton\",\n                \"state\": \"CT\",\n                \"zip\": \"00502\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 14:00:35\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 14,\n                \"first_name\": \"Delphine\",\n                \"last_name\": \"Conn\",\n                \"email\": \"testing@test.com\",\n                \"phone\": \"(639)470-8509\",\n                \"street\": \"7422 Dare Dale Vista\",\n                \"street_2\": null,\n                \"city\": \"Hudsonton\",\n                \"state\": \"CT\",\n                \"zip\": \"00502\",\n                \"is_default\": 1,\n                \"created_at\": \"2019-06-10 14:03:38\",\n                \"updated_at\": \"2019-06-10 14:03:38\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            }\n        ]\n    }\n}"},{"id":"629420a1-8496-45d5-b483-e144888278e6","name":"Create  Address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"(639)470-8509\",\n    \"street\": \"7422 Dare Dale Vista\",\n    \"city\": \"Hudsonton\",\n    \"state\": \"CT\",\n    \"zip\": \"00502\",\n    \"country_id\": 223,\n    \"first_name\": \"Delphine\",\n    \"last_name\": \"Conn\",\n    \"is_default\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jun 2019 18:00:32 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=trk3ka6b0jhpqqi47os7fofjn8; expires=Mon, 10-Jun-2019 19:15:35 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"4044"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 27051,\n        \"email\": \"tpollich@example.org\",\n        \"origin_id\": 0,\n        \"is_member\": 0,\n        \"created_at\": \"2019-06-10 08:22:28\",\n        \"custom_fields\": [],\n        \"addresses\": [\n            {\n                \"id\": 6,\n                \"first_name\": \"Herminia\",\n                \"last_name\": \"Wilkinson\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"960-693-7552\",\n                \"street\": \"9175 Corwin Expressway Fork\",\n                \"street_2\": null,\n                \"city\": \"New Rosalia\",\n                \"state\": \"RI\",\n                \"zip\": \"92348-5904\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:30:20\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 7,\n                \"first_name\": \"Eugene\",\n                \"last_name\": \"Stark\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(595)770-9458\",\n                \"street\": \"139 Pfeffer Green Station\",\n                \"street_2\": null,\n                \"city\": \"New Pamela\",\n                \"state\": \"MO\",\n                \"zip\": \"57927\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:31:28\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 8,\n                \"first_name\": \"Ray\",\n                \"last_name\": \"Zboncak\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(874)963-3240\",\n                \"street\": \"48294 Barton Pike Trace\",\n                \"street_2\": null,\n                \"city\": \"Leanneside\",\n                \"state\": \"NM\",\n                \"zip\": \"48857\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:32:43\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 9,\n                \"first_name\": \"Liam\",\n                \"last_name\": \"Cormier\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"1-701-593-2989\",\n                \"street\": \"887 Konopelski Port Lock\",\n                \"street_2\": null,\n                \"city\": \"South Ophelia\",\n                \"state\": \"MO\",\n                \"zip\": \"46431\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:33:58\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 10,\n                \"first_name\": \"Verona\",\n                \"last_name\": \"Mosciski\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"7083276053\",\n                \"street\": \"939 Kovacek Canyon Terrace\",\n                \"street_2\": null,\n                \"city\": \"Maciburgh\",\n                \"state\": \"OH\",\n                \"zip\": \"46915\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:42:08\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 11,\n                \"first_name\": \"Priscilla\",\n                \"last_name\": \"Beer\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(349)563-8771\",\n                \"street\": \"6835 Korey Mountains Row\",\n                \"street_2\": null,\n                \"city\": \"West Meda\",\n                \"state\": \"DC\",\n                \"zip\": \"49153-8962\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:56:07\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 12,\n                \"first_name\": \"Zora\",\n                \"last_name\": \"Eichmann\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"1-990-476-8259\",\n                \"street\": \"7299 Hickle Extensions Vista\",\n                \"street_2\": null,\n                \"city\": \"New Wiley\",\n                \"state\": \"RI\",\n                \"zip\": \"28016\",\n                \"is_default\": 0,\n                \"created_at\": \"2019-06-10 13:56:33\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            },\n            {\n                \"id\": 13,\n                \"first_name\": \"Delphine\",\n                \"last_name\": \"Conn\",\n                \"email\": \"tpollich@example.org\",\n                \"phone\": \"(639)470-8509\",\n                \"street\": \"7422 Dare Dale Vista\",\n                \"street_2\": null,\n                \"city\": \"Hudsonton\",\n                \"state\": \"CT\",\n                \"zip\": \"00502\",\n                \"is_default\": 1,\n                \"created_at\": \"2019-06-10 14:00:35\",\n                \"updated_at\": \"2019-06-10 14:00:35\",\n                \"deleted_at\": null,\n                \"country\": \"US\",\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Senior Developer\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"a48ac0dc-939d-4409-b0b8-939e264a938e"},{"name":"Delete Address","id":"a992ab41-9d3d-4150-83d4-6c2d74b2d730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses/{{address_id}}","description":"<p>Delete an existing address attached to the customer</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","addresses","{{address_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[{"id":"908b9aa7-c7da-4888-9d27-bd8b2aaff6ed","name":"Delete Address","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses/{{address_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jun 2019 18:07:26 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=trk3ka6b0jhpqqi47os7fofjn8; expires=Mon, 10-Jun-2019 19:22:29 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"a992ab41-9d3d-4150-83d4-6c2d74b2d730"},{"name":"Update Address","id":"328b60aa-2369-4f12-9570-29a464916b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"new@email.com\",\n  \"phone\": \"(639)470-8510\",\n  \"street\": \"7422 Dare Dale Vista Rd\",\n  \"street_2\":\"Unit 123\",\n  \"city\": \"Hudsonton\",\n  \"state\": \"CT\",\n  \"zip\": \"00502\",\n  \"country_id\": 223,\n  \"first_name\": \"Delphina\",\n  \"last_name\": \"Conns\",\n  \"is_default\": 1\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses/{{address_id}}","description":"<p>Update an existing address by the contact and address IDs</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The first name.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Optional</td>\n<td>-</td>\n<td>Required</td>\n<td>-</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The email.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The phone formatted.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The street address. Address 1.</td>\n</tr>\n<tr>\n<td>street_2</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The apartment, suite, unit number, or other address designation that is not part of the physical address. Address 2.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The city.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The state abbreviation.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The zip.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the address is set to be as default address. Default is 1 for a first address and 0 for any additional one.</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The country ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","addresses","{{address_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[{"id":"06d54976-305d-42a6-9b64-e823f250325b","name":"Update Address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"new@email.com\",\n    \"phone\": \"(639)470-8510\",\n    \"street\": \"7422 Dare Dale Vista Rd\",\n    \"street_2\": \"Unit 123\",\n    \"city\": \"Hudsonton\",\n    \"state\": \"CT\",\n    \"zip\": \"00502\",\n    \"country_id\": 223,\n    \"first_name\": \"Delphina\",\n    \"last_name\": \"Conns\",\n    \"is_default\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses/{{address_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jun 2019 18:05:38 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=trk3ka6b0jhpqqi47os7fofjn8; expires=Mon, 10-Jun-2019 19:20:41 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"635"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Delphina\",\n        \"last_name\": \"Conns\",\n        \"email\": \"new@email.com\",\n        \"phone\": \"(639)470-8510\",\n        \"street\": \"7422 Dare Dale Vista Rd\",\n        \"street_2\": \"Unit 123\",\n        \"city\": \"Hudsonton\",\n        \"state\": \"CT\",\n        \"zip\": \"00502\",\n        \"is_default\": 1,\n        \"created_at\": \"2019-06-10 13:30:20\",\n        \"updated_at\": \"2019-06-10 14:05:42\",\n        \"deleted_at\": null,\n        \"country\": \"US\",\n        \"creator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Senior Developer\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Senior Developer\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        }\n    }\n}"}],"_postman_id":"328b60aa-2369-4f12-9570-29a464916b8e"},{"name":"Get Address","id":"765822cc-7a90-4853-8e40-15e9444cfd81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses/{{address_id}}","description":"<p>Fetch a specific address object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in address object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The UUID of the address object.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>The first name.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>The last name.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The email.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>The phone formatted.</td>\n</tr>\n<tr>\n<td>phone_key</td>\n<td>String</td>\n<td>The phone unformatted. Digits only.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>The street address. Address 1.</td>\n</tr>\n<tr>\n<td>street_2</td>\n<td>String</td>\n<td>The apartment, suite, unit number, or other address designation that is not part of the physical address. Address 2.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>The state abbreviation.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>The zip.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the address is set to be as default address.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was updated.</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was deleted.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>The country abbreviation.</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the address.</td>\n</tr>\n<tr>\n<td>creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the address.</td>\n</tr>\n<tr>\n<td>updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","addresses","{{address_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[{"id":"dd2d1674-330e-431d-b8e5-dd2d7af87e71","name":"Get Address","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/addresses/{{address_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jun 2019 18:01:59 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=trk3ka6b0jhpqqi47os7fofjn8; expires=Mon, 10-Jun-2019 19:17:02 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"522"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Herminia\",\n        \"last_name\": \"Wilkinson\",\n        \"email\": \"tpollich@example.org\",\n        \"phone\": \"960-693-7552\",\n        \"street\": \"9175 Corwin Expressway Fork\",\n        \"street_2\": null,\n        \"city\": \"New Rosalia\",\n        \"state\": \"RI\",\n        \"zip\": \"92348-5904\",\n        \"is_default\": 0,\n        \"created_at\": \"2019-06-10 13:30:20\",\n        \"updated_at\": \"2019-06-10 14:00:35\",\n        \"deleted_at\": null,\n        \"country\": \"US\",\n        \"creator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Senior Developer\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null\n    }\n}"}],"_postman_id":"765822cc-7a90-4853-8e40-15e9444cfd81"}],"id":"d8be1623-fae1-428a-8c5b-faae31d9278a","_postman_id":"d8be1623-fae1-428a-8c5b-faae31d9278a","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Wallet","item":[{"name":"Payment Types / Methods","item":[{"name":"Get Payment Types","id":"52fe00ab-4878-4d97-bf0f-9377de1261ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}payments/types","description":"<p>Fetch a list of all payment method types</p>\n<p><strong>Response Data</strong><br />Response parameters expected in payment method type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The payment method type ID.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The payment method type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}payments"],"query":[],"variable":[]}},"response":[{"id":"5906346f-dfc5-4613-b161-958039d826b7","name":"Get Payment Types","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}payments/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jun 2020 16:16:55 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"checking\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"credit_card\"\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/payments/types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/payments/types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/payments/types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 2,\n    \"total\": 2\n}"}],"_postman_id":"52fe00ab-4878-4d97-bf0f-9377de1261ff"},{"name":"Get Payment Methods","id":"b0dadf23-5ed5-41e3-a43c-085f9ae1658f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}payments/methods?search[is_cc_brand]=1","description":"<p>Fetch a list of all payment methods</p>\n<p><strong>Response Data</strong><br />Response parameters expected in payment method object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The payment method ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The payment method name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The payment method description.</td>\n</tr>\n<tr>\n<td>is_cc_brand</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the payment method type is CC (Credit Card).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["methods"],"host":["{{app_key}}","{{domain}}{{v2_ext}}payments"],"query":[{"key":"search[is_cc_brand]","value":"1"}],"variable":[]}},"response":[{"id":"3067c22e-a54b-4d40-b112-0f4267c2c64a","name":"Get Payment Methods with Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{app_key}}.{{domain}}{{v2_ext}}payments/methods?search[is_cc_brand]=1","protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}payments"],"path":["methods"],"query":[{"key":"search[is_cc_brand]","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jun 2020 16:18:01 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1327"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"name\": \"amex\",\n            \"description\": \"American Express\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 6,\n            \"name\": \"aura\",\n            \"description\": \"Aura\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 38,\n            \"name\": \"diners\",\n            \"description\": \"Diners\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 40,\n            \"name\": \"discover\",\n            \"description\": \"Discover\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 50,\n            \"name\": \"hipercard\",\n            \"description\": \"Hipercard\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 54,\n            \"name\": \"maestro\",\n            \"description\": \"Maestro\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 55,\n            \"name\": \"master\",\n            \"description\": \"Master Card\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 66,\n            \"name\": \"redecard_webs_master\",\n            \"description\": \"Redecard Webservice Mastercard\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 67,\n            \"name\": \"redecard_webs_visa\",\n            \"description\": \"Redecard Webservice Visa\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 71,\n            \"name\": \"solo\",\n            \"description\": \"Solo\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 72,\n            \"name\": \"switch\",\n            \"description\": \"Switch\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 78,\n            \"name\": \"visa\",\n            \"description\": \"Visa\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 79,\n            \"name\": \"jcb\",\n            \"description\": \"JCB\",\n            \"is_cc_brand\": 1\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/payments/methods?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/payments/methods?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/payments/methods\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 13,\n    \"total\": 13\n}"},{"id":"566c0e78-498f-4d85-ab4c-8bd210a74b4a","name":"Get Payment Methods","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}payments/methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jun 2020 16:17:36 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"6161"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"ali_pay\",\n            \"description\": \"AliPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 2,\n            \"name\": \"amazonpay\",\n            \"description\": \"AmazonPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 3,\n            \"name\": \"amex\",\n            \"description\": \"American Express\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 4,\n            \"name\": \"applepay\",\n            \"description\": \"Apple Pay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 5,\n            \"name\": \"argen_card\",\n            \"description\": \"ArgenCard\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 6,\n            \"name\": \"aura\",\n            \"description\": \"Aura\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 7,\n            \"name\": \"autogiro\",\n            \"description\": \"Autogiro\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 8,\n            \"name\": \"bacs\",\n            \"description\": \"Bacs\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 9,\n            \"name\": \"banamex\",\n            \"description\": \"Banamex\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 10,\n            \"name\": \"banco_brazil\",\n            \"description\": \"Banco do Brasil\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 11,\n            \"name\": \"banco_brazil_tef\",\n            \"description\": \"Banco do Brasil Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 12,\n            \"name\": \"banco_chile\",\n            \"description\": \"Banco de Chile\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 13,\n            \"name\": \"banco_occidente\",\n            \"description\": \"Banco de Occidente\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 14,\n            \"name\": \"banrisul_tef\",\n            \"description\": \"Banrisul Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 15,\n            \"name\": \"becs\",\n            \"description\": \"BECS\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 16,\n            \"name\": \"becsnz\",\n            \"description\": \"BECS NZ\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 17,\n            \"name\": \"betalingsservice\",\n            \"description\": \"Betalingsservice\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 18,\n            \"name\": \"bitcoin_pg\",\n            \"description\": \"Bitcoin Paygate\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 19,\n            \"name\": \"boleto\",\n            \"description\": \"Boleto\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 20,\n            \"name\": \"boleto_banco_do_bras\",\n            \"description\": \"Boleto Banco do Brasil\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 21,\n            \"name\": \"boleto_bradesco\",\n            \"description\": \"Boleto Bradesco\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 22,\n            \"name\": \"boleto_caixa_eco_fed\",\n            \"description\": \"Boleto Caixa Economica Federal\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 23,\n            \"name\": \"boleto_hsbc\",\n            \"description\": \"Boleto HSBC\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 24,\n            \"name\": \"boleto_itau\",\n            \"description\": \"Boleto Itau\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 25,\n            \"name\": \"boltpay\",\n            \"description\": \"BoltPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 26,\n            \"name\": \"bp_boleto\",\n            \"description\": \"BrazilPay Boleto Bancario\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 27,\n            \"name\": \"bradesco_tef\",\n            \"description\": \"Bradesco Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 28,\n            \"name\": \"brazilpay\",\n            \"description\": \"BrazilPay Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 29,\n            \"name\": \"brazil_charge_card\",\n            \"description\": \"BrazilPay Charge Card\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 30,\n            \"name\": \"cashu\",\n            \"description\": \"CashU\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 31,\n            \"name\": \"checking\",\n            \"description\": \"Check\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 32,\n            \"name\": \"cielo_amex\",\n            \"description\": \"Cielo Amex\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 33,\n            \"name\": \"cielo_diners\",\n            \"description\": \"Cielo Diners\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 34,\n            \"name\": \"cielo_elo\",\n            \"description\": \"Cielo Elo\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 35,\n            \"name\": \"cielo_mastercard\",\n            \"description\": \"Cielo Mastercard\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 36,\n            \"name\": \"cielo_visa\",\n            \"description\": \"Cielo Visa\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 37,\n            \"name\": \"coinz\",\n            \"description\": \"mCoinz\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 38,\n            \"name\": \"diners\",\n            \"description\": \"Diners\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 39,\n            \"name\": \"direct_payeu\",\n            \"description\": \"DirectPayEU\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 40,\n            \"name\": \"discover\",\n            \"description\": \"Discover\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 41,\n            \"name\": \"ebanxaccount\",\n            \"description\": \"EBANX Account\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 42,\n            \"name\": \"eb_boleto_bancario\",\n            \"description\": \"Boleto Bancario EBANX\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 43,\n            \"name\": \"eft_germany\",\n            \"description\": \"ELV\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 44,\n            \"name\": \"elo\",\n            \"description\": \"ELO\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 45,\n            \"name\": \"eps\",\n            \"description\": \"EPS\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 46,\n            \"name\": \"eurodebit\",\n            \"description\": \"EuroDebit\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 47,\n            \"name\": \"giro\",\n            \"description\": \"Giro\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 48,\n            \"name\": \"giropay\",\n            \"description\": \"Giropay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 49,\n            \"name\": \"gocoin\",\n            \"description\": \"GoCoin\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 50,\n            \"name\": \"hipercard\",\n            \"description\": \"Hipercard\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 51,\n            \"name\": \"icepay\",\n            \"description\": \"IcePay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 52,\n            \"name\": \"ideal\",\n            \"description\": \"iDEAL\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 53,\n            \"name\": \"itau_tef\",\n            \"description\": \"Itau Bank Transfer\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 54,\n            \"name\": \"maestro\",\n            \"description\": \"Maestro\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 55,\n            \"name\": \"master\",\n            \"description\": \"Master Card\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 56,\n            \"name\": \"mistercash\",\n            \"description\": \"MisterCash\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 57,\n            \"name\": \"my_bank\",\n            \"description\": \"MyBank\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 58,\n            \"name\": \"offline\",\n            \"description\": \"Offline Payment\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 59,\n            \"name\": \"pad\",\n            \"description\": \"PAD\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 60,\n            \"name\": \"paypal\",\n            \"description\": \"PayPal\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 61,\n            \"name\": \"pay_safe\",\n            \"description\": \"PaySafe\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 62,\n            \"name\": \"pay_u_boleto\",\n            \"description\": \"Boleto Bancario\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 63,\n            \"name\": \"poli\",\n            \"description\": \"POLi\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 64,\n            \"name\": \"przelewy24\",\n            \"description\": \"Przelewy24\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 65,\n            \"name\": \"qiwi\",\n            \"description\": \"Qiwi\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 66,\n            \"name\": \"redecard_webs_master\",\n            \"description\": \"Redecard Webservice Mastercard\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 67,\n            \"name\": \"redecard_webs_visa\",\n            \"description\": \"Redecard Webservice Visa\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 68,\n            \"name\": \"safetypay\",\n            \"description\": \"SafetyPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 69,\n            \"name\": \"sepa\",\n            \"description\": \"SEPA\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 70,\n            \"name\": \"sofort_uberweisung\",\n            \"description\": \"SOFORT Uberweisung\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 71,\n            \"name\": \"solo\",\n            \"description\": \"Solo\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 72,\n            \"name\": \"switch\",\n            \"description\": \"Switch\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 73,\n            \"name\": \"teleingreso\",\n            \"description\": \"Teleingreso\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 74,\n            \"name\": \"tenpay\",\n            \"description\": \"TenPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 75,\n            \"name\": \"trustpay\",\n            \"description\": \"TrustPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 76,\n            \"name\": \"union_pay\",\n            \"description\": \"UnionPay\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 77,\n            \"name\": \"verkkopankki\",\n            \"description\": \"Verkkopankki\",\n            \"is_cc_brand\": 0\n        },\n        {\n            \"id\": 78,\n            \"name\": \"visa\",\n            \"description\": \"Visa\",\n            \"is_cc_brand\": 1\n        },\n        {\n            \"id\": 79,\n            \"name\": \"jcb\",\n            \"description\": \"JCB\",\n            \"is_cc_brand\": 1\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/payments/methods?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/payments/methods?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/payments/methods\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 79,\n    \"total\": 79\n}"}],"_postman_id":"b0dadf23-5ed5-41e3-a43c-085f9ae1658f"}],"id":"a74c763c-c134-4d8e-9b5f-7ee7b1e7e2b3","description":"<p>An index of Payment Types and Payment Methods. The permission for this method is based on GET to Contacts as that is the contect that this will be used</p>\n","event":[{"listen":"prerequest","script":{"id":"f3130676-e282-4502-b86a-a5e46c1ea4d3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fcda07fb-6449-4e23-b37e-8408490d4979","type":"text/javascript","exec":[""]}}],"_postman_id":"a74c763c-c134-4d8e-9b5f-7ee7b1e7e2b3","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Create  Contact Payment Source","id":"e09f3369-c4eb-44f0-8d88-e02c358f1e92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"alias\":\"My entry\",\n  \"account_number\":\"4000094587032169\",\n  \"expiry\":\"1125\",\n  \"is_default\":1,\n  \"payment_type_id\":1,\n  \"address_id\":7\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/payment_sources","description":"<p>Create a new payment source and attach it by customer ID</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alias</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>Desired name for the payment source.</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>Required</td>\n<td>-</td>\n<td>Required</td>\n<td>-</td>\n</tr>\n<tr>\n<td>payment_type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>An existed payment type ID.</td>\n</tr>\n<tr>\n<td>address_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>An existed address ID.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the payment source is set to be as default. Default is 1 for a first payment source and 0 for any additional one.</td>\n</tr>\n<tr>\n<td>expiry</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>StringInteger</td>\n<td>The expiration date. Required if the payment type is CC. 4 digits. 2 for month 2 for years. 1224.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","payment_sources"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[{"id":"342fd876-7eaa-4e24-86ff-a254286a537b","name":"Create  Contact Payment Source","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"My entry\",\n    \"account_number\": \"4000094587032169\",\n    \"expiry\": \"1125\",\n    \"is_default\": 1,\n    \"payment_type_id\": 1,\n    \"address_id\": 7\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/payment_sources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 19 Jul 2019 17:36:57 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=4j2tvn1uvod0f6ogshl93htff8; expires=Fri, 19-Jul-2019 18:51:57 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1030"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_default\": 1,\n        \"alias\": \"My entry\",\n        \"expiry\": \"1125\",\n        \"first_6\": \"400009\",\n        \"last_4\": \"2169\",\n        \"updated_at\": \"2019-07-19 13:36:57\",\n        \"created_at\": \"2019-07-19 13:36:57\",\n        \"id\": 41,\n        \"address\": {\n            \"id\": 7,\n            \"first_name\": \"Rodger\",\n            \"last_name\": \"Heaney\",\n            \"email\": \"wwright@limelightcrm.com\",\n            \"phone\": \"619-319-0487\",\n            \"phone_key\": \"6193190487\",\n            \"street\": \"1917 Juston Garden Mount\",\n            \"street_2\": null,\n            \"city\": \"Eraport\",\n            \"state\": \"OK\",\n            \"zip\": \"10839-7197\",\n            \"is_default\": 0,\n            \"created_at\": \"2019-06-26 10:24:27\",\n            \"updated_at\": \"2019-06-26 10:25:56\",\n            \"deleted_at\": null,\n            \"country\": \"US\",\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"no-reply@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        \"payment_type\": {\n            \"id\": 1,\n            \"name\": \"credit_card\"\n        },\n        \"payment_method\": {\n            \"id\": 78,\n            \"name\": \"visa\",\n            \"description\": \"Visa\",\n            \"is_cc_brand\": 1\n        },\n        \"creator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Senior Developer\",\n            \"email\": \"no-reply@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null,\n        \"expiry_month\": \"11\",\n        \"expiry_year\": \"25\"\n    }\n}"}],"_postman_id":"e09f3369-c4eb-44f0-8d88-e02c358f1e92"},{"name":"Get Contact Payment Source","id":"55be1f59-6908-410a-8532-a646ec7612b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/payment_sources/{{payment_source_id}}","description":"<p>Fetch a single payment source</p>\n<p><strong>Response Data</strong><br />Response parameters expected in payment method object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The payment source name.</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>String</td>\n<td>The account number.</td>\n</tr>\n<tr>\n<td>payment_type_id</td>\n<td>Integer</td>\n<td>The payment type ID.</td>\n</tr>\n<tr>\n<td>address_id</td>\n<td>Integer</td>\n<td>The address ID.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the payment source is set to be as default.</td>\n</tr>\n<tr>\n<td>expiry</td>\n<td>Integer</td>\n<td>The expiration date. 2 for month 2 for years. 1224.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","payment_sources","{{payment_source_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[],"_postman_id":"55be1f59-6908-410a-8532-a646ec7612b1"},{"name":"Update Contact Payment Source","id":"dc1d0375-fd13-4935-bce8-2a126e3ab83b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"expiry\": \"1125\",\n  \"is_default\": 0,\n  \"address_id\":2\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/payment_sources/{{payment_source_id}}","description":"<p>Update an existing payment source that by the customer ID</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alias</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>Desired name for the payment source.</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>Optional</td>\n<td>-</td>\n<td>Required</td>\n<td>-</td>\n</tr>\n<tr>\n<td>payment_type_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>An existed payment type ID.</td>\n</tr>\n<tr>\n<td>address_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>An existed address ID.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the payment source is set to be as default. Default is 1 for a first payment source and 0 for any additional one.</td>\n</tr>\n<tr>\n<td>expiry</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer</td>\n<td>The expiration date. Required if the payment type is CC. 4 digits. 2 for month 2 for years. 1224.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","payment_sources","{{payment_source_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc1d0375-fd13-4935-bce8-2a126e3ab83b"},{"name":"Delete Contact Payment Source","id":"a3c2a771-3d94-4808-90a6-5a02f3562deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/payment_sources/{{payment_source_id}}","description":"<p>Delete an existing payment source</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","payment_sources","{{payment_source_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[{"id":"95c5e485-7cfc-41ad-91d2-64e56e7fa8b0","name":"Delete Contact Payment Source","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/payment_sources/{{payment_source_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 24 Jun 2019 14:25:39 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=2tt442pqte0k1m7p258oev1o2c; expires=Mon, 24-Jun-2019 15:40:42 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"a3c2a771-3d94-4808-90a6-5a02f3562deb"},{"name":"Get Contact Payment Sources","id":"a4c15851-b7b5-46eb-953e-80ed610e000b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/payment_sources","description":"<p>Fetch a list of all payment sources by the customer ID</p>\n<p><strong>Response Data</strong><br />Response parameters expected in payment source object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The payment source name.</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>String</td>\n<td>The account number.</td>\n</tr>\n<tr>\n<td>payment_type_id</td>\n<td>Integer</td>\n<td>The payment type ID.</td>\n</tr>\n<tr>\n<td>address_id</td>\n<td>Integer</td>\n<td>The address ID.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the payment source is set to be as default.</td>\n</tr>\n<tr>\n<td>expiry</td>\n<td>Integer</td>\n<td>The expiration date. 2 for month 2 for years. 1224.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","payment_sources"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4c15851-b7b5-46eb-953e-80ed610e000b"}],"id":"99fb7e7a-e793-45ea-bee1-d3b6c17fec8d","_postman_id":"99fb7e7a-e793-45ea-bee1-d3b6c17fec8d","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Interests","item":[{"name":"Get Contact Interests","id":"84e94bbe-fdd8-456a-9a13-cd387f80f845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/interests","description":"<p>Fetch a list of all interests to products by the customer ID</p>\n<p><strong>Response Data</strong><br />Response parameters expected in interest object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_id</td>\n<td>Integer</td>\n<td>The contact ID.</td>\n</tr>\n<tr>\n<td>entity_type_id</td>\n<td>Integer</td>\n<td>The entity type ID. 3 is for the product entity type</td>\n</tr>\n<tr>\n<td>entity_id</td>\n<td>Integer</td>\n<td>The entity ID. The product ID for the product entity type</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The type ID. 2 is for the interest</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","interests"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[],"_postman_id":"84e94bbe-fdd8-456a-9a13-cd387f80f845"},{"name":"Create Contact Interest","id":"343ca02c-9b35-40ab-a1be-d4fc162fdfa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"product\",\n  \"id\": 148\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/interests","description":"<p>Create a contact interest to a product by Contact ID</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The entity type name, which has to be <code>product</code></td>\n</tr>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The entity ID. The product ID for the product entity type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","interests"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[],"_postman_id":"343ca02c-9b35-40ab-a1be-d4fc162fdfa5"}],"id":"358c031a-3c43-4a91-a40a-8e5015f6905c","_postman_id":"358c031a-3c43-4a91-a40a-8e5015f6905c","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Communications","item":[{"name":"Enable SMS Communication","id":"d347cfd8-fde3-4d85-b76f-3c58475d630e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/communications/sms/enable","description":"<p>Enable SMS communications by the contact ID</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","communications","sms","enable"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[],"_postman_id":"d347cfd8-fde3-4d85-b76f-3c58475d630e"},{"name":"Disable SMS Communication","id":"ff55f6e7-4af5-4f03-b76e-864a9e64cab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts/{{contact_id}}/communications/sms/disable","description":"<p>Disable SMS communications by the contact ID</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{contact_id}}","communications","sms","disable"],"host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff55f6e7-4af5-4f03-b76e-864a9e64cab7"}],"id":"ff3ae301-e651-4e1a-9463-2e3fe04b454e","event":[{"listen":"prerequest","script":{"id":"3b44a008-3332-42b9-9bb7-f10ad3eebe10","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b9ee5a28-ac50-4a29-81c5-40b8342fe621","type":"text/javascript","exec":[""]}}],"_postman_id":"ff3ae301-e651-4e1a-9463-2e3fe04b454e","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Get Contacts","id":"4bac8f47-3998-4190-b7d8-e2302b737d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts?search[created_at]={\"start\": \"2018-12-07\", \"end\":\"2018-12-07\"}","description":"<p>Fetch a list of all contacts</p>\n<p><strong>Response Data</strong><br />Response parameters expected in contact object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The customer's ID.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>origin_id</td>\n<td>Integer</td>\n<td>The customer's origin ID.</td>\n</tr>\n<tr>\n<td>is_member</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the customer is a member already.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the customer was created.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>The customer's first name.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>The customer's last name.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>The customer's phone unformatted.</td>\n</tr>\n<tr>\n<td>phone_key</td>\n<td>String</td>\n<td>The customer's phone. Digits only.</td>\n</tr>\n<tr>\n<td>is_sms_communication_enabled</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the customer's sms communications is enabled.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>Array</td>\n<td>Array of custom fields objects associated with this customer.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.field_type_id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>custom_fields.*.token_key</td>\n<td>String</td>\n<td>The custom field email token field.</td>\n</tr>\n<tr>\n<td>custom_fields.*.is_multi</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>custom_fields.*.options</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.</td>\n</tr>\n<tr>\n<td>custom_fields.*.options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.options.*.value</td>\n<td>String</td>\n<td>The option value.</td>\n</tr>\n<tr>\n<td>custom_fields.*.type_id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n<tr>\n<td>addresses</td>\n<td>Array</td>\n<td>Array of addresses objects associated with this customer.</td>\n</tr>\n<tr>\n<td>addresses.*.id</td>\n<td>Integer</td>\n<td>The ID.</td>\n</tr>\n<tr>\n<td>addresses.*.uuid</td>\n<td>String</td>\n<td>The UUID of the address object.</td>\n</tr>\n<tr>\n<td>addresses.*.first_name</td>\n<td>String</td>\n<td>The first name.</td>\n</tr>\n<tr>\n<td>addresses.*.last_name</td>\n<td>String</td>\n<td>The last name.</td>\n</tr>\n<tr>\n<td>addresses.*.email</td>\n<td>String</td>\n<td>The email.</td>\n</tr>\n<tr>\n<td>addresses.*.phone</td>\n<td>String</td>\n<td>The phone unformatted.</td>\n</tr>\n<tr>\n<td>addresses.*.phone_key</td>\n<td>String</td>\n<td>The phone. Digits only.</td>\n</tr>\n<tr>\n<td>addresses.*.street</td>\n<td>String</td>\n<td>The street address. Address 1.</td>\n</tr>\n<tr>\n<td>addresses.*.street_2</td>\n<td>String</td>\n<td>The apartment, suite, unit number, or other address designation that is not part of the physical address. Address 2.</td>\n</tr>\n<tr>\n<td>addresses.*.city</td>\n<td>String</td>\n<td>The city.</td>\n</tr>\n<tr>\n<td>addresses.*.state</td>\n<td>String</td>\n<td>The state abbreviation.</td>\n</tr>\n<tr>\n<td>addresses.*.zip</td>\n<td>String</td>\n<td>The zip.</td>\n</tr>\n<tr>\n<td>addresses.*.is_default</td>\n<td>Integer Flag</td>\n<td>Determines whether or not the address is set to be as default address.</td>\n</tr>\n<tr>\n<td>addresses.*.created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was created.</td>\n</tr>\n<tr>\n<td>addresses.*.updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was updated.</td>\n</tr>\n<tr>\n<td>addresses.*.deleted_at</td>\n<td>String</td>\n<td>A timestamp that represents when the address was deleted.</td>\n</tr>\n<tr>\n<td>addresses.*.country</td>\n<td>String</td>\n<td>The country abbreviation.</td>\n</tr>\n<tr>\n<td>addresses.*.creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the address.</td>\n</tr>\n<tr>\n<td>addresses.*.creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>addresses.*.creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>addresses.*.creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>addresses.*.creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>addresses.*.creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>addresses.*.creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>addresses.*.creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>addresses.*.updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the address.</td>\n</tr>\n<tr>\n<td>addresses.*.updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>addresses.*.updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>addresses.*.updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>addresses.*.updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>addresses.*.updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>addresses.*.updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>addresses.*.updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>Array</td>\n<td>Array of notes objects associated with this customer.</td>\n</tr>\n<tr>\n<td>notes.*.id</td>\n<td>Integer</td>\n<td>The note ID.</td>\n</tr>\n<tr>\n<td>notes.*.value</td>\n<td>Integer</td>\n<td>The note value.</td>\n</tr>\n<tr>\n<td>notes.*.created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the note was created.</td>\n</tr>\n<tr>\n<td>notes.*.updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the note was updated.</td>\n</tr>\n<tr>\n<td>notes.*.deleted_at</td>\n<td>String</td>\n<td>A timestamp that represents when the note was deleted.</td>\n</tr>\n<tr>\n<td>notes.*.creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the note.</td>\n</tr>\n<tr>\n<td>notes.*.creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>notes.*.creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>notes.*.creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>notes.*.creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>notes.*.creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>notes.*.creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>notes.*.creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>notes.*.updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the note.</td>\n</tr>\n<tr>\n<td>notes.*.updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>notes.*.updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>notes.*.updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>notes.*.updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>notes.*.updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>notes.*.updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>notes.*.updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[{"disabled":true,"key":"search[first_name]","value":"Test"},{"disabled":true,"key":"search[last_name]","value":"Test"},{"disabled":true,"key":"search[phone]","value":"8135551212"},{"disabled":true,"key":"search[email]","value":"*@sticky.io"},{"disabled":true,"key":"search[is_member]","value":"1"},{"key":"search[created_at]","value":"{\"start\": \"2018-12-07\", \"end\":\"2018-12-07\"}"}],"variable":[]}},"response":[{"id":"b7abb14a-d5e9-49e7-be1a-f5f1425bea71","name":"Get Contacts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{app_key}}.{{domain}}{{v2_ext}}contacts?search[created_at]={\"start\": \"2018-12-07\", \"end\":\"2018-12-07\"}","protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}contacts"],"query":[{"key":"search[first_name]","value":"Test","type":"text","disabled":true},{"key":"search[last_name]","value":"Test","type":"text","disabled":true},{"key":"search[phone]","value":"8135551212","type":"text","disabled":true},{"key":"search[email]","value":"*@sticky.io","type":"text","disabled":true},{"key":"search[is_member]","value":"1","type":"text","disabled":true},{"key":"search[created_at]","value":"{\"start\": \"2018-12-07\", \"end\":\"2018-12-07\"}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 14 May 2020 17:36:44 GMT"},{"key":"Server","value":"Apache/2.4.41 ()"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"SUCCESS\",\r\n    \"current_page\": 1,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"email\": \"peszter@test.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-07-16 15:36:32\",\r\n            \"first_name\": \"paul\",\r\n            \"last_name\": \"ester\",\r\n            \"phone\": \"2223334444\",\r\n            \"phone_key\": \"2223334444\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"uuid\": \"9920966b-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Paul\",\r\n                    \"last_name\": \"Ester\",\r\n                    \"email\": \"peszter@test.com\",\r\n                    \"phone\": \"8135551212\",\r\n                    \"phone_key\": \"8135551212\",\r\n                    \"street\": \"123 Any St\",\r\n                    \"street_2\": null,\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"33594\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2019-07-25 08:46:18\",\r\n                    \"updated_at\": \"2019-11-20 09:42:55\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                },\r\n                {\r\n                    \"id\": 40,\r\n                    \"uuid\": \"9920b471-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Paul\",\r\n                    \"last_name\": \"Ester\",\r\n                    \"email\": \"peszter@test.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"2502 N Rocky Pointe Drive\",\r\n                    \"street_2\": \"145\",\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"33607\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2019-11-14 05:52:35\",\r\n                    \"updated_at\": \"2019-11-20 09:42:55\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"id\": 42,\r\n                    \"uuid\": \"9920b5b5-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Bob\",\r\n                    \"last_name\": \"McTesterson\",\r\n                    \"email\": \"BMcTesterson940469@test.com\",\r\n                    \"phone\": \"+18135551212\",\r\n                    \"phone_key\": \"18135551212\",\r\n                    \"street\": \"106 N Park Blvd\",\r\n                    \"street_2\": \"Unit 504\",\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"940469\",\r\n                    \"is_default\": 1,\r\n                    \"created_at\": \"2019-11-20 09:42:45\",\r\n                    \"updated_at\": \"2019-11-20 09:42:55\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"id\": 111,\r\n                    \"uuid\": \"465797ff-b766-4d9e-9c69-75a155cbb17d\",\r\n                    \"first_name\": \"Pauly\",\r\n                    \"last_name\": \"Ester\",\r\n                    \"email\": \"peszter@test.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"123 Main St\",\r\n                    \"street_2\": \"\",\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"33607\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2020-04-07 07:24:47\",\r\n                    \"updated_at\": \"2020-04-07 07:24:47\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ],\r\n            \"notes\": [\r\n                {\r\n                    \"id\": 3,\r\n                    \"value\": \"Adding a note\",\r\n                    \"created_at\": \"2019-11-14 05:53:25\",\r\n                    \"updated_at\": \"2019-11-14 05:53:25\",\r\n                    \"deleted_at\": null,\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                },\r\n                {\r\n                    \"id\": 4,\r\n                    \"value\": \"Adding a note 7ed2fcfc-52af-44a9-b4ef-9ca08149e60e\",\r\n                    \"created_at\": \"2019-11-20 09:43:43\",\r\n                    \"updated_at\": \"2019-11-20 09:43:43\",\r\n                    \"deleted_at\": null,\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                },\r\n                {\r\n                    \"id\": 5,\r\n                    \"value\": \"Adding a note 206d3aa8-a279-430c-b10f-01de10ef7e4a\",\r\n                    \"created_at\": \"2019-11-20 09:43:46\",\r\n                    \"updated_at\": \"2019-11-20 09:43:46\",\r\n                    \"deleted_at\": null,\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"email\": \"bob@bobspaintings.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-08-27 10:20:16\",\r\n            \"first_name\": \"Bob\",\r\n            \"last_name\": \"Boberson\",\r\n            \"phone\": \"7266356233\",\r\n            \"phone_key\": \"7266356233\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 51,\r\n                    \"uuid\": \"9920bb83-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Bob\",\r\n                    \"last_name\": \"Boberson\",\r\n                    \"email\": \"bob@bobspaintings.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"444 Bob St\",\r\n                    \"street_2\": \"\",\r\n                    \"city\": \"Bobtown\",\r\n                    \"state\": \"AZ\",\r\n                    \"zip\": \"15123\",\r\n                    \"is_default\": 1,\r\n                    \"created_at\": \"2019-12-13 13:27:55\",\r\n                    \"updated_at\": \"2019-12-26 08:53:52\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    }\r\n                },\r\n                {\r\n                    \"id\": 55,\r\n                    \"uuid\": \"9920c0b2-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Wade\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"bob@bobspaintings.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"123 Main St\",\r\n                    \"street_2\": \"\",\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"33607\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2019-12-30 09:02:52\",\r\n                    \"updated_at\": \"2019-12-30 09:02:52\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ],\r\n            \"notes\": [\r\n                {\r\n                    \"id\": 10,\r\n                    \"value\": \"This is good ole Bobby Boberson\",\r\n                    \"created_at\": \"2019-12-30 07:17:44\",\r\n                    \"updated_at\": \"2019-12-30 07:17:44\",\r\n                    \"deleted_at\": null,\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"email\": \"no@email.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-09-12 08:01:25\",\r\n            \"first_name\": \"Wade\",\r\n            \"last_name\": \"Test\",\r\n            \"phone\": \"8135551212\",\r\n            \"phone_key\": \"8135551212\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 26,\r\n                    \"uuid\": \"9920ab5e-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Wade\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"no@email.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"123 Main St\",\r\n                    \"street_2\": \"\",\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"33607\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2019-11-08 15:41:34\",\r\n                    \"updated_at\": \"2019-11-08 15:41:34\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": null,\r\n                    \"updator\": null\r\n                },\r\n                {\r\n                    \"id\": 86,\r\n                    \"uuid\": \"fab55b4f-6c8b-4c63-b94e-25814644ab38\",\r\n                    \"first_name\": \"Wade\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"no@email.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"123 Main St 106\",\r\n                    \"street_2\": \"\",\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"33607\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2020-03-24 11:43:11\",\r\n                    \"updated_at\": \"2020-03-24 11:43:11\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ],\r\n            \"notes\": [\r\n                {\r\n                    \"id\": 8,\r\n                    \"value\": \"sdfasdfsdfs\",\r\n                    \"created_at\": \"2019-12-26 15:18:28\",\r\n                    \"updated_at\": \"2019-12-26 15:18:28\",\r\n                    \"deleted_at\": null,\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                },\r\n                {\r\n                    \"id\": 9,\r\n                    \"value\": \"asdasdadasda\",\r\n                    \"created_at\": \"2019-12-26 15:18:33\",\r\n                    \"updated_at\": \"2019-12-26 15:18:33\",\r\n                    \"deleted_at\": null,\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"email\": \"hardknock@life.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-10-08 13:33:53\",\r\n            \"first_name\": \"Multiple\",\r\n            \"last_name\": \"Products\",\r\n            \"phone\": \"8135551212\",\r\n            \"phone_key\": \"8135551212\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 5,\r\n            \"email\": \"fake@email.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-10-08 13:40:13\",\r\n            \"first_name\": \"Multiple\",\r\n            \"last_name\": \"Products\",\r\n            \"phone\": \"8135551212\",\r\n            \"phone_key\": \"8135551212\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"email\": \"none@email.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-10-09 07:37:52\",\r\n            \"first_name\": \"Multiple\",\r\n            \"last_name\": \"Subscriptions\",\r\n            \"phone\": \"8135551212\",\r\n            \"phone_key\": \"8135551212\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 56,\r\n                    \"uuid\": \"9920c14a-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Multiple\",\r\n                    \"last_name\": \"Subscriptions\",\r\n                    \"email\": \"none@email.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"123 Main Rd\",\r\n                    \"street_2\": \"\",\r\n                    \"city\": \"Tampa\",\r\n                    \"state\": \"FL\",\r\n                    \"zip\": \"33607\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2020-01-06 14:28:00\",\r\n                    \"updated_at\": \"2020-01-06 14:28:00\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 7,\r\n            \"email\": \"pester@test.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-11 14:12:32\",\r\n            \"first_name\": \"paul\",\r\n            \"last_name\": \"ester\",\r\n            \"phone\": \"2223334444\",\r\n            \"phone_key\": \"2223334444\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 3,\r\n                    \"uuid\": \"992099f0-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Lionel\",\r\n                    \"last_name\": \"Beer\",\r\n                    \"email\": \"peszter@test.com\",\r\n                    \"phone\": \"1-530-312-1354\",\r\n                    \"phone_key\": \"15303121354\",\r\n                    \"street\": \"735 Prohaska Curve Fall\",\r\n                    \"street_2\": null,\r\n                    \"city\": \"Port Hunterview\",\r\n                    \"state\": \"IA\",\r\n                    \"zip\": \"97725\",\r\n                    \"is_default\": 1,\r\n                    \"created_at\": \"2019-11-04 07:11:25\",\r\n                    \"updated_at\": \"2019-11-04 07:11:25\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 3,\r\n                        \"id\": 2,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"Primary Admin\",\r\n                        \"email\": \"developers@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 8,\r\n            \"email\": \"owyman@yahoo.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:12:13\",\r\n            \"first_name\": \"Evelyn\",\r\n            \"last_name\": \"Cassin\",\r\n            \"phone\": \"1-713-442-5954\",\r\n            \"phone_key\": \"17134425954\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [\r\n                {\r\n                    \"id\": 11,\r\n                    \"field_type_id\": 4,\r\n                    \"name\": \"Test 4f6640ae-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"token_key\": \"test_4f6640ae-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"is_multi\": 0,\r\n                    \"type_id\": 13,\r\n                    \"values\": [\r\n                        {\r\n                            \"option_id\": 0,\r\n                            \"value\": \"0\",\r\n                            \"name\": \"Test 4f6640ae-fefc-11e9-bd0e-12f0b4779fbe\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 13,\r\n                    \"field_type_id\": 1,\r\n                    \"name\": \"Test56085f73-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"token_key\": \"test56085f73-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"is_multi\": 0,\r\n                    \"type_id\": 13,\r\n                    \"values\": [\r\n                        {\r\n                            \"option_id\": 0,\r\n                            \"value\": \"ALerT&#40;123)\",\r\n                            \"name\": \"Test56085f73-fefc-11e9-bd0e-12f0b4779fbe\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 5,\r\n                    \"uuid\": \"99209b9c-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Tyrel\",\r\n                    \"last_name\": \"Kreiger\",\r\n                    \"email\": \"peszter@test.com\",\r\n                    \"phone\": \"(289)696-8799\",\r\n                    \"phone_key\": \"2896968799\",\r\n                    \"street\": \"1621 Mariane Causeway Flat\",\r\n                    \"street_2\": null,\r\n                    \"city\": \"New Judsontown\",\r\n                    \"state\": \"PA\",\r\n                    \"zip\": \"72895\",\r\n                    \"is_default\": 1,\r\n                    \"created_at\": \"2019-11-04 07:20:06\",\r\n                    \"updated_at\": \"2019-11-04 07:20:06\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 3,\r\n                        \"id\": 2,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"Primary Admin\",\r\n                        \"email\": \"developers@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 9,\r\n            \"email\": \"emelia69@hotmail.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:20:36\",\r\n            \"first_name\": \"Felicita\",\r\n            \"last_name\": \"Waters\",\r\n            \"phone\": \"1-481-881-8384\",\r\n            \"phone_key\": \"14818818384\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [\r\n                {\r\n                    \"id\": 11,\r\n                    \"field_type_id\": 4,\r\n                    \"name\": \"Test 4f6640ae-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"token_key\": \"test_4f6640ae-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"is_multi\": 0,\r\n                    \"type_id\": 13,\r\n                    \"values\": [\r\n                        {\r\n                            \"option_id\": 0,\r\n                            \"value\": \"0\",\r\n                            \"name\": \"Test 4f6640ae-fefc-11e9-bd0e-12f0b4779fbe\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 13,\r\n                    \"field_type_id\": 1,\r\n                    \"name\": \"Test56085f73-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"token_key\": \"test56085f73-fefc-11e9-bd0e-12f0b4779fbe\",\r\n                    \"is_multi\": 0,\r\n                    \"type_id\": 13,\r\n                    \"values\": [\r\n                        {\r\n                            \"option_id\": 0,\r\n                            \"value\": \"ALerT&#40;123)\",\r\n                            \"name\": \"Test56085f73-fefc-11e9-bd0e-12f0b4779fbe\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 14,\r\n                    \"field_type_id\": 1,\r\n                    \"name\": \"Test 7a0db3b3-fefd-11e9-bd0e-12f0b4779fbe\",\r\n                    \"token_key\": \"test_7a0db3b3-fefd-11e9-bd0e-12f0b4779fbe\",\r\n                    \"is_multi\": 0,\r\n                    \"type_id\": 13,\r\n                    \"values\": [\r\n                        {\r\n                            \"option_id\": 0,\r\n                            \"value\": \"TestAdd\",\r\n                            \"name\": \"Test 7a0db3b3-fefd-11e9-bd0e-12f0b4779fbe\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 16,\r\n                    \"field_type_id\": 2,\r\n                    \"name\": \"Test 7dc50dfc-fefd-11e9-bd0e-12f0b4779fbe\",\r\n                    \"token_key\": \"test_7dc50dfc-fefd-11e9-bd0e-12f0b4779fbe\",\r\n                    \"is_multi\": 0,\r\n                    \"type_id\": 13,\r\n                    \"values\": [\r\n                        {\r\n                            \"option_id\": 0,\r\n                            \"value\": \"13\",\r\n                            \"name\": \"Test 7dc50dfc-fefd-11e9-bd0e-12f0b4779fbe\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 18,\r\n                    \"field_type_id\": 1,\r\n                    \"name\": \"Test81ee410e-fefd-11e9-bd0e-12f0b4779fbe\",\r\n                    \"token_key\": \"test81ee410e-fefd-11e9-bd0e-12f0b4779fbe\",\r\n                    \"is_multi\": 0,\r\n                    \"type_id\": 13,\r\n                    \"values\": [\r\n                        {\r\n                            \"option_id\": 0,\r\n                            \"value\": \"TestAdd\",\r\n                            \"name\": \"Test81ee410e-fefd-11e9-bd0e-12f0b4779fbe\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"addresses\": [],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 10,\r\n            \"email\": \"kaylin65@example.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:24:19\",\r\n            \"first_name\": \"Brittany\",\r\n            \"last_name\": \"Wolf\",\r\n            \"phone\": \"\",\r\n            \"phone_key\": \"\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 11,\r\n            \"email\": \"koss.yvonne@example.org\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:24:22\",\r\n            \"first_name\": \"Robin\",\r\n            \"last_name\": \"OKeefe\",\r\n            \"phone\": \"15896638522\",\r\n            \"phone_key\": \"15896638522\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 12,\r\n            \"email\": \"owen09@example.net\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:24:27\",\r\n            \"first_name\": \"Zetta\",\r\n            \"last_name\": \"Franecki\",\r\n            \"phone\": \"1-990-406-9255\",\r\n            \"phone_key\": \"19904069255\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 38,\r\n                    \"uuid\": \"9920b30e-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Zetta\",\r\n                    \"last_name\": \"Franecki\",\r\n                    \"email\": \"owen09@example.net\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"4795 DAmore Prairie\",\r\n                    \"street_2\": \"Apt. 914\",\r\n                    \"city\": \"West Fannie\",\r\n                    \"state\": \"AR\",\r\n                    \"zip\": \"30903\",\r\n                    \"is_default\": 1,\r\n                    \"created_at\": \"2019-11-13 09:14:19\",\r\n                    \"updated_at\": \"2019-12-26 14:52:57\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    }\r\n                }\r\n            ],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 13,\r\n            \"email\": \"pagac.sven@example.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:24:34\",\r\n            \"first_name\": \"Guy\",\r\n            \"last_name\": \"Kerluke\",\r\n            \"phone\": \"(549)347-1985\",\r\n            \"phone_key\": \"5493471985\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [\r\n                {\r\n                    \"id\": 39,\r\n                    \"uuid\": \"9920b3af-3603-11ea-ac6b-128d3a43b06f\",\r\n                    \"first_name\": \"Guy\",\r\n                    \"last_name\": \"Kerluke\",\r\n                    \"email\": \"pagac.sven@example.com\",\r\n                    \"phone\": \"2223334444\",\r\n                    \"phone_key\": \"2223334444\",\r\n                    \"street\": \"84094 Herzog Ports\",\r\n                    \"street_2\": \"Suite 321\",\r\n                    \"city\": \"New Leonorview\",\r\n                    \"state\": \"IA\",\r\n                    \"zip\": \"03399-6316\",\r\n                    \"is_default\": 0,\r\n                    \"created_at\": \"2019-11-13 09:14:22\",\r\n                    \"updated_at\": \"2019-11-13 09:14:22\",\r\n                    \"deleted_at\": null,\r\n                    \"country\": \"US\",\r\n                    \"creator\": {\r\n                        \"department_id\": 0,\r\n                        \"id\": 1,\r\n                        \"is_active\": 1,\r\n                        \"name\": \"sticky.io\",\r\n                        \"email\": \"admin@sticky.io\",\r\n                        \"call_center_provider_id\": 0\r\n                    },\r\n                    \"updator\": null\r\n                }\r\n            ],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 14,\r\n            \"email\": \"erin26@example.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:24:36\",\r\n            \"first_name\": \"Antwon\",\r\n            \"last_name\": \"Cormier\",\r\n            \"phone\": \"1-273-486-3290\",\r\n            \"phone_key\": \"12734863290\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [],\r\n            \"notes\": []\r\n        },\r\n        {\r\n            \"id\": 15,\r\n            \"email\": \"eolson@example.com\",\r\n            \"origin_id\": 0,\r\n            \"is_member\": 0,\r\n            \"created_at\": \"2019-11-04 07:24:51\",\r\n            \"first_name\": \"วชิราภรณ์์\",\r\n            \"last_name\": \"ウェブサイトのメンテナ\",\r\n            \"phone\": \"1-293-920-6902\",\r\n            \"phone_key\": \"12939206902\",\r\n            \"opted_communications\": 1,\r\n            \"custom_fields\": [],\r\n            \"addresses\": [],\r\n            \"notes\": []\r\n        }\r\n    ],\r\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/contacts?page=1\",\r\n    \"from\": 1,\r\n    \"last_page\": 8,\r\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/contacts?page=8\",\r\n    \"next_page_url\": \"https://dnvbdemo.sticky.io/api/v2/contacts?page=2\",\r\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/contacts\",\r\n    \"per_page\": 15,\r\n    \"prev_page_url\": null,\r\n    \"to\": 15,\r\n    \"total\": 119\r\n}"}],"_postman_id":"4bac8f47-3998-4190-b7d8-e2302b737d3c"}],"id":"4c1fe72f-1985-485c-93df-a851831e3b15","event":[{"listen":"prerequest","script":{"id":"e0525c54-2e5b-447d-97ee-8120600e60f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2cdf490c-c969-45b7-80a5-181129c1c7e2","type":"text/javascript","exec":[""]}}],"_postman_id":"4c1fe72f-1985-485c-93df-a851831e3b15","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Coupons","item":[{"name":"Meta","item":[{"name":"Get Coupon Types","id":"6fcce119-2449-42ca-9c8c-c67bd8c57574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/types","description":"<p>Fetch a list of all coupon types</p>\n<p><strong>Response Data</strong><br />Response parameters expected in coupon type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The coupon type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The coupon type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fcce119-2449-42ca-9c8c-c67bd8c57574"},{"name":"Get Coupon Discount Types","id":"01d0ecc4-9d32-4f7b-ae95-f4c60e78c97e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/discount_types","description":"<p>Fetch a list of all coupon discount types</p>\n<p><strong>Response Data</strong><br />Response parameters expected in coupon discount type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The coupon discount type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The coupon discount type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["discount_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"01d0ecc4-9d32-4f7b-ae95-f4c60e78c97e"},{"name":"Get Coupon Discount Behavior Types","id":"153b7b40-4647-47a6-a0a2-5e7c85200f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/discount_behavior_types","description":"<p>Fetch a list of all coupon discount behavior types</p>\n<p><strong>Response Data</strong><br />Response parameters expected in coupon discount behavior type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The coupon discount behavior type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The coupon discount behavior type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["discount_behavior_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"153b7b40-4647-47a6-a0a2-5e7c85200f03"}],"id":"fe9d8bdf-b9a7-4875-9edf-8712b8b1197b","event":[{"listen":"prerequest","script":{"id":"586b90e5-883c-4e74-b783-8ea1bb1d8faa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"32f55bca-1de3-4dff-8d47-5ba7bfc5d155","type":"text/javascript","exec":[""]}}],"_postman_id":"fe9d8bdf-b9a7-4875-9edf-8712b8b1197b","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Promo Codes","item":[{"name":"Get Promo Codes","id":"c5115a06-4bd4-4c61-8f18-cc721b2ba3a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/promo_codes","description":"<p>Fetch a list of all promo codes</p>\n<p><strong>Response Data</strong><br />Response parameters expected in promo code object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The promo code ID.</td>\n</tr>\n<tr>\n<td>use_count</td>\n<td>Integer</td>\n<td>The promo code usage count.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The promo code.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The promo code active status.</td>\n</tr>\n<tr>\n<td>is_deleted</td>\n<td>Integer Flag</td>\n<td>The promo code deleted status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the promo code's creation.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The promo code creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>String</td>\n<td>The promo code timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The promo code creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the promo code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["promo_codes"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5115a06-4bd4-4c61-8f18-cc721b2ba3a1"},{"name":"Get Profile Promo Codes","id":"5caa7ab1-6035-4cad-9135-d02185d63377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/{{coupon_profile_id}}/promo_codes","description":"<p>Fetch a list of all promo codes attached to the coupon profile ID</p>\n<p><strong>Response Data</strong><br />Response parameters expected in promo code object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The promo code ID.</td>\n</tr>\n<tr>\n<td>use_count</td>\n<td>Integer</td>\n<td>The promo code usage count.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The promo code.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The promo code active status.</td>\n</tr>\n<tr>\n<td>is_deleted</td>\n<td>Integer Flag</td>\n<td>The promo code deleted status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the promo code's creation.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The promo code creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>String</td>\n<td>The promo code timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The promo code creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the promo code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{coupon_profile_id}}","promo_codes"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"5caa7ab1-6035-4cad-9135-d02185d63377"},{"name":"Create Promo Code","id":"cfd1616f-b054-45c4-96f6-76aba7bb5ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"code\":\"Example code\"\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/promo_codes","description":"<p>Create a promo code</p>\n<p>In this api you will receive an \"id\" in the response and then use this \"id\" in request data of \"Update Coupon Profile\" Api to add it into respective coupon profile.  </p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The promo code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["promo_codes"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfd1616f-b054-45c4-96f6-76aba7bb5ee1"},{"name":"Delete Promo Code","id":"6f8fbc1c-15ac-4d79-823e-d0d0a87cf309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"code\":\"Example code\",\r\n    \"csrf\":\"{{csrf}}\"\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/promo_codes/{{promo_code_id}}","description":"<p>Delete an existing promo code.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["promo_codes","{{promo_code_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f8fbc1c-15ac-4d79-823e-d0d0a87cf309"}],"id":"a62b56f7-9dda-41fd-b573-e650e0928569","_postman_id":"a62b56f7-9dda-41fd-b573-e650e0928569","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Get Coupon Profiles","id":"fcf2a7d6-bc0a-4281-b48e-4289e8a71606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons","description":"<p>Fetch a list of all coupon profiles</p>\n<p><strong>Response Data</strong><br />Response parameters expected in coupon profile object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The coupon profile ID.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The coupon type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The coupon profile name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The coupon profile description.</td>\n</tr>\n<tr>\n<td>use_count</td>\n<td>Integer</td>\n<td>The coupon profile usage count.</td>\n</tr>\n<tr>\n<td>discount_amount discount_amt</td>\n<td>Float</td>\n<td>Coupon profile discount amount.</td>\n</tr>\n<tr>\n<td>discount_percent discount_pct</td>\n<td>Float</td>\n<td>Coupon profile discount percentage.</td>\n</tr>\n<tr>\n<td>minimum_purchase</td>\n<td>Float</td>\n<td>Coupon profile minimum purchase amount.</td>\n</tr>\n<tr>\n<td>is_lifetime</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will be used throughout the life of a subscription.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>minimum_quantity min_qty</td>\n<td>Integer</td>\n<td>Minimum purchase quantity required to activate coupon profile. If BOGO this is going to be the <code>buy</code> quantity.</td>\n</tr>\n<tr>\n<td>maximum_quantity max_qty</td>\n<td>Integer</td>\n<td>Maximum purchase quantity to apply product coupon to. If BOGO this is going to be the <code>get</code> quantity.</td>\n</tr>\n<tr>\n<td>is_bogo</td>\n<td>Integer Flag</td>\n<td>The coupon profile's buy one get one status.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The coupon profile active status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's creation.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The coupon profile creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>String</td>\n<td>The coupon profile timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The coupon profile creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's last update timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The coupon profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>String</td>\n<td>The coupon profile timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The coupon profile last update timestamp timezone.</td>\n</tr>\n<tr>\n<td>expires_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's expiration.</td>\n</tr>\n<tr>\n<td>expires_at.date</td>\n<td>String</td>\n<td>The coupon profile expiration timestamp.</td>\n</tr>\n<tr>\n<td>expires_at.timezone_type</td>\n<td>String</td>\n<td>The coupon profile timezone type ID.</td>\n</tr>\n<tr>\n<td>expires_at.timezone</td>\n<td>String</td>\n<td>The coupon profile expiration timestamp timezone.</td>\n</tr>\n<tr>\n<td>is_free_shipping</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will make the shipping to be free.</td>\n</tr>\n<tr>\n<td>promo_code_count</td>\n<td>Integer</td>\n<td>The coupon profile promo codes count.</td>\n</tr>\n<tr>\n<td>limits</td>\n<td>Object</td>\n<td>An object containing the coupon profile limits.</td>\n</tr>\n<tr>\n<td>limits.total</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_customer</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used by a single customer.</td>\n</tr>\n<tr>\n<td>limits.per_code</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_code_per_customer</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used by a single customer.</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the coupon profile.</td>\n</tr>\n<tr>\n<td>creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the coupon profile.</td>\n</tr>\n<tr>\n<td>updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>Array of products objects associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>products.*.id</td>\n<td>Integer</td>\n<td>The product's list ID.</td>\n</tr>\n<tr>\n<td>products.*.coupon_id</td>\n<td>Integer</td>\n<td>The coupon ID.</td>\n</tr>\n<tr>\n<td>products.*.product_id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>products.*.variant_id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>promo_codes</td>\n<td>Array</td>\n<td>Array of promo_codes objects associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>promo_codes.*.id</td>\n<td>Integer</td>\n<td>The promo code ID.</td>\n</tr>\n<tr>\n<td>promo_codes.*.use_count</td>\n<td>Integer</td>\n<td>The promo code usage count.</td>\n</tr>\n<tr>\n<td>promo_codes.*.code</td>\n<td>String</td>\n<td>The promo code.</td>\n</tr>\n<tr>\n<td>promo_codes.*.is_active</td>\n<td>Integer Flag</td>\n<td>The promo code active status.</td>\n</tr>\n<tr>\n<td>promo_codes.*.is_deleted</td>\n<td>Integer Flag</td>\n<td>The promo code deleted status.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the promo code's creation.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at.date</td>\n<td>String</td>\n<td>The promo code creation timestamp.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at.timezone_type</td>\n<td>String</td>\n<td>The promo code timezone type ID.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at.timezone</td>\n<td>String</td>\n<td>The promo code creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_by</td>\n<td>Integer</td>\n<td>The user ID that created the promo code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcf2a7d6-bc0a-4281-b48e-4289e8a71606"},{"name":"Create Coupon Profile","id":"0fe44cd6-a9aa-49b9-a82a-3b64ef7cdd87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Order Coupon Example\",\r\n    \"description\": \"This is an order coupon example\",\r\n    \"type_id\": 1,\r\n    \"minimum_purchase\": 0,\r\n    \"is_lifetime\": 0,\r\n    \"is_free_shipping\": 1,\r\n    \"expiration\": {\r\n        \"date\": \"2021-09-21\",\r\n        \"timezone\": \"America\\/New_York\"\r\n    },\r\n    \"limits\": {\r\n        \"total\": 10,\r\n        \"per_customer\": 0,\r\n        \"per_code\": 4,\r\n        \"per_code_per_customer\": 5\r\n    },\r\n    \"promo_codes\": [\r\n        {\r\n            \"code\": \"OrderCouponABC\"\r\n        }\r\n    ],\r\n    \"discount\": {\r\n        \"type_id\": 34,\r\n        \"behavior_type_id\": 36,\r\n        \"percent\": 99\r\n    }\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons","description":"<p>Create a new coupon profile. For the <code>promo_codes</code> array, you make either pass an id of an existing promo code or you can pass the <code>code</code> and a new promo code will be generated. For meta data like <code>type_id</code> and the like, see the Coupon / Meta folder</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The coupon profile name between 1-30.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The coupon profile description between 1-255.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon type ID.</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>Required</td>\n<td>-</td>\n<td>Object</td>\n<td>The coupon discount object associated with coupon profile.</td>\n</tr>\n<tr>\n<td>discount.type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon discount type ID.</td>\n</tr>\n<tr>\n<td>discount.amount</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Float</td>\n<td>The coupon discount amount. Required if <code>discount.type_id</code> is a <code>Dollar</code></td>\n</tr>\n<tr>\n<td>discount.percent</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon discount percent  between 1-100. Required if <code>discount.type_id</code> is a <code>Percent</code>.</td>\n</tr>\n<tr>\n<td>discount.behavior_type_id</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon discount behavior type ID.</td>\n</tr>\n<tr>\n<td>minimum_purchase</td>\n<td>Required</td>\n<td>-</td>\n<td>Float</td>\n<td>Coupon profile minimum purchase amount.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Optional</td>\n<td>null</td>\n<td>Integer</td>\n<td>Coupon profile product ID.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Optional</td>\n<td>null</td>\n<td>Integer</td>\n<td>Coupon profile variant ID.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of products objects associated with the coupon profile. Required if <code>type_id</code> is a <code>Product</code> and if <code>product_id</code> and <code>variant_id</code> are not provided.</td>\n</tr>\n<tr>\n<td>products.*.product_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>products.*.variant_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>minimum_quantity</td>\n<td>Required Sometimes</td>\n<td>0</td>\n<td>Integer</td>\n<td>Minimum purchase quantity required to activate coupon profile minimum 1. Required if <code>type_id</code> is a <code>Product</code> and if the <code>bogo</code> object is not provided</td>\n</tr>\n<tr>\n<td>maximum_quantity</td>\n<td>Required Sometimes</td>\n<td>0</td>\n<td>Integer</td>\n<td>Maximum purchase quantity to apply product coupon to minimum 1. Required if <code>type_id</code> is a <code>Product</code> and if the <code>bogo</code> object is not provided</td>\n</tr>\n<tr>\n<td>is_lifetime</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will be used throughout the life of a subscription.</td>\n</tr>\n<tr>\n<td>is_free_shipping</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will make the shipping to be free.</td>\n</tr>\n<tr>\n<td>expiration</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's expiration.</td>\n</tr>\n<tr>\n<td>expiration.date</td>\n<td>Required</td>\n<td>-</td>\n<td>date</td>\n<td>The coupon profile expiration date YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>expiration.timezone</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The coupon profile expiration valid timezone name.</td>\n</tr>\n<tr>\n<td>limits</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>An object containing the coupon profile limits.</td>\n</tr>\n<tr>\n<td>limits.total</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_customer</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used by a single customer.</td>\n</tr>\n<tr>\n<td>limits.per_code</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_code_per_customer</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used by a single customer.</td>\n</tr>\n<tr>\n<td>promo_codes</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of products objects associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>promo_codes.*.code</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>String</td>\n<td>The promo code between 1-30 symbols. Required if <code>promo_codes.*.id</code> is not provided, will be created a new one.</td>\n</tr>\n<tr>\n<td>promo_codes.*.id</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer</td>\n<td>The promo code ID. Required if <code>promo_codes.*.code</code> is not provided</td>\n</tr>\n<tr>\n<td>bogo</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Object</td>\n<td>The coupon discount object associated with coupon profile. Required if <code>type_id</code> is a <code>Product</code> and <code>minimum_quantity</code> is not provided.</td>\n</tr>\n<tr>\n<td>bogo.buy</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Count of products to buy to use the BOGO. Will overwrite <code>minimum_quantity</code></td>\n</tr>\n<tr>\n<td>bogo.get</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Count of discounted products when the BOGO requirement is met. Will overwrite <code>maximum_quantity</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[{"id":"0167bf2d-4a64-46f1-8fc1-3ad58ea71503","name":"Create Product Coupon Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Example Product Coupon Profile\",\r\n    \"description\": \"The is an example coupon profile\",\r\n    \"type_id\": 2,\r\n    \"minimum_purchase\": 0,\r\n    \"is_lifetime\": 0,\r\n    \"is_free_shipping\": 1,\r\n    \"expiration\": {\r\n        \"date\": \"2021-09-21\",\r\n        \"timezone\": \"America\\/New_York\"\r\n    },\r\n    \"limits\": {\r\n        \"total\": 5,\r\n        \"per_customer\": 7,\r\n        \"per_code\": 8,\r\n        \"per_code_per_customer\": 9\r\n    },\r\n    \"promo_codes\": [\r\n        {\r\n            \"code\": \"PromoCodeABC\"\r\n        }\r\n    ],\r\n    \"discount\": {\r\n        \"type_id\": 33,\r\n        \"behavior_type_id\": 36,\r\n        \"amount\": \"3.43\"\r\n    },\r\n    \"product_id\": 4,\r\n    \"variant_id\": 1,\r\n    \"minimum_quantity\": 1,\r\n    \"maximum_quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{dev_folder}}/api/coupons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Sep 2020 13:01:56 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Set-Cookie","value":"token=f06a6gi6ru4uavks9p5qrq9bq4; expires=Mon, 21-Sep-2020 14:16:56 GMT; Max-Age=4500; path=/; secure; HttpOnly; SameSite=None"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1191"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 29,\n        \"type_id\": 2,\n        \"name\": \"Example Product Coupon Profile\",\n        \"description\": \"The is an example coupon profile\",\n        \"use_count\": 0,\n        \"discount_amt\": \"3.43\",\n        \"discount_pct\": \"0.00\",\n        \"minimum_purchase\": \"0.00\",\n        \"is_lifetime\": 0,\n        \"product_id\": 4,\n        \"variant_id\": 1,\n        \"min_qty\": 1,\n        \"max_qty\": 2,\n        \"is_bogo\": 0,\n        \"discount_amount\": \"3.43\",\n        \"discount_percent\": \"0.00\",\n        \"minimum_quantity\": 1,\n        \"maximum_quantity\": 2,\n        \"is_active\": 1,\n        \"created_at\": {\n            \"date\": \"2020-09-21 09:01:57\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2020-09-21 09:01:57\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"expires_at\": {\n            \"date\": \"2021-09-21 00:00:00\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_free_shipping\": 1,\n        \"promo_code_count\": 1,\n        \"limits\": {\n            \"total\": 5,\n            \"per_customer\": 7,\n            \"per_code\": 8,\n            \"per_code_per_customer\": 9\n        },\n        \"creator\": {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"username\": \"primary_admin\",\n            \"email\": \"developers@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"username\": \"primary_admin\",\n            \"email\": \"developers@sticky.io\",\n            \"call_center_provider_id\": 0\n        }\n    }\n}"},{"id":"72aac12b-bfea-4573-8578-1b86bfae7460","name":"Create Multi-Product Coupon Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Example Product Coupon Profile\",\r\n    \"description\": \"The is an example coupon profile\",\r\n    \"type_id\": 2,\r\n    \"minimum_purchase\": 0,\r\n    \"is_lifetime\": 0,\r\n    \"is_free_shipping\": 1,\r\n    \"expiration\": {\r\n        \"date\": \"2021-09-21\",\r\n        \"timezone\": \"America\\/New_York\"\r\n    },\r\n    \"limits\": {\r\n        \"total\": 5,\r\n        \"per_customer\": 7,\r\n        \"per_code\": 8,\r\n        \"per_code_per_customer\": 9\r\n    },\r\n    \"promo_codes\": [\r\n        {\r\n            \"code\": \"PromoCodeABC\"\r\n        }\r\n    ],\r\n    \"discount\": {\r\n        \"type_id\": 33,\r\n        \"behavior_type_id\": 36,\r\n        \"amount\": \"3.43\"\r\n    },\r\n    \"products\": [\r\n        {\r\n            \"product_id\": \"4\",\r\n            \"variant_id\": \"1\"\r\n        },\r\n        {\r\n            \"product_id\": \"4\",\r\n            \"variant_id\": \"2\"\r\n        }\r\n    ],\r\n    \"minimum_quantity\": 1,\r\n    \"maximum_quantity\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{dev_folder}}/api/coupons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Sep 2020 13:01:56 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Set-Cookie","value":"token=f06a6gi6ru4uavks9p5qrq9bq4; expires=Mon, 21-Sep-2020 14:16:56 GMT; Max-Age=4500; path=/; secure; HttpOnly; SameSite=None"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1191"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 29,\n        \"type_id\": 2,\n        \"name\": \"Example Product Coupon Profile\",\n        \"description\": \"The is an example coupon profile\",\n        \"use_count\": 0,\n        \"discount_amt\": \"3.43\",\n        \"discount_pct\": \"0.00\",\n        \"minimum_purchase\": \"0.00\",\n        \"is_lifetime\": 0,\n        \"product_id\": null,\n        \"variant_id\": null,\n        \"min_qty\": 1,\n        \"max_qty\": 2,\n        \"is_bogo\": 0,\n        \"discount_amount\": \"3.43\",\n        \"discount_percent\": \"0.00\",\n        \"minimum_quantity\": 1,\n        \"maximum_quantity\": 2,\n        \"is_active\": 1,\n        \"created_at\": {\n            \"date\": \"2020-09-21 09:01:57\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2020-09-21 09:01:57\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"expires_at\": {\n            \"date\": \"2021-09-21 00:00:00\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_free_shipping\": 1,\n        \"promo_code_count\": 1,\n        \"limits\": {\n            \"total\": 5,\n            \"per_customer\": 7,\n            \"per_code\": 8,\n            \"per_code_per_customer\": 9\n        },\n        \"creator\": {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"username\": \"primary_admin\",\n            \"email\": \"developers@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"username\": \"primary_admin\",\n            \"email\": \"developers@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        \"products\": [\n            {\n                \"id\": 7,\n                \"coupon_id\": 4,\n                \"product_id\": 4,\n                \"variant_id\": 1\n            },\n            {\n                \"id\": 8,\n                \"coupon_id\": 4,\n                \"product_id\": 4,\n                \"variant_id\": 2\n            }\n        ]\n    }\n}"},{"id":"9858c229-b123-4da3-af76-6b3e371e3eb6","name":"Create Order Coupon Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Order Coupon Example\",\r\n    \"description\": \"This is an order coupon example\",\r\n    \"type_id\": 1,\r\n    \"minimum_purchase\": 0,\r\n    \"is_lifetime\": 0,\r\n    \"is_free_shipping\": 1,\r\n    \"expiration\": {\r\n        \"date\": \"2021-09-21\",\r\n        \"timezone\": \"America\\/New_York\"\r\n    },\r\n    \"limits\": {\r\n        \"total\": 10,\r\n        \"per_customer\": 0,\r\n        \"per_code\": 4,\r\n        \"per_code_per_customer\": 5\r\n    },\r\n    \"promo_codes\": [\r\n        {\r\n            \"code\": \"OrderCouponABC\"\r\n        }\r\n    ],\r\n    \"discount\": {\r\n        \"type_id\": 34,\r\n        \"behavior_type_id\": 36,\r\n        \"percent\": 99\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{dev_folder}}/api/coupons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Sep 2020 13:02:52 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Set-Cookie","value":"token=f06a6gi6ru4uavks9p5qrq9bq4; expires=Mon, 21-Sep-2020 14:17:52 GMT; Max-Age=4500; path=/; secure; HttpOnly; SameSite=None"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1189"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 30,\n        \"type_id\": 1,\n        \"name\": \"Order Coupon Example\",\n        \"description\": \"This is an order coupon example\",\n        \"use_count\": 0,\n        \"discount_amt\": \"0.00\",\n        \"discount_pct\": \"99.00\",\n        \"minimum_purchase\": \"0.00\",\n        \"is_lifetime\": 0,\n        \"product_id\": null,\n        \"variant_id\": null,\n        \"min_qty\": 0,\n        \"max_qty\": 0,\n        \"is_bogo\": 0,\n        \"discount_amount\": \"0.00\",\n        \"discount_percent\": \"99.00\",\n        \"minimum_quantity\": 0,\n        \"maximum_quantity\": 0,\n        \"is_active\": 1,\n        \"created_at\": {\n            \"date\": \"2020-09-21 09:02:52\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2020-09-21 09:02:52\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"expires_at\": {\n            \"date\": \"2021-09-21 00:00:00\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_free_shipping\": 1,\n        \"promo_code_count\": 1,\n        \"limits\": {\n            \"total\": 10,\n            \"per_customer\": 0,\n            \"per_code\": 4,\n            \"per_code_per_customer\": 5\n        },\n        \"creator\": {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"username\": \"primary_admin\",\n            \"email\": \"developers@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"username\": \"primary_admin\",\n            \"email\": \"developers@sticky.io\",\n            \"call_center_provider_id\": 0\n        }\n    }\n}"}],"_postman_id":"0fe44cd6-a9aa-49b9-a82a-3b64ef7cdd87"},{"name":"Get Coupon Profile","id":"dcc174a5-07d7-44ec-9d82-f79e9a59005d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/{{coupon_id}}","description":"<p>Fetch a single coupon profile</p>\n<p><strong>Response Data</strong><br />Response parameters expected in coupon profile object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The coupon profile ID.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The coupon type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The coupon profile name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The coupon profile description.</td>\n</tr>\n<tr>\n<td>use_count</td>\n<td>Integer</td>\n<td>The coupon profile usage count.</td>\n</tr>\n<tr>\n<td>discount_amount discount_amt</td>\n<td>Float</td>\n<td>Coupon profile discount amount.</td>\n</tr>\n<tr>\n<td>discount_percent discount_pct</td>\n<td>Float</td>\n<td>Coupon profile discount percentage.</td>\n</tr>\n<tr>\n<td>minimum_purchase</td>\n<td>Float</td>\n<td>Coupon profile minimum purchase amount.</td>\n</tr>\n<tr>\n<td>is_lifetime</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will be used throughout the life of a subscription.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>minimum_quantity min_qty</td>\n<td>Integer</td>\n<td>Minimum purchase quantity required to activate coupon profile. If BOGO this is going to be the <code>buy</code> quantity.</td>\n</tr>\n<tr>\n<td>maximum_quantity max_qty</td>\n<td>Integer</td>\n<td>Maximum purchase quantity to apply product coupon to. If BOGO this is going to be the <code>get</code> quantity.</td>\n</tr>\n<tr>\n<td>is_bogo</td>\n<td>Integer Flag</td>\n<td>The coupon profile's buy one get one status.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The coupon profile active status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's creation.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The coupon profile creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>String</td>\n<td>The coupon profile timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The coupon profile creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's last update timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The coupon profile last updated timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>String</td>\n<td>The coupon profile timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The coupon profile last update timestamp timezone.</td>\n</tr>\n<tr>\n<td>expires_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's expiration.</td>\n</tr>\n<tr>\n<td>expires_at.date</td>\n<td>String</td>\n<td>The coupon profile expiration timestamp.</td>\n</tr>\n<tr>\n<td>expires_at.timezone_type</td>\n<td>String</td>\n<td>The coupon profile timezone type ID.</td>\n</tr>\n<tr>\n<td>expires_at.timezone</td>\n<td>String</td>\n<td>The coupon profile expiration timestamp timezone.</td>\n</tr>\n<tr>\n<td>is_free_shipping</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will make the shipping to be free.</td>\n</tr>\n<tr>\n<td>promo_code_count</td>\n<td>Integer</td>\n<td>The coupon profile promo codes count.</td>\n</tr>\n<tr>\n<td>limits</td>\n<td>Object</td>\n<td>An object containing the coupon profile limits.</td>\n</tr>\n<tr>\n<td>limits.total</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_customer</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used by a single customer.</td>\n</tr>\n<tr>\n<td>limits.per_code</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_code_per_customer</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used by a single customer.</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that created the coupon profile.</td>\n</tr>\n<tr>\n<td>creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>creator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>creator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>creator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>creator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>creator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the admin user that last updated the coupon profile.</td>\n</tr>\n<tr>\n<td>updator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>updator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n<tr>\n<td>updator.id</td>\n<td>Integer</td>\n<td>The admin user ID.</td>\n</tr>\n<tr>\n<td>updator.is_active</td>\n<td>Integer Flag</td>\n<td>The admin user active status.</td>\n</tr>\n<tr>\n<td>updator.name</td>\n<td>String</td>\n<td>The admin user name.</td>\n</tr>\n<tr>\n<td>updator.email</td>\n<td>String</td>\n<td>The admin user email.</td>\n</tr>\n<tr>\n<td>updator.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provider ID associated with the admin user</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>Array of products objects associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>products.*.id</td>\n<td>Integer</td>\n<td>The product's list ID.</td>\n</tr>\n<tr>\n<td>products.*.coupon_id</td>\n<td>Integer</td>\n<td>The coupon ID.</td>\n</tr>\n<tr>\n<td>products.*.product_id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>products.*.variant_id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>promo_codes</td>\n<td>Array</td>\n<td>Array of products objects associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>promo_codes.*.id</td>\n<td>Integer</td>\n<td>The promo code ID.</td>\n</tr>\n<tr>\n<td>promo_codes.*.use_count</td>\n<td>Integer</td>\n<td>The promo code usage count.</td>\n</tr>\n<tr>\n<td>promo_codes.*.code</td>\n<td>String</td>\n<td>The promo code.</td>\n</tr>\n<tr>\n<td>promo_codes.*.is_active</td>\n<td>Integer Flag</td>\n<td>The promo code active status.</td>\n</tr>\n<tr>\n<td>promo_codes.*.is_deleted</td>\n<td>Integer Flag</td>\n<td>The promo code deleted status.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the promo code's creation.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at.date</td>\n<td>String</td>\n<td>The promo code creation timestamp.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at.timezone_type</td>\n<td>String</td>\n<td>The promo code timezone type ID.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_at.timezone</td>\n<td>String</td>\n<td>The promo code creation timestamp timezone.</td>\n</tr>\n<tr>\n<td>promo_codes.*.created_by</td>\n<td>Integer</td>\n<td>The user ID that created the promo code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{coupon_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[{"id":"bae4a916-34ea-400b-a80a-e89c4071883c","name":"Get Coupon Profile","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/{{coupon_profile_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Apr 2019 16:59:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"811"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Coupon test\",\n        \"description\": \"test\",\n        \"use_count\": 6,\n        \"discount_amt\": \"2.00\",\n        \"discount_pct\": \"0.00\",\n        \"minimum_purchase\": \"0.00\",\n        \"is_lifetime\": 0,\n        \"created_by\": 1,\n        \"created_at\": {\n            \"date\": \"2018-05-11 13:13:56.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_by\": 1,\n        \"updated_at\": {\n            \"date\": \"2018-10-02 16:45:44.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"expires_at\": null,\n        \"is_free_shipping\": 0,\n        \"promo_code_count\": 1,\n        \"limits\": null,\n        \"creator\": {\n            \"department_id\": 0,\n            \"id\": 1,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 0,\n            \"id\": 1,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"promo_codes\": [\n            {\n                \"id\": 2,\n                \"code\": \"2DOLLAR\",\n                \"use_count\": 3\n            }\n        ]\n    }\n}"}],"_postman_id":"dcc174a5-07d7-44ec-9d82-f79e9a59005d"},{"name":"Update Coupon Profile","id":"0f4b805f-db96-43b1-85df-49d07bd0e6c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/{{coupon_id}}","description":"<p>Update an existing coupon profile. For the <code>promo_codes</code> array, you make either pass an id of an existing promo code or you can pass the <code>code</code> and a new promo code will be generated. For meta data like <code>type_id</code> and the like, see the Coupon Meta folder. For payload examples, see the Create Coupon Profile method</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The coupon profile name between 1-30 symbols.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The coupon profile description 1-255 symbols.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon type ID.</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>The coupon discount object associated with coupon profile.</td>\n</tr>\n<tr>\n<td>discount.type_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon discount type ID.</td>\n</tr>\n<tr>\n<td>discount.amount</td>\n<td>Optional</td>\n<td>-</td>\n<td>Float</td>\n<td>The coupon discount amount.</td>\n</tr>\n<tr>\n<td>discount.percent</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon discount percent between 1-100.</td>\n</tr>\n<tr>\n<td>discount.behavior_type_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The coupon discount behavior type ID.</td>\n</tr>\n<tr>\n<td>minimum_purchase</td>\n<td>Optional</td>\n<td>-</td>\n<td>Float</td>\n<td>Coupon profile minimum purchase amount.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Optional</td>\n<td>null</td>\n<td>Integer</td>\n<td>Coupon profile product ID.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Optional</td>\n<td>null</td>\n<td>Integer</td>\n<td>Coupon profile variant ID.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of products objects associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>products.*.product_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>products.*.variant_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>minimum_quantity</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>Minimum purchase quantity required to activate coupon profile minimum 1.</td>\n</tr>\n<tr>\n<td>maximum_quantity</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer</td>\n<td>Maximum purchase quantity to apply product coupon to minimum 1.</td>\n</tr>\n<tr>\n<td>is_lifetime</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will be used throughout the life of a subscription.</td>\n</tr>\n<tr>\n<td>is_free_shipping</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a coupon profile will make the shipping to be free.</td>\n</tr>\n<tr>\n<td>expiration</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the coupon profile's expiration.</td>\n</tr>\n<tr>\n<td>expiration.date</td>\n<td>Required</td>\n<td>-</td>\n<td>date</td>\n<td>The coupon profile expiration date YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>expiration.timezone</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The coupon profile expiration valid timezone name.</td>\n</tr>\n<tr>\n<td>limits</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>An object containing the coupon profile limits.</td>\n</tr>\n<tr>\n<td>limits.total</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_customer</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a coupon profile may be used by a single customer.</td>\n</tr>\n<tr>\n<td>limits.per_code</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used globally by any customer.</td>\n</tr>\n<tr>\n<td>limits.per_code_per_customer</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum number of times a promo code may be used by a single customer.</td>\n</tr>\n<tr>\n<td>add_promocodes</td>\n<td>optional</td>\n<td></td>\n<td>boolean (0,1)</td>\n<td>0 means we will remove old promocodes and 1 means we will not remove old promo codes and add the new ones. If we will not passing this parameter then it will simply go with default behaviour and replace old promocodes with new ones. And this will only work if we have promocodes array ofcourse.</td>\n</tr>\n<tr>\n<td>promo_codes</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of products objects associated with the coupon profile.</td>\n</tr>\n<tr>\n<td>promo_codes.*.code</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>String</td>\n<td>The promo code between 1-30 symbols. Required if <code>promo_codes.\\\\\\\\*.id</code> is not provided, will be created a new one.</td>\n</tr>\n<tr>\n<td>promo_codes.*.id</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer</td>\n<td>The promo code ID. Required if <code>promo_codes.\\\\\\\\*.code</code> is not provided</td>\n</tr>\n<tr>\n<td>bogo</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>The coupon discount object associated with coupon profile.</td>\n</tr>\n<tr>\n<td>bogo.buy</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Count of products to buy to use the BOGO. Will overwrite <code>minimum_quantity</code></td>\n</tr>\n<tr>\n<td>bogo.get</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Count of discounted products when the BOGO requirement is met. Will overwrite <code>maximum_quantity</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{coupon_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f4b805f-db96-43b1-85df-49d07bd0e6c8"},{"name":"Delete  Coupon Profile","id":"8cfd35b4-75bc-4ede-8269-99cb38882757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}coupons/{{coupon_id}}","description":"<p>Delete an existing coupon profile</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{coupon_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}coupons"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cfd35b4-75bc-4ede-8269-99cb38882757"},{"name":"Delete  Order Coupon","id":"1ae52dbe-eff7-494c-9221-48b5dfe04dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/13539/coupon","description":"<p>Remove the coupon from the next recurring order.  </p>\n<h4 id=\"conditions-for-coupon-removal\"><strong>Conditions for Coupon Removal</strong></h4>\n<p>To be eligible for coupon removal from the next recurring order, an order must meet the following conditions:</p>\n<ol>\n<li><p><strong>Order Status</strong>: The order must not be pending, deleted, or on hold.</p>\n</li>\n<li><p><strong>Recurring Status</strong>: The order must be recurring-enabled, with a non-empty recurring date.</p>\n</li>\n<li><p><strong>Coupon Status</strong>: A coupon must be currently applied to the order.</p>\n</li>\n</ol>\n<p>If the provided order meets these criteria, the coupon can be removed for the next recurring order in the subscription.</p>\n<ul>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><code>{{order_id}}</code>: Replace this placeholder with the specific order ID or use an applicable child order ID that has a coupon applied and is pending recurrence.</li>\n</ul>\n</li>\n</ul>\n<p>The coupon will be removed for the next recurring order in the subscription chain.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["13539","coupon"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ae52dbe-eff7-494c-9221-48b5dfe04dc2"}],"id":"a39871fc-b4e3-4ae9-a4c9-97c27b2be825","event":[{"listen":"prerequest","script":{"id":"5876e287-138d-49d8-8a9d-dc00eb09044b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd3d8d59-d53b-4ba7-abca-9d023ab77b1b","type":"text/javascript","exec":[""]}}],"_postman_id":"a39871fc-b4e3-4ae9-a4c9-97c27b2be825","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Get All Custom Fields","id":"187dc7a7-1c5d-430e-b793-4913c54c8dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields","description":"<p>Fetch a list of all custom fields</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>field_type_id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>token_key</td>\n<td>String</td>\n<td>The custom field email token field.</td>\n</tr>\n<tr>\n<td>is_multi</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.value</td>\n<td>String</td>\n<td>The option value.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"5e6096db-e45f-4c12-94e5-5d1a60e9b610","name":"Get Single Custom Field","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Oct 2018 17:52:08 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 7,\n        \"field_type_id\": 5,\n        \"name\": \"Color\",\n        \"is_multi\": 1,\n        \"options\": [\n            {\n                \"id\": 1,\n                \"value\": \"Blue\"\n            },\n            {\n                \"id\": 2,\n                \"value\": \"Green\"\n            },\n            {\n                \"id\": 3,\n                \"value\": \"Red\"\n            }\n        ]\n    }\n}"}],"_postman_id":"187dc7a7-1c5d-430e-b793-4913c54c8dd9"},{"name":"Get Single Custom Field","id":"210a4717-dc8e-4438-a143-56453b44f6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}","description":"<p>Fetch a single coupon profile</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>field_type_id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>token_key</td>\n<td>String</td>\n<td>The custom field email token field.</td>\n</tr>\n<tr>\n<td>is_multi</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.value</td>\n<td>String</td>\n<td>The option value.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["{{custom_field_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"c1f51bcf-91f1-40e4-a26b-aac8e2439f02","name":"Get Single Custom Field","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Oct 2018 17:52:08 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 7,\n        \"field_type_id\": 5,\n        \"name\": \"Color\",\n        \"is_multi\": 1,\n        \"options\": [\n            {\n                \"id\": 1,\n                \"value\": \"Blue\"\n            },\n            {\n                \"id\": 2,\n                \"value\": \"Green\"\n            },\n            {\n                \"id\": 3,\n                \"value\": \"Red\"\n            }\n        ]\n    }\n}"}],"_postman_id":"210a4717-dc8e-4438-a143-56453b44f6ea"},{"name":"Update Custom Field","id":"a1307484-2fc1-407e-b0b7-c164ba1d484e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Platform-Key","value":"80f4ff8b-c641-11e8-ab90-12f0b4779fbe","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Updated Name\",\n\t\"options\":\n    [\n   \t   \"Green\",\n   \t   \"Blue\",\n   \t   \"Red\"\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}","description":"<p>Update an existing custom field.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field name. Accepted values are letters, numbers, spaces, underscores, and dashes.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.  Required if field type is Enumeration.</td>\n</tr>\n<tr>\n<td>options.*</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["{{custom_field_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"ca9fcd43-f3e3-484d-9566-1aa9b337b888","name":"Update Custom Field","originalRequest":{"method":"PUT","header":[{"key":"Platform-Key","value":"80f4ff8b-c641-11e8-ab90-12f0b4779fbe","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 09 Nov 2018 17:54:44 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 31,\n        \"field_type_id\": 5,\n        \"name\": \"Updated Name\",\n        \"is_multi\": 1,\n        \"options\": [\n            {\n                \"id\": 21,\n                \"value\": \"Blue\"\n            },\n            {\n                \"id\": 22,\n                \"value\": \"Green\"\n            },\n            {\n                \"id\": 82,\n                \"value\": \"Pink\"\n            }\n        ],\n        \"type_id\": 3,\n        \"values\": []\n    }\n}"}],"_postman_id":"a1307484-2fc1-407e-b0b7-c164ba1d484e"},{"name":"Create Custom Field","id":"0c92bd31-9a01-482f-ba52-e6e492e68c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"name\":\"Favorite Color\",\r\n   \"field_type_id\":5,\r\n   \"type_id\":13,\r\n   \"is_multi\":1,\r\n   \"options\":\r\n   [\r\n   \t  \"Blue\",\r\n   \t  \"Green\",\r\n   \t  \"Red\"\r\n   ],\r\n   \"token_key\":\"my_custom_token_key\"\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields","description":"<p>Create a new custom field</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>field_type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field's field type ID.  (relates to input type: text, multi, date, range, etc.)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field display name. Max length of 100 Characters. Accepted values are letters, numbers, spaces, underscores, and dashes. The name must start with a letter.</td>\n</tr>\n<tr>\n<td>token_key</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field email token field. Token key to reference the custom field in email templates. Max length of 100 Characters. Can be a combination of letters, numbers, underscores and dashes. The token_key must start with a letter. Once created, the token_key can not be edited/updated</td>\n</tr>\n<tr>\n<td>is_multi</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of options associated with the custom field. Required if field type is <code>Enumeration</code>.</td>\n</tr>\n<tr>\n<td>options.*</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The option name.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field's type ID. Relates to the entity type. ie 2 for orders</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"650d838c-a399-4775-8e38-b58e224cfa6a","name":"Create Custom Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Favorite Color\",\n    \"field_type_id\": 5,\n    \"type_id\": 3,\n    \"is_multi\": 1,\n    \"options\": [\n        \"Blue\",\n        \"Green\",\n        \"Red\"\n    ],\n    \"token_key\": \"my_custom_token_key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Jan 2019 20:21:37 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"229"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"name\": \"Favorite Color\",\n        \"field_type_id\": 5,\n        \"is_multi\": 1,\n        \"token_key\": \"my_custom_token_key\",\n        \"id\": 350,\n        \"options\": [\n            {\n                \"id\": 244,\n                \"value\": \"Blue\"\n            },\n            {\n                \"id\": 245,\n                \"value\": \"Green\"\n            },\n            {\n                \"id\": 246,\n                \"value\": \"Red\"\n            }\n        ],\n        \"type_id\": 3\n    }\n}"}],"_postman_id":"0c92bd31-9a01-482f-ba52-e6e492e68c49"},{"name":"Get Types","id":"dfc7dde5-7631-4b21-a605-922f617278b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/types","description":"<p>Fetch a list of all custom field's types</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field's type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field's name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"657533ee-daed-4dac-a5cb-80f5cfa75a98","name":"Get Types","originalRequest":{"method":"GET","header":[{"key":"Platform-Key","value":"80f4ff8b-c641-11e8-ab90-12f0b4779fbe","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 26 Oct 2018 12:01:50 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Order\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Product\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Customer\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Prospect\"\n        }\n    ]\n}"}],"_postman_id":"dfc7dde5-7631-4b21-a605-922f617278b3"},{"name":"Get Field Types","id":"41699e41-751d-46a7-8bb5-81b75c43a318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/field_types","description":"<p>Fetch a list of all custom field's field types</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field's field type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field's field name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["field_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"c51558e4-6c06-47fe-966c-f5475dba43f1","name":"Get Field Types","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/field_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Oct 2018 18:13:03 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"157"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Text\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Numeric\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Date\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Boolean\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Enumeration\"\n        }\n    ]\n}"}],"_postman_id":"41699e41-751d-46a7-8bb5-81b75c43a318"},{"name":"Get Options For Custom Field","id":"b9420723-e2b2-4b4b-9aac-2e119035909b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}/options","description":"<p>Fetch a list of all options attached to requested custom field ID</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field's field type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["{{custom_field_id}}","options"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"8ec65ff2-d936-40ef-8186-9acdd193da38","name":"Get Options For Custom Field","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Oct 2018 18:17:55 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"101"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"value\": \"Blue\"\n        },\n        {\n            \"id\": 2,\n            \"value\": \"Green\"\n        },\n        {\n            \"id\": 3,\n            \"value\": \"Red\"\n        }\n    ]\n}"}],"_postman_id":"b9420723-e2b2-4b4b-9aac-2e119035909b"},{"name":"Add Option To Custom Field","id":"b8161fae-9895-4612-970a-64876c22b6c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"value\":\"Black\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}/options","description":"<p>Add an option to an existing custom field's option list.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["{{custom_field_id}}","options"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"362f9d2c-7445-4c68-9146-caa46a0436f4","name":"Add Option To Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"Black\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/7/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Oct 2018 18:37:07 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"177"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"value\": \"Blue\"\n        },\n        {\n            \"id\": 2,\n            \"value\": \"Green\"\n        },\n        {\n            \"id\": 3,\n            \"value\": \"Red\"\n        },\n        {\n            \"id\": 4,\n            \"value\": \"Yellow\"\n        },\n        {\n            \"id\": 5,\n            \"value\": \"Black\"\n        }\n    ]\n}"}],"_postman_id":"b8161fae-9895-4612-970a-64876c22b6c6"},{"name":"Delete Custom Field","id":"d168ef02-5444-4ad6-afb4-1feb7cfe00d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}","description":"<p>Delete an existing custom field</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["{{custom_field_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[],"_postman_id":"d168ef02-5444-4ad6-afb4-1feb7cfe00d9"},{"name":"Delete Option From Custom Field","id":"da991a6e-5403-48b0-b6f0-a4f3c08ab759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/{{custom_field_id}}/options/{{option_id}}","description":"<p>Delete an existing option from custom field's option list</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","name":"Custom Fields","type":"folder"}},"urlObject":{"protocol":"https","path":["{{custom_field_id}}","options","{{option_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[],"_postman_id":"da991a6e-5403-48b0-b6f0-a4f3c08ab759"}],"id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0","description":"<p>Custom Fields are available for the following Types:</p>\n<ul>\n<li>Products</li>\n<li>Prospects</li>\n<li>Customers</li>\n<li>Orders</li>\n</ul>\n<p>An example request to add a Custom Field Value can be found in the section for the respective Type</p>\n<p><strong>PLEASE NOTE</strong>\nThe maximum number of Custom Fields per type is 250.\nThe maximum number of Options that can be attached to a Custom Field is 250\nThe maximum number of Custom Field Values that can be attached per Type ID is 250</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d59a3b9e-3278-458e-a788-b81d12e06f90","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"baec0bb6-34d5-456b-9001-a9c1bb9050b3","type":"text/javascript","exec":[""]}}],"_postman_id":"7bfb3b59-c800-4a9f-af6b-ce892c8c9ba0"},{"name":"Customers","item":[{"name":"Get Customer Custom Fields","id":"55bdc723-17b3-4c88-a228-caf4be8bebd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/customers","description":"<p>Fetch a list of all custom fields created for customers</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>field_type_id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>token_key</td>\n<td>String</td>\n<td>The custom field email token field.</td>\n</tr>\n<tr>\n<td>is_multi</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.value</td>\n<td>String</td>\n<td>The option value.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["customers"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"e717efcd-71f0-4dbb-9ebe-a16ab46b1081","name":"Get Customer Custom Fields","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Feb 2019 17:17:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"950"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 7,\n            \"field_type_id\": 5,\n            \"name\": \"Favorite Color\",\n            \"token_key\": \"favorite_color\",\n            \"is_multi\": 0,\n            \"options\": [\n                {\n                    \"id\": 8,\n                    \"value\": \"Red\"\n                },\n                {\n                    \"id\": 9,\n                    \"value\": \"Blue\"\n                },\n                {\n                    \"id\": 10,\n                    \"value\": \"Green\"\n                }\n            ],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 9,\n            \"field_type_id\": 2,\n            \"name\": \"Household Income\",\n            \"token_key\": \"household_income\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 10,\n            \"field_type_id\": 5,\n            \"name\": \"Favorite Colors\",\n            \"token_key\": \"favorite_colors\",\n            \"is_multi\": 1,\n            \"options\": [\n                {\n                    \"id\": 14,\n                    \"value\": \"Blue\"\n                },\n                {\n                    \"id\": 15,\n                    \"value\": \"Yellow\"\n                },\n                {\n                    \"id\": 16,\n                    \"value\": \"Green\"\n                },\n                {\n                    \"id\": 17,\n                    \"value\": \"Red\"\n                }\n            ],\n            \"type_id\": 13\n        }\n    ],\n    \"first_page_url\": \"http://dnvbdemo.limelightcrm.com/api/v2/custom_fields/customers?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://dnvbdemo.limelightcrm.com/api/v2/custom_fields/customers?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://dnvbdemo.limelightcrm.com/api/v2/custom_fields/customers\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"55bdc723-17b3-4c88-a228-caf4be8bebd5"},{"name":"Add Custom Field Values","id":"6dddf553-3594-4da1-b86f-abd62acddb82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":161,\n\t\t\t\"value\":\"Manchester City\"\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/custom_fields","description":"<p>Attach an existing customer's custom fields and assign values for them to the customer.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field desired value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{customer_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"query":[],"variable":[]}},"response":[{"id":"50da8eae-93ae-427b-87ea-66207f1a4027","name":"Add Custom Field Values","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 161,\n            \"values\": [\n                {\n                    \"value\": \"Manchester City\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/custom_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:43:33 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"772"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"6dddf553-3594-4da1-b86f-abd62acddb82"},{"name":"Update Custom Field Values","id":"becc4979-1094-419d-a4b2-f868589166f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":161,\n\t\t\t\"value\":\"Machester City FC\"\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/custom_fields","description":"<p>Update custom fields list that attached to the customer.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field desired value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{customer_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"query":[],"variable":[]}},"response":[{"id":"9aa12c81-58a3-43b2-ba9a-fa18fc899d91","name":"Update Custom Field Values","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 161,\n            \"values\": [\n                {\n                    \"value\": \"Machester City FC\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/custom_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:44:43 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"774"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"becc4979-1094-419d-a4b2-f868589166f0"},{"name":"Delete Custom Field Values","id":"777efe1d-5010-488e-8885-8c6a51fbf632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/custom_fields/{{custom_field_id}}","description":"<p>Delete an existing custom field from the list attached to the customer</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{customer_id}}","custom_fields","{{custom_field_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"query":[],"variable":[]}},"response":[{"id":"4651d1b7-c3b9-428d-8030-962c50434094","name":"Delete Custom Field Values","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/custom_fields/{{custom_field_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:44:59 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"777efe1d-5010-488e-8885-8c6a51fbf632"},{"name":"Get Customer Interests","id":"659048fe-55ba-4539-8910-1a673f2f4364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/interests","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{customer_id}}","interests"],"host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"query":[],"variable":[]}},"response":[],"_postman_id":"659048fe-55ba-4539-8910-1a673f2f4364"},{"name":"Get Customer Subscriptions","id":"ca36ba2d-595d-49f9-9318-adfeb17bc366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/subscriptions?search[is_recurring]=1&search[is_archived]=0&search[is_hold]=0&search[recur_at]={\"start\": \"2021-06-05, \"end\": \"2021-06-06\"}&search[next_product_id]=1&search[billing_model_id]=7","description":"<p>This method is used to get subscriptions for a given customer using the customer_id.</p>\n<p><strong>Max Requests Per Minute</strong>: 120</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search[is_recurring]</code></td>\n<td>optional</td>\n<td>Boolean</td>\n<td>Search only for subscriptions that are recurring, or not recurring</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>search[is_archived]</code></td>\n<td>optional</td>\n<td>Boolean</td>\n<td>Search only for subscriptions that are archived, or not archived</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>search[is_hold]</code></td>\n<td>optional</td>\n<td>Boolean</td>\n<td>Search only for subscriptions that are on hold, or not on hold</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>search[recur_at]</code></td>\n<td>optional</td>\n<td>JSON Object</td>\n<td>Search only for subscriptions with the specified <code>recur_at</code> date. A date range is also accepted by passing a JSON object with a <code>start</code> and <code>end</code> tag.</td>\n<td><code>{\"start\": \"2021-06-05, \"end\": \"2021-06-06\"}</code></td>\n</tr>\n<tr>\n<td><code>search[next_product_id]</code></td>\n<td>optional</td>\n<td>Integer</td>\n<td>Search only for subscriptions with the specified <code>next_product_id</code></td>\n<td>4</td>\n</tr>\n<tr>\n<td><code>search[billing_model_id]</code></td>\n<td>optional</td>\n<td>Integer</td>\n<td>Search only for subscriptions with the specified <code>billing_model_id</code></td>\n<td>7</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td>Data object containing customer subscriptions to match request</td>\n</tr>\n<tr>\n<td><code>response_code</code></td>\n<td>See <a href=\"#2266962e-ffc8-46b1-a6ad-f0f02e6f30d9\">Code Definitions</a> for definitions</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{customer_id}}","subscriptions"],"host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"query":[{"key":"search[is_recurring]","value":"1"},{"key":"search[is_archived]","value":"0"},{"key":"search[is_hold]","value":"0"},{"key":"search[recur_at]","value":"{\"start\": \"2021-06-05, \"end\": \"2021-06-06\"}"},{"key":"search[next_product_id]","value":"1"},{"key":"search[billing_model_id]","value":"7"}],"variable":[]}},"response":[{"id":"8a9ab1d6-3eb7-4b08-8ae4-45fece54a641","name":"Get Customer Subscriptions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/subscriptions?search[is_recurring]=1&search[is_archived]=0&search[is_hold]=0","protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"path":["{{customer_id}}","subscriptions"],"query":[{"key":"search[is_recurring]","value":"1"},{"key":"search[is_archived]","value":"0"},{"key":"search[is_hold]","value":"0"},{"key":"search[recur_at]","value":"{\"start\": \"2021-06-05, \"end\": \"2021-06-06\"}","disabled":true},{"key":"search[next_product_id]","value":"1","disabled":true},{"key":"search[billing_model_id]","value":"7","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 17 Jun 2020 16:06:05 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"6978"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": \"e3f74179f904885e076eafc7079fe136\",\n            \"order_id\": 10043,\n            \"created_at\": \"2020-06-17 11:59:40\",\n            \"is_recurring\": 1,\n            \"recur_at\": \"2020-06-24\",\n            \"depth\": 1,\n            \"forecasted_revenue\": \"30.00\",\n            \"credit\": \"0.00\",\n            \"product\": {\n                \"id\": 12,\n                \"variant_id\": 0,\n                \"name\": \"Lipstick\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"next_product\": {\n                \"id\": 12,\n                \"name\": \"Lipstick\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"shipping\": {\n                \"first_name\": \"Multiple\",\n                \"last_name\": \"Products\",\n                \"address\": \"123 Product Rd\",\n                \"address2\": \"504\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"zip\": \"33607\",\n                \"country\": \"United States\",\n                \"country_iso2\": \"US\"\n            },\n            \"discounts\": {\n                \"flat_amount\": \"0.00\",\n                \"percent\": 0,\n                \"prepaid\": \"0.00\"\n            },\n            \"status\": \"active\",\n            \"billing_model\": {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 1,\n                \"is_default\": null,\n                \"week\": 0,\n                \"day\": 0,\n                \"days\": 7,\n                \"date\": 7,\n                \"dates\": [],\n                \"description\": \"Bills every 7 days\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                }\n            }\n        },\n        {\n            \"id\": \"374632ca6fa9e21788a65f931ead0047\",\n            \"order_id\": 10028,\n            \"created_at\": \"2019-10-08 13:40:13\",\n            \"is_recurring\": 1,\n            \"recur_at\": \"2019-11-01\",\n            \"depth\": 0,\n            \"forecasted_revenue\": \"30.00\",\n            \"credit\": \"0.00\",\n            \"product\": {\n                \"id\": 13,\n                \"variant_id\": 0,\n                \"name\": \"Blush\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"next_product\": {\n                \"id\": 13,\n                \"name\": \"Blush\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"shipping\": {\n                \"first_name\": \"Multiple\",\n                \"last_name\": \"Products\",\n                \"address\": \"123 Product Rd\",\n                \"address2\": \"504\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"zip\": \"33607\",\n                \"country\": \"United States\",\n                \"country_iso2\": \"US\"\n            },\n            \"discounts\": {\n                \"flat_amount\": \"0.00\",\n                \"percent\": 0,\n                \"prepaid\": \"0.00\"\n            },\n            \"status\": \"active\",\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"First of Every Month\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:51\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:55\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 1,\n                \"is_default\": null,\n                \"week\": 0,\n                \"day\": 0,\n                \"days\": 1,\n                \"date\": 1,\n                \"dates\": [],\n                \"description\": \"Bills on the 1st day of the month\",\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Bill by date\"\n                }\n            }\n        },\n        {\n            \"id\": \"3395a31efcaf2970409576638cc3a822\",\n            \"order_id\": 10028,\n            \"created_at\": \"2019-10-08 13:40:13\",\n            \"is_recurring\": 1,\n            \"recur_at\": \"2019-11-03\",\n            \"depth\": 0,\n            \"forecasted_revenue\": \"30.00\",\n            \"credit\": \"0.00\",\n            \"product\": {\n                \"id\": 14,\n                \"variant_id\": 0,\n                \"name\": \"Mascara\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"next_product\": {\n                \"id\": 14,\n                \"name\": \"Mascara\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"shipping\": {\n                \"first_name\": \"Multiple\",\n                \"last_name\": \"Products\",\n                \"address\": \"123 Product Rd\",\n                \"address2\": \"504\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"zip\": \"33607\",\n                \"country\": \"United States\",\n                \"country_iso2\": \"US\"\n            },\n            \"discounts\": {\n                \"flat_amount\": \"0.00\",\n                \"percent\": 0,\n                \"prepaid\": \"0.00\"\n            },\n            \"status\": \"active\",\n            \"billing_model\": {\n                \"id\": 5,\n                \"name\": \"First Sunday\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:01\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:31:22\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 1,\n                \"is_default\": null,\n                \"week\": 1,\n                \"day\": 1,\n                \"days\": 0,\n                \"date\": 0,\n                \"dates\": [],\n                \"description\": \"Bills on the First Sunday of the month\",\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Bill by day\"\n                }\n            }\n        },\n        {\n            \"id\": \"63308ded86048fcf550b8f8f6082e767\",\n            \"order_id\": 10028,\n            \"created_at\": \"2019-10-08 13:40:13\",\n            \"is_recurring\": 1,\n            \"recur_at\": \"2019-12-15\",\n            \"depth\": 0,\n            \"forecasted_revenue\": \"30.00\",\n            \"credit\": \"0.00\",\n            \"product\": {\n                \"id\": 15,\n                \"variant_id\": 0,\n                \"name\": \"Applicator Brush\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"next_product\": {\n                \"id\": 15,\n                \"name\": \"Applicator Brush\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"shipping\": {\n                \"first_name\": \"Multiple\",\n                \"last_name\": \"Products\",\n                \"address\": \"123 Product Rd\",\n                \"address2\": \"504\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"zip\": \"33607\",\n                \"country\": \"United States\",\n                \"country_iso2\": \"US\"\n            },\n            \"discounts\": {\n                \"flat_amount\": \"0.00\",\n                \"percent\": 0,\n                \"prepaid\": \"0.00\"\n            },\n            \"status\": \"active\",\n            \"billing_model\": {\n                \"id\": 6,\n                \"name\": \"Quarterly 15th\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 5,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:14\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 1,\n                \"is_default\": null,\n                \"week\": 1,\n                \"day\": 1,\n                \"days\": 0,\n                \"date\": 0,\n                \"dates\": [\n                    {\n                        \"billing_model_id\": 6,\n                        \"month\": 3,\n                        \"day\": 15\n                    },\n                    {\n                        \"billing_model_id\": 6,\n                        \"month\": 6,\n                        \"day\": 15\n                    },\n                    {\n                        \"billing_model_id\": 6,\n                        \"month\": 9,\n                        \"day\": 15\n                    },\n                    {\n                        \"billing_model_id\": 6,\n                        \"month\": 12,\n                        \"day\": 15\n                    }\n                ],\n                \"description\": \"Bills on the scheduled month and day\",\n                \"type\": {\n                    \"id\": 4,\n                    \"name\": \"Bill by schedule\"\n                }\n            }\n        },\n        {\n            \"id\": \"ba8675648f465b1be93ae3745cc2a0d3\",\n            \"order_id\": 10028,\n            \"created_at\": \"2019-10-08 13:40:13\",\n            \"is_recurring\": 1,\n            \"recur_at\": \"2019-11-08\",\n            \"depth\": 0,\n            \"forecasted_revenue\": \"30.00\",\n            \"credit\": \"0.00\",\n            \"product\": {\n                \"id\": 16,\n                \"variant_id\": 0,\n                \"name\": \"Eyeshadow\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"next_product\": {\n                \"id\": 16,\n                \"name\": \"Eyeshadow\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"shipping\": {\n                \"first_name\": \"Multiple\",\n                \"last_name\": \"Products\",\n                \"address\": \"123 Product Rd\",\n                \"address2\": \"504\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"zip\": \"33607\",\n                \"country\": \"United States\",\n                \"country_iso2\": \"US\"\n            },\n            \"discounts\": {\n                \"flat_amount\": \"0.00\",\n                \"percent\": 0,\n                \"prepaid\": \"0.00\"\n            },\n            \"status\": \"active\",\n            \"billing_model\": {\n                \"id\": 7,\n                \"name\": \"Monthly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:24\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 1,\n                \"is_default\": null,\n                \"week\": 1,\n                \"day\": 1,\n                \"days\": 0,\n                \"date\": 0,\n                \"dates\": [],\n                \"description\": \"Bills on an interval relative to purchase day\",\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                }\n            }\n        },\n        {\n            \"id\": \"f544ec5eae25b120a3c451ec99a2cc5f\",\n            \"order_id\": 10028,\n            \"created_at\": \"2019-10-08 13:40:13\",\n            \"is_recurring\": 1,\n            \"recur_at\": \"2019-10-15\",\n            \"depth\": 0,\n            \"forecasted_revenue\": \"30.00\",\n            \"credit\": \"0.00\",\n            \"product\": {\n                \"id\": 4,\n                \"variant_id\": 0,\n                \"name\": \"Shirt\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"next_product\": {\n                \"id\": 4,\n                \"name\": \"Shirt\",\n                \"quantity\": 1,\n                \"children\": []\n            },\n            \"shipping\": {\n                \"first_name\": \"Multiple\",\n                \"last_name\": \"Products\",\n                \"address\": \"123 Product Rd\",\n                \"address2\": \"504\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"zip\": \"33607\",\n                \"country\": \"United States\",\n                \"country_iso2\": \"US\"\n            },\n            \"discounts\": {\n                \"flat_amount\": \"0.00\",\n                \"percent\": 0,\n                \"prepaid\": \"0.00\"\n            },\n            \"status\": \"active\",\n            \"billing_model\": {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 1,\n                \"is_default\": null,\n                \"week\": 0,\n                \"day\": 0,\n                \"days\": 7,\n                \"date\": 7,\n                \"dates\": [],\n                \"description\": \"Bills every 7 days\",\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                }\n            }\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/customers/9/subscriptions?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/customers/9/subscriptions?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/customers/9/subscriptions\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 6,\n    \"total\": 6\n}"}],"_postman_id":"ca36ba2d-595d-49f9-9318-adfeb17bc366"},{"name":"Create Customer Interest","id":"a328df13-858c-40dd-a684-dd95b76cd085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"product\",\n  \"id\": 148\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}/interests","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{customer_id}}","interests"],"host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"query":[],"variable":[]}},"response":[],"_postman_id":"a328df13-858c-40dd-a684-dd95b76cd085"},{"name":"Update Customer","id":"3fcb0345-c214-4a72-bc01-913ba819577f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dob\": \"1982-02-09\",\r\n    \"gender\": \"m\",\r\n    \"email\": \"email11@ok.com\",\r\n    \"phone\": \"8135551212\",\r\n    \"first_name\": \"Updated\",\r\n    \"last_name\": \"Customer\",\r\n    \"nick_name\": \"updateddoe\",\r\n    \"tax_exemption\": \"2\",\r\n     \"custom_fields\": [\r\n       {\r\n           \"id\": 1,\r\n           \"value\": \"Manchester City\"\r\n       }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}customers/{{customer_id}}","description":"<p>This method is used to update an existing customer record that match an ID provided in the API endpoint.</p>\n<p>These fields values of a customer record can be updated with this API.<br />'dob', 'gender', 'first_name', 'last_name', 'nick_name', 'email', 'phone', 'tax_exemption', 'custom_fields'</p>\n<p>In response you will get: A status of request for customer pre-defined fields and a status of custom fields along with customer and custom fields object.</p>\n<p>See the reqeuest parameters definition for customer record update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Params</th>\n<th>Example Values</th>\n<th>Data Format</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>first_name</code></td>\n<td>John</td>\n<td>string</td>\n<td>First name of the customer to update</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td>Doe</td>\n<td>string</td>\n<td>Last name of the customer to update</td>\n</tr>\n<tr>\n<td><code>gender</code></td>\n<td>m</td>\n<td>string</td>\n<td>Gender of the customer:  <br />m = Male  <br />f = Female  <br />o = Other</td>\n</tr>\n<tr>\n<td><code>dob</code></td>\n<td>1986-12-22</td>\n<td>date string</td>\n<td>Date of birth of the customer in date string</td>\n</tr>\n<tr>\n<td><code>nick_name</code></td>\n<td>John</td>\n<td>string</td>\n<td>Nick name of the customer</td>\n</tr>\n<tr>\n<td><code>custom_fields</code></td>\n<td>[  <br />{  <br />id: 1,  <br />value: my own field  <br />}  <br />]</td>\n<td>object</td>\n<td>Depends on Custom Fields section. Pass JSON object of custom fields in request.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>8135551212</td>\n<td>string</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><a href=\"https://mailto:johndoe@test.com\">johndoe@test.com</a></td>\n<td>string</td>\n<td>Email address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{customer_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}customers"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fcb0345-c214-4a72-bc01-913ba819577f"}],"id":"01c73db9-cd46-40d5-974d-2251f1c17ccb","_postman_id":"01c73db9-cd46-40d5-974d-2251f1c17ccb","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Gateways","item":[{"name":"Get Accounts","id":"45ac49c9-6b74-4d22-b78d-bf0ef48a0aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}providers/payment","description":"<p>Fetch all the payments providers.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The payment provider id.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The payment provider uuid.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The payment provider type (credit card/alternative)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["payment"],"host":["{{app_key}}","{{domain}}{{v2_ext}}providers"],"query":[],"variable":[]}},"response":[],"_postman_id":"45ac49c9-6b74-4d22-b78d-bf0ef48a0aeb"},{"name":"Get Account Fields","id":"7966fbf5-5a56-4a9c-89f3-06e990817ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}providers/payment/{{gateway_account_id}}/fields","description":"<p>Fetch all the fields for the given payment gateway.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>global_fields</td>\n<td>Object</td>\n<td>Contains all the global fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>account_fields</td>\n<td>Object</td>\n<td>Contains all the account fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>fee_fields</td>\n<td>Object</td>\n<td>Contains all the fee fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>provider_custom_fields</td>\n<td>Object or null</td>\n<td>Contains all the custom fields (one <strong>Object</strong> per field) for the given payment account provider.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["payment","{{gateway_account_id}}","fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}providers"],"query":[],"variable":[]}},"response":[],"_postman_id":"7966fbf5-5a56-4a9c-89f3-06e990817ebf"},{"name":"Get Profiles","id":"1e700021-5ddd-45ad-b516-e4e48edb6b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}providers/payment/{{gateway_account_id}}/profiles","description":"<p>Fetch a list of Profile objects for the given account ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each Provider object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_id</td>\n<td>Integer</td>\n<td>The account ID.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The Profile ID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The Profile alias.</td>\n</tr>\n<tr>\n<td>account_name</td>\n<td>String</td>\n<td>The account alias.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Object</td>\n<td>The Profile currency details.</td>\n</tr>\n<tr>\n<td>currency.title</td>\n<td>String</td>\n<td>The Profile currency long name.</td>\n</tr>\n<tr>\n<td>currency.code</td>\n<td>String</td>\n<td>The Profile currency code.</td>\n</tr>\n<tr>\n<td>currency.symbol_left</td>\n<td>String</td>\n<td>The Profile currency symbol.</td>\n</tr>\n<tr>\n<td>currency.id</td>\n<td>String</td>\n<td>The Profile currency ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["payment","{{gateway_account_id}}","profiles"],"host":["{{app_key}}","{{domain}}{{v2_ext}}providers"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e700021-5ddd-45ad-b516-e4e48edb6b6d"},{"name":"Get Profile Details","id":"12b56470-2354-43f9-b29a-b871095eeb72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}providers/payment/profiles/{{gateway_profile_id}}","description":"<p>Fetch a Profile object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the Profile object contained within the data field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_id</td>\n<td>Integer</td>\n<td>The account ID.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The Profile ID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The Profile alias.</td>\n</tr>\n<tr>\n<td>account_name</td>\n<td>String</td>\n<td>The account alias.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Object</td>\n<td>The Profile currency details.</td>\n</tr>\n<tr>\n<td>currency.title</td>\n<td>String</td>\n<td>The Profile currency long name.</td>\n</tr>\n<tr>\n<td>currency.code</td>\n<td>String</td>\n<td>The Profile currency code.</td>\n</tr>\n<tr>\n<td>currency.symbol_left</td>\n<td>String</td>\n<td>The Profile currency symbol.</td>\n</tr>\n<tr>\n<td>currency.id</td>\n<td>String</td>\n<td>The Profile currency ID.</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>Object</td>\n<td>The Profile fields.</td>\n</tr>\n<tr>\n<td>fields.global_fields</td>\n<td>Object</td>\n<td>Object of global fields associated with the Profile.</td>\n</tr>\n<tr>\n<td>fields.global_fields.cancellation_url</td>\n<td>String</td>\n<td>The fallback url after a cancellation has been made.</td>\n</tr>\n<tr>\n<td>fields.global_fields.chargeback_fee</td>\n<td>Numeric</td>\n<td>The Profile chargeback fee.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_email</td>\n<td>String</td>\n<td>The Profile customer service email.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_email_from</td>\n<td>String</td>\n<td>The Profile email from used when emails are sended.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_number</td>\n<td>String</td>\n<td>The Profile customer service number.</td>\n</tr>\n<tr>\n<td>fields.global_fields.cvv</td>\n<td>Integer Flag</td>\n<td>Specifies the Profile's type of CVV.</td>\n</tr>\n<tr>\n<td>fields.global_fields.descriptor</td>\n<td>String</td>\n<td>The Profile descriptor.</td>\n</tr>\n<tr>\n<td>fields.global_fields.global_monthly_cap</td>\n<td>Numeric</td>\n<td>The Profile maximum monthly amount.</td>\n</tr>\n<tr>\n<td>fields.global_fields.merchant_id</td>\n<td>String</td>\n<td>The Profile merchant id (can be an ID, UUID or string).</td>\n</tr>\n<tr>\n<td>fields.global_fields.mid_group</td>\n<td>String</td>\n<td>The profile group used for traffic balancing.</td>\n</tr>\n<tr>\n<td>fields.global_fields.processor</td>\n<td>Integer Flag</td>\n<td>The Profile processor ID.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_cap</td>\n<td>Numeric</td>\n<td>The Profile maximum amount of reserves.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_percent</td>\n<td>Numeric</td>\n<td>The Profile reserves percentaje.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_term</td>\n<td>Integer Flag</td>\n<td>The Profile reserves term id.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_term_days</td>\n<td>Numeric</td>\n<td>The Profile reserves term days quantity.</td>\n</tr>\n<tr>\n<td>fields.global_fields.transaction_fee</td>\n<td>Numeric</td>\n<td>The Profile transactions fee.</td>\n</tr>\n<tr>\n<td>fields.global_fields.url</td>\n<td>String</td>\n<td>The Profile main landing page.</td>\n</tr>\n<tr>\n<td>fields.global_fields.vertical</td>\n<td>Integer Flag</td>\n<td>The Profile vertical id.</td>\n</tr>\n<tr>\n<td>fields.account_fields</td>\n<td>Object</td>\n<td>The Profile account fields.</td>\n</tr>\n<tr>\n<td>fields.account_fields.api_login</td>\n<td>String</td>\n<td>The Profile user.</td>\n</tr>\n<tr>\n<td>fields.account_fields.capture_on_shipment</td>\n<td>Integer Flag</td>\n<td>Indicate whether the Profile should capture on shipment or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.lime_light_3d_verify</td>\n<td>Integer Flag</td>\n<td>Indicate whether the Profile should use 3d verification or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.signature_key</td>\n<td>String</td>\n<td>The Profile signature key.</td>\n</tr>\n<tr>\n<td>fields.account_fields.subscription_3d_protection</td>\n<td>Integer Flag</td>\n<td>The Profile 3D protection type.</td>\n</tr>\n<tr>\n<td>fields.account_fields.test_mode</td>\n<td>Boolean</td>\n<td>Indicate whether the Profile should run on test mode or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.trans_key</td>\n<td>String</td>\n<td>The Profile trans key.</td>\n</tr>\n<tr>\n<td>fields.account_fields.use_pre_auth_filter</td>\n<td>Boolean</td>\n<td>Indicate whether the the Profile should check for available balance before making a purchase.</td>\n</tr>\n<tr>\n<td>fields.account_fields.void_pre_auth</td>\n<td>Boolean</td>\n<td>Void for pre_auth.</td>\n</tr>\n<tr>\n<td>fields.fee_fields</td>\n<td>Object</td>\n<td>The Profile fees options.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.monthly_fee</td>\n<td>Numeric</td>\n<td>The Profile monthly fee.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.batch_fee</td>\n<td>Numeric</td>\n<td>The Profile fees for batch operations.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.visa</td>\n<td>Numeric</td>\n<td>The Profile fees for Visa payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.mastercard</td>\n<td>Numeric</td>\n<td>The Profile fees for Mastercard payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.discover</td>\n<td>Numeric</td>\n<td>The Profile fees for Discover payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.american_express</td>\n<td>Numeric</td>\n<td>The Profile fees for American Express payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.other</td>\n<td>Numeric</td>\n<td>The Profile fees for other payments types.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.refund_processing_fee</td>\n<td>Numeric</td>\n<td>The Profile fees for refundings.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.currency</td>\n<td>String Flag</td>\n<td>The Profile currency (default USD).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["payment","profiles","{{gateway_profile_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}providers"],"query":[],"variable":[]}},"response":[],"_postman_id":"12b56470-2354-43f9-b29a-b871095eeb72"},{"name":"Add Profile","id":"a5d24c5b-25e8-4148-bc43-8f78eb4e3720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"Test capture api\",\n    \"currency\": 1,\n    \"fields\": {\n        \"global_fields\": {\n            \"cancellation_url\": \"https://test.com/cancel\",\n            \"chargeback_fee\": 0,\n            \"customer_service_email\": \"test@foo.com\",\n            \"customer_service_email_from\": \"\",\n            \"customer_service_number\": 213113,\n            \"cvv\": 65,\n            \"descriptor\": \"desc\",\n            \"global_monthly_cap\": 50000000,\n            \"merchant_id\": \"Merch123\",\n            \"reserve_percent\": 60\n        },\n        \"account_fields\": {\n            \"signature_key\": \"7FFC9EUIS787HKS008978721C68353ECC2306D79A2B74B7D9029FB7AC72687DA38BBDACA27F7D101508AE7CE2FB65A8C3325781403EC527\",\n            \"void_pre_auth\": 0,\n            \"use_pre_auth_filter\": 0,\n            \"trans_key\": \"12312dasdvVVV\",\n            \"test_mode\": 1,\n            \"capture_on_shipment\": 1,\n            \"api_login\": \"123123adNN\",\n            \"lime_light_3d_verify\": 0\n        },\n        \"fee_fields\": {\n            \"mastercard\": 0,\n            \"discover\": 0,\n            \"american_express\": 0,\n            \"visa\": 100,\n            \"other\": 0,\n            \"batch_fee\": 0,\n            \"monthly_fee\": 0\n        }\n    }\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}providers/payment/{{gateway_provider_id}}/profiles","description":"<p>Create a profile for the given payment provider. The correct payment provider ID for the URI can be found using the Get Accounts endpoint.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alias</td>\n<td>Required</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile alias.</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Object</td>\n<td>Object containing the global_fields, account_fields, and fee_fields for the Profile.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Optional</td>\n<td>1</td>\n<td>String Flag</td>\n<td>The Profile currency (default USD).</td>\n</tr>\n<tr>\n<td>fields.global_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Object</td>\n<td>Object of global fields associated with the Profile.</td>\n</tr>\n<tr>\n<td>fields.global_fields.cancellation_url</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The fallback url after a cancellation has been made.</td>\n</tr>\n<tr>\n<td>fields.global_fields.chargeback_fee</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile chargeback fee.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_email</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The Profile customer service email.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_email_from</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The Profile email from used when emails are sended.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_number</td>\n<td>Required</td>\n<td>-</td>\n<td>String(30)</td>\n<td>The Profile customer service number.</td>\n</tr>\n<tr>\n<td>fields.global_fields.cvv</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer Flag</td>\n<td>Specifies the Profile's type of CVV.</td>\n</tr>\n<tr>\n<td>fields.global_fields.descriptor</td>\n<td>Required</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile descriptor.</td>\n</tr>\n<tr>\n<td>fields.global_fields.global_monthly_cap</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The Profile maximum monthly amount.</td>\n</tr>\n<tr>\n<td>fields.global_fields.merchant_id</td>\n<td>Required</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile merchant id (can be an ID, UUID or string).</td>\n</tr>\n<tr>\n<td>fields.global_fields.mid_group</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String</td>\n<td>The profile group used for traffic balancing.</td>\n</tr>\n<tr>\n<td>fields.global_fields.processor</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer Flag</td>\n<td>The Profile processor id.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_cap</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile maximum amount of reserves.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_percent</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile reserves percentaje.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_term</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer Flag</td>\n<td>The Profile reserves term id.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_term_days</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile reserves term days quantity.</td>\n</tr>\n<tr>\n<td>fields.global_fields.transaction_fee</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile transactions fee.</td>\n</tr>\n<tr>\n<td>fields.global_fields.url</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The Profile main landing page.</td>\n</tr>\n<tr>\n<td>fields.global_fields.vertical</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>The Profile vertical id.</td>\n</tr>\n<tr>\n<td>fields.account_fields</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Object</td>\n<td>The Profile account fields.</td>\n</tr>\n<tr>\n<td>fields.account_fields.api_login</td>\n<td>Required</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile user.</td>\n</tr>\n<tr>\n<td>fields.account_fields.capture_on_shipment</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Indicate whether the Profile should capture on shipment or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.lime_light_3d_verify</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Indicate whether the Profile should use 3d verification or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.signature_key</td>\n<td>Required</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile signature key.</td>\n</tr>\n<tr>\n<td>fields.account_fields.subscription_3d_protection</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>The Profile 3D protection type (required if <code>fields.account_fields.lime_light_3d_verify</code> is <code>true</code>).</td>\n</tr>\n<tr>\n<td>fields.account_fields.test_mode</td>\n<td>Required</td>\n<td>-</td>\n<td>Boolean</td>\n<td>Indicate whether the Profile should run on test mode or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.trans_key</td>\n<td>Required</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile trans key.</td>\n</tr>\n<tr>\n<td>fields.account_fields.use_pre_auth_filter</td>\n<td>Required</td>\n<td>-</td>\n<td>Boolean</td>\n<td>Indicate whether the the Profile should check for available balance before making a purchase.</td>\n</tr>\n<tr>\n<td>fields.account_fields.void_pre_auth</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Boolean</td>\n<td>Void for pre_auth (required if <code>fields.account_fields.use_pre_auth_filter</code> is <code>true</code>).</td>\n</tr>\n<tr>\n<td>fields.fee_fields</td>\n<td>Optional</td>\n<td>[]</td>\n<td>Object</td>\n<td>The Profile fees options.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.monthly_fee</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The Profile monthly fee.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.batch_fee</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The Profile fees for batch operations.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.visa</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for Visa payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.mastercard</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for Mastercard payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.discover</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for Discover payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.american_express</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for American Express payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.other</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for other payments types.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.refund_processing_fee</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for refundings.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />The created Profile, response parameters expected in the object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>global_fields</td>\n<td>Object</td>\n<td>Contains all the global fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>account_fields</td>\n<td>Object</td>\n<td>Contains all the account fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>fee_fields</td>\n<td>Object</td>\n<td>Contains all the fee fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>provider_custom_fields</td>\n<td>Object or null</td>\n<td>Contains all the custom fields (one <strong>Object</strong> per field) for the given payment account provider.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["payment","{{gateway_provider_id}}","profiles"],"host":["{{app_key}}","{{domain}}{{v2_ext}}providers"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5d24c5b-25e8-4148-bc43-8f78eb4e3720"},{"name":"Update Profile","id":"c607859f-fafa-423b-8d3c-825758e91cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"Test capture api\",\n    \"currency\": 1,\n    \"fields\": {\n        \"global_fields\": {\n            \"global_monthly_cap\": 50000000,\n            \"customer_service_number\": 213113,\n            \"descriptor\": \"desc\",\n            \"merchant_id\": \"Merch123\"\n        },\n        \"account_fields\": {\n            \"signature_key\": \"7FFC9EUIS787HKS008978721C68353ECC2306D79A2B74B7D9029FB7AC72687DA38BBDACA27F7D101508AE7CE2FB65A8C3325781403EC527\",\n            \"void_pre_auth\": 0,\n            \"use_pre_auth_filter\": 0,\n            \"trans_key\": \"12312dasdvVVV\",\n            \"test_mode\": 1,\n            \"capture_on_shipment\": 1,\n            \"api_login\": \"123123adNN\"\n        },\n        \"fee_fields\": {\n            \"mastercard\": 0,\n            \"discover\": 0,\n            \"american_express\": 0,\n            \"visa\": 100,\n            \"other\": 0,\n            \"batch_fee\": 0,\n            \"monthly_fee\": 0\n        }\n    }\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}providers/payment/profiles/11","description":"<p>Update the given Profile.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alias</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile alias.</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>Object containing the global_fields, account_fields, and fee_fields for the Profile.</td>\n</tr>\n<tr>\n<td>fields.global_fields</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>Object of global fields associated with the Profile.</td>\n</tr>\n<tr>\n<td>fields.global_fields.cancellation_url</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The fallback url after a cancellation has been made.</td>\n</tr>\n<tr>\n<td>fields.global_fields.chargeback_fee</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile chargeback fee.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_email</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The Profile customer service email.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_email_from</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The Profile email from used when emails are sended.</td>\n</tr>\n<tr>\n<td>fields.global_fields.customer_service_number</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(30)</td>\n<td>The Profile customer service number.</td>\n</tr>\n<tr>\n<td>fields.global_fields.cvv</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer Flag</td>\n<td>Specifies the Profile's type of CVV.</td>\n</tr>\n<tr>\n<td>fields.global_fields.descriptor</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile descriptor.</td>\n</tr>\n<tr>\n<td>fields.global_fields.global_monthly_cap</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The Profile maximum monthly amount.</td>\n</tr>\n<tr>\n<td>fields.global_fields.merchant_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile merchant id (can be an ID, UUID or string).</td>\n</tr>\n<tr>\n<td>fields.global_fields.mid_group</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String</td>\n<td>The profile group used for traffic balancing.</td>\n</tr>\n<tr>\n<td>fields.global_fields.processor</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer Flag</td>\n<td>The Profile processor id.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_cap</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile maximum amount of reserves.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_percent</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile reserves percentaje.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_term</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer Flag</td>\n<td>The Profile reserves term id.</td>\n</tr>\n<tr>\n<td>fields.global_fields.reserve_term_days</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile reserves term days quantity.</td>\n</tr>\n<tr>\n<td>fields.global_fields.transaction_fee</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Numeric</td>\n<td>The Profile transactions fee.</td>\n</tr>\n<tr>\n<td>fields.global_fields.url</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>String(255)</td>\n<td>The Profile main landing page.</td>\n</tr>\n<tr>\n<td>fields.global_fields.vertical</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>The Profile vertical id.</td>\n</tr>\n<tr>\n<td>fields.account_fields</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Object</td>\n<td>The Profile account fields.</td>\n</tr>\n<tr>\n<td>fields.account_fields.api_login</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile user.</td>\n</tr>\n<tr>\n<td>fields.account_fields.capture_on_shipment</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Indicate whether the Profile should capture on shipment or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.lime_light_3d_verify</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Indicate whether the Profile should use 3d verification or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.signature_key</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile signature key.</td>\n</tr>\n<tr>\n<td>fields.account_fields.subscription_3d_protection</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>The Profile 3D protection type (required if <code>fields.account_fields.lime_light_3d_verify</code> is <code>true</code>).</td>\n</tr>\n<tr>\n<td>fields.account_fields.test_mode</td>\n<td>Optional</td>\n<td>-</td>\n<td>Boolean</td>\n<td>Indicate whether the Profile should run on test mode or not.</td>\n</tr>\n<tr>\n<td>fields.account_fields.trans_key</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>The Profile trans key.</td>\n</tr>\n<tr>\n<td>fields.account_fields.use_pre_auth_filter</td>\n<td>Optional</td>\n<td>-</td>\n<td>Boolean</td>\n<td>Indicate whether the the Profile should check for available balance before making a purchase.</td>\n</tr>\n<tr>\n<td>fields.account_fields.void_pre_auth</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Boolean</td>\n<td>Void for pre_auth (required if <code>fields.account_fields.use_pre_auth_filter</code> is <code>true</code>).</td>\n</tr>\n<tr>\n<td>fields.fee_fields</td>\n<td>Optional</td>\n<td>[]</td>\n<td>Object</td>\n<td>The Profile fees options.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.monthly_fee</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The Profile monthly fee.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.batch_fee</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The Profile fees for batch operations.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.visa</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for Visa payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.mastercard</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for Mastercard payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.discover</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for Discover payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.american_express</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for American Express payments.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.other</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for other payments types.</td>\n</tr>\n<tr>\n<td>fields.fee_fields.refund_processing_fee</td>\n<td>Optional</td>\n<td>0</td>\n<td>Numeric</td>\n<td>The Profile fees for refundings.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />The updated Profile, response parameters expected in the object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>global_fields</td>\n<td>Object</td>\n<td>Contains all the global fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>account_fields</td>\n<td>Object</td>\n<td>Contains all the account fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>fee_fields</td>\n<td>Object</td>\n<td>Contains all the fee fields (one <strong>Object</strong> per field) for the given payment account.</td>\n</tr>\n<tr>\n<td>provider_custom_fields</td>\n<td>Object or null</td>\n<td>Contains all the custom fields (one <strong>Object</strong> per field) for the given payment account provider.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["payment","profiles","11"],"host":["{{app_key}}","{{domain}}{{v2_ext}}providers"],"query":[],"variable":[]}},"response":[],"_postman_id":"c607859f-fafa-423b-8d3c-825758e91cee"}],"id":"f0ca6af6-20e2-4f9a-aed4-d31366bc4411","_postman_id":"f0ca6af6-20e2-4f9a-aed4-d31366bc4411","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Images","item":[{"name":"Upload Image","id":"fb5caab1-9bf7-4448-961b-f104874b0762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/D:/home/sites/storm/admin/images/active.gif"},{"key":"alias","value":"activepub66","type":"text"}]},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}images/upload","description":"<p>Creates a new Image, it expects a file for image, if you want to use an URL see \n<code>POST Create Image</code> method</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["upload"],"host":["{{app_key}}","{{domain}}{{v2_ext}}images"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb5caab1-9bf7-4448-961b-f104874b0762"},{"name":"Create Image","id":"2a7542a5-dad9-4397-b821-1ffe573db18f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}images?image=https://pbs.twimg.com/profile_images/1216813945408966663/vkVajfRz_400x400.jpg&alias=google-logo","description":"<p>Creates a new Image, it expects an URL for image, if you want to upload the file see \n<code>POST Upload Image</code> method</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}images"],"query":[{"description":{"content":"<p>The image URL</p>\n","type":"text/plain"},"key":"image","value":"https://pbs.twimg.com/profile_images/1216813945408966663/vkVajfRz_400x400.jpg"},{"description":{"content":"<p>The image alias</p>\n","type":"text/plain"},"key":"alias","value":"google-logo"}],"variable":[]}},"response":[],"_postman_id":"2a7542a5-dad9-4397-b821-1ffe573db18f"},{"name":"List Images","id":"1b9290e5-f749-4614-a637-6488e1ca4447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}images?search[updated_at]=<::2021-09-05","description":"<p>Fetch all the images for the given parameters (all if none supplied)</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image id.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image uuid.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The image accesible path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Boolean</td>\n<td>Whether the image is the default one for a product or not.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Boolean</td>\n<td>Whether the image is the default one for emailing or not.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}images"],"query":[{"disabled":true,"key":"search[id]","value":"1"},{"disabled":true,"key":"search[uuid]","value":"85c2bc7f-b453-4160-ab25-fadc738eb50b"},{"disabled":true,"key":"search[alias]","value":"google-logo"},{"disabled":true,"key":"search[created_at]","value":">::2021-09-01"},{"key":"search[updated_at]","value":"<::2021-09-05"}],"variable":[]}},"response":[],"_postman_id":"1b9290e5-f749-4614-a637-6488e1ca4447"},{"name":"Get Image","id":"7d7d8c33-e8f8-4774-9ea0-215570145c68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}images/{{image_id}}","description":"<p>Fetch the image for the given id or uuid</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image id.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image uuid.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The image accesible path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Boolean</td>\n<td>Whether the image is the default one for a product or not.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Boolean</td>\n<td>Whether the image is the default one for emailing or not.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{image_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}images"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d7d8c33-e8f8-4774-9ea0-215570145c68"}],"id":"38f873ea-3270-4333-a7ba-d227165b4b9d","_postman_id":"38f873ea-3270-4333-a7ba-d227165b4b9d","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Orders","item":[{"name":"Custom Fields","item":[{"name":"Add Custom Field Values","id":"7be08928-2821-4f56-8376-6f8ca66c980b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":67,\n\t\t\t\"value\":\n\t\t\t[\n\t\t\t\t821,\n\t\t\t\t820\n\t\t\t]\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/custom_fields","description":"<p>Attach an existing orders' custom fields and assign values for them to the order.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String/Boolean</td>\n<td>The custom field desired value. In Boolean field type the value can be either 1/0 or true/false.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{order_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"e6d2234d-38d7-4bf1-ae72-c8c89847a244","name":"Add Custom Field Values Multi","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 67,\n            \"values\": [\n                {\n                    \"value\": \"South East\",\n                    \"option_id\": 821\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/custom_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:55:28 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1676"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"7be08928-2821-4f56-8376-6f8ca66c980b"},{"name":"Update Custom Field Values","id":"e16c9ef5-23be-410b-b56b-fa9c5fb5c950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":67,\n\t\t\t\"value\":\n\t\t\t[\n\t\t\t\t195,\n\t\t\t\t163\n\t\t\t]\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/custom_fields","description":"<p>Update custom fields list that attached to the order.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String/Boolean</td>\n<td>The custom field desired value. In Boolean field type the value can be either 1/0 or true/false.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{order_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"6e42f672-5616-4b43-b113-996787e8ceda","name":"Update Custom Field Values","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 67,\n            \"values\": [\n                {\n                    \"value\": \"South West\",\n                    \"option_id\": 195\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/custom_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:56:18 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1676"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"e16c9ef5-23be-410b-b56b-fa9c5fb5c950"},{"name":"Delete Custom Field Values","id":"46041f85-1d29-417d-81ea-886771c3c34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/custom_fields/{{custom_field_id}}","description":"<p>Delete an existing custom field from the list attached to the order</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{order_id}}","custom_fields","{{custom_field_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"3040e8a8-7f4d-4d6a-956f-41ba82e6133e","name":"Delete Custom Field Values","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/custom_fields/{{custom_field_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:56:32 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"46041f85-1d29-417d-81ea-886771c3c34d"},{"name":"Get Order Custom Fields","id":"a2e1dc3b-9b12-482d-859e-b4df1313770f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/orders","description":"<p>Fetch a list of all custom fields created for orders</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>field_type_id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>token_key</td>\n<td>String</td>\n<td>The custom field email token field.</td>\n</tr>\n<tr>\n<td>is_multi</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.value</td>\n<td>String</td>\n<td>The option value.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["orders"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2e1dc3b-9b12-482d-859e-b4df1313770f"}],"id":"0030dc99-c0b6-4db0-a8fd-8ffed729295c","_postman_id":"0030dc99-c0b6-4db0-a8fd-8ffed729295c","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Histories","item":[{"name":"Notes","item":[{"name":"Types","item":[{"name":"GET History Note Types","id":"59615d45-abe4-491f-b5a6-590800ab19fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/types","description":"<p>A method to GET the different History Note Types.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each history note type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The history note type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories","notes","types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"7ece03e0-e102-4b38-85c4-427b843f2ebd","name":"GET History Note Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 17 Aug 2020 11:49:18 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1015"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"name\": \"Added Chargeback Status\"\n        },\n        {\n            \"name\": \"Added Fraud Status\"\n        },\n        {\n            \"name\": \"Added Notes\"\n        },\n        {\n            \"name\": \"Added recipient email\"\n        },\n        {\n            \"name\": \"Added RMA Status\"\n        },\n        {\n            \"name\": \"Additional product added for a subscription order\"\n        },\n        {\n            \"name\": \"Additional tracking number for an order\"\n        },\n        {\n            \"name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"name\": \"Blacklisted Customer\"\n        },\n        {\n            \"name\": \"Changed Billing Information\"\n        },\n        {\n            \"name\": \"Changed Credit Card Information\"\n        },\n        {\n            \"name\": \"Changed Customer Name\"\n        },\n        {\n            \"name\": \"Changed Email Address\"\n        },\n        {\n            \"name\": \"Changed Expiration Date\"\n        },\n        {\n            \"name\": \"Changed Phone Number\"\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories/notes/types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories/notes/types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories/notes/types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 1\n}"}],"_postman_id":"59615d45-abe4-491f-b5a6-590800ab19fe"}],"id":"559a8556-ff1e-412b-a5ab-47ca76690bd8","_postman_id":"559a8556-ff1e-412b-a5ab-47ca76690bd8","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Templates","item":[{"name":"Types","item":[{"name":"GET Note Template Types","id":"05efb6bf-c35d-4143-bff0-cc8264a010ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/types","description":"<p>A method to GET the different History Note Template Types.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each history note template object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The history note template ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The history note template name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The history note template description.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories","notes","templates","types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"8b1bcc33-2985-4166-a606-2a71eef83659","name":"GET Note Template Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 17 Aug 2020 11:50:37 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"804"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"default\",\n            \"description\": \"Default\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"refund\",\n            \"description\": \"Refund\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"cancellation\",\n            \"description\": \"Cancellation\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"subscription_credit\",\n            \"description\": \"Subscription Credit\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"restart_reset_subscription\",\n            \"description\": \"Restart / Reset Subscription\"\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 5,\n    \"total\": 5\n}"}],"_postman_id":"05efb6bf-c35d-4143-bff0-cc8264a010ec"}],"id":"7717c73b-dd39-469d-850d-76646f11f622","_postman_id":"7717c73b-dd39-469d-850d-76646f11f622","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"GET  Cancellation Note Templates","id":"dc2a73ab-64a2-4556-be91-e41cdbd7b7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/cancellation","description":"<p>A method to GET available Cancellation Type Note Templates.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each Cancellation Type Note Templates object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The Cancellation Type Note Template ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The Cancellation Type Note Template name.</td>\n</tr>\n<tr>\n<td>is_global</td>\n<td>Boolean</td>\n<td>True if the Cancellation Type Note Template is global.</td>\n</tr>\n<tr>\n<td>is_editable</td>\n<td>Boolean</td>\n<td>True if the Cancellation Type Note Template can be edited.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>The associated campaigns with the Cancellation Type Note Template.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The Cancellation Type Note Template content.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories","notes","templates","cancellation"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"ed98e623-9046-4328-9435-68b425f8ef5d","name":"GET  Cancellation Note Templates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/cancellation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Sep 2021 11:03:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"name\": \"Defective\",\n            \"is_global\": 1,\n            \"is_editable\": 1,\n            \"campaigns\": [],\n            \"content\": \"Defective product\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"No money\",\n            \"is_global\": 1,\n            \"is_editable\": 0,\n            \"campaigns\": [],\n            \"content\": \"Customer does not have money\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Jeff CBD Note Test\",\n            \"is_global\": 1,\n            \"is_editable\": 1,\n            \"campaigns\": [],\n            \"content\": \"Please make note here.\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Test Test\",\n            \"is_global\": 1,\n            \"is_editable\": 1,\n            \"campaigns\": [],\n            \"content\": \"Make notes here.\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Test 3\",\n            \"is_global\": 1,\n            \"is_editable\": 1,\n            \"campaigns\": [],\n            \"content\": \"Notes here.\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Cancellation Reason 1\",\n            \"is_global\": 1,\n            \"is_editable\": 0,\n            \"campaigns\": [],\n            \"content\": \"Customer cancelled because Cancellation Reason 1\"\n        }\n    ],\n    \"first_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/cancellation?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/cancellation?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/cancellation\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 6,\n    \"total\": 6\n}"}],"_postman_id":"dc2a73ab-64a2-4556-be91-e41cdbd7b7e1"},{"name":"GET  Default Note Templates","id":"77d6ba08-ad8e-4910-8227-9de4e3cde2b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/default","description":"<p>A method to GET available Default Type Note Templates.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each Default Type Note Templates object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The Default Type Note Template ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The Default Type Note Template name.</td>\n</tr>\n<tr>\n<td>is_global</td>\n<td>Boolean</td>\n<td>True if the Default Type Note Template is global.</td>\n</tr>\n<tr>\n<td>is_editable</td>\n<td>Boolean</td>\n<td>True if the Default Type Note Template can be edited.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>The associated campaigns with the Default Type Note Template.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The Default Type Note Template content.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories","notes","templates","default"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"c0dc216c-3214-4978-9ee3-29ae9fb892df","name":"GET  Default Note Templates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/default"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Sep 2021 11:13:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"652"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Notes\",\n            \"is_global\": 1,\n            \"is_editable\": 1,\n            \"campaigns\": [],\n            \"content\": \"Heres a note\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Call Disp.\",\n            \"is_global\": 1,\n            \"is_editable\": 0,\n            \"campaigns\": [],\n            \"content\": \"add product request\"\n        }\n    ],\n    \"first_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/default?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/default?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/default\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 2,\n    \"total\": 2\n}"}],"_postman_id":"77d6ba08-ad8e-4910-8227-9de4e3cde2b7"},{"name":"GET  Refund Note Templates","id":"bd4349d2-89eb-4cb9-a224-b2764b3b19b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/refund","description":"<p>A method to GET available Refund Type Note Templates.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each Refund Type Note Templates object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The Refund Type Note Template ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The Refund Type Note Template name.</td>\n</tr>\n<tr>\n<td>is_global</td>\n<td>Boolean</td>\n<td>True if the Refund Type Note Template is global.</td>\n</tr>\n<tr>\n<td>is_editable</td>\n<td>Boolean</td>\n<td>True if the Refund Type Note Template can be edited.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>The associated campaigns with the Refund Type Note Template.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The Refund Type Note Template content.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories","notes","templates","refund"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"296b743e-afeb-48ac-a91b-61589a81c469","name":"GET  Refund Note Templates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Sep 2021 11:13:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"939"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Damaged product\",\n            \"is_global\": 1,\n            \"is_editable\": 0,\n            \"campaigns\": [],\n            \"content\": \"Damaged product\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"I have too many\",\n            \"is_global\": 1,\n            \"is_editable\": 1,\n            \"campaigns\": [],\n            \"content\": \"Customer has too many of the items at their house.\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"test note - EH\",\n            \"is_global\": 0,\n            \"is_editable\": 1,\n            \"campaigns\": [\n                158\n            ],\n            \"content\": \"customer does not want product going forward\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Mitigate CBs\",\n            \"is_global\": 1,\n            \"is_editable\": 0,\n            \"campaigns\": [],\n            \"content\": \"Aventus test\"\n        }\n    ],\n    \"first_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/refund?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/refund?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/refund\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 4\n}"}],"_postman_id":"bd4349d2-89eb-4cb9-a224-b2764b3b19b1"},{"name":"GET  Restart / Reset Subscription Note Templates","id":"8449d08a-ac78-4713-b405-94d0f78555ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/restart_reset_subscription","description":"<p>A method to GET available Restart / Reset Subscription Type Note Templates</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories","notes","templates","restart_reset_subscription"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"8449d08a-ac78-4713-b405-94d0f78555ab"},{"name":"GET  Subscription Credit Note Templates","id":"652cbfc1-cff0-48cd-b0a4-82f4913a0b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/subscription_credit","description":"<p>A method to GET available Subscription Credit Type Note Templates.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each Subscription Credit Type Note Templates object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The Subscription Credit Type Note Template ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The Subscription Credit Type Note Template name.</td>\n</tr>\n<tr>\n<td>is_global</td>\n<td>Boolean</td>\n<td>True if the Subscription Credit Type Note Template is global.</td>\n</tr>\n<tr>\n<td>is_editable</td>\n<td>Boolean</td>\n<td>True if the Subscription Credit Type Note Template can be edited.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>The associated campaigns with the Subscription Credit Type Note Template.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The Subscription Credit Type Note Template content.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories","notes","templates","subscription_credit"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"46b3ad0b-a9f7-4572-a258-7c69c2eed544","name":"GET  Subscription Credit Note Templates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories/notes/templates/subscription_credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Sep 2021 11:15:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"576"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 13,\n            \"name\": \"fddfd\",\n            \"is_global\": 1,\n            \"is_editable\": 0,\n            \"campaigns\": [],\n            \"content\": \"fdfdf\"\n        }\n    ],\n    \"first_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/subscription_credit?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/subscription_credit?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://dnvbdemo.sticky.io/api/v2/orders/histories/notes/templates/subscription_credit\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"652cbfc1-cff0-48cd-b0a4-82f4913a0b53"}],"id":"32a2f6f9-1808-4568-91b9-8aa572cf023b","_postman_id":"32a2f6f9-1808-4568-91b9-8aa572cf023b","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"GET History Notes","id":"2e9d1e35-7d90-4365-9f41-ddd28f3e9b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories?start_at=2021-08-01 23:59:59&end_at=2021-08-30 00:00:00 ","description":"<p>Query method to GET history notes added between a given period of time. MAX time is 30 days. Results will be paginated.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each History Note object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Integer</td>\n<td>The History Note ID.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Integer</td>\n<td>The History Note message.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Contains details of when the History Note was created.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>A timestamp when the History Note was created.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>Integer</td>\n<td>The timezone type number where the History Note was created.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The name of the timezone where the History Note was created.</td>\n</tr>\n<tr>\n<td>author</td>\n<td>Integer</td>\n<td>The History Note author ID.</td>\n</tr>\n<tr>\n<td>type_name</td>\n<td>String</td>\n<td>The History Note type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["histories"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[{"key":"start_at","value":"2021-08-01 23:59:59"},{"key":"end_at","value":"2021-08-30 00:00:00 "}],"variable":[]}},"response":[{"id":"e61b10e6-73ed-4df2-a206-595ce7b84aa8","name":"GET History Notes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/histories?start_at=2018-11-09 23:59:59&end_at=2018-12-10 00:00:00 ","protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"path":["histories"],"query":[{"key":"start_at","value":"2018-11-09 23:59:59","description":"Required. Start date and time to query. Expected time format is YYYY-MM-DD HH:MM:SS"},{"key":"end_at","value":"2018-12-10 00:00:00 ","description":"Optional. If not supplied, current time will be assumed. End date and time to query.  Expected time format is YYYY-MM-DD HH:MM:SS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 17 Dec 2018 17:12:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"order_id\": 23811,\n            \"message\": \"Adding a new note to this order via order_update method - Testing if API Company Name is populated\",\n            \"created_at\": {\n                \"date\": \"2018-11-19 17:20:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Added Notes\"\n        },\n        {\n            \"order_id\": 23811,\n            \"message\": \"Adding a new note to this order via order_update method - Testing if API Company Name is populated\",\n            \"created_at\": {\n                \"date\": \"2018-11-19 17:20:46.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Added Notes\"\n        },\n        {\n            \"order_id\": 24983,\n            \"message\": \"Changed recurring date on product 259 from 12/30/2018 to 03/30/2019\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:37:57.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25212,\n            \"message\": \"Successfully updated Billing Model to 132 for Product 103 API User wordpress. Order now bills every 90 days due to this update\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:39:31.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25212,\n            \"message\": \"Changed recurring date on product 103 from 12/31/2018 to 03/31/2019\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:39:33.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25222,\n            \"message\": \"Successfully updated Billing Model to 132 for Product 101 API User wordpress. Order now bills every 90 days due to this update\",\n            \"created_at\": {\n                \"date\": \"2018-11-20 17:25:59.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"Successfully updated Billing Model to 138 for Product 166 API User wordpress. Order now bills on the 11th day of the month due to this update\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:38:35.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"Changed recurring date on product 166 from 11/02/2018 to 12/11/2018\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:38:38.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"Successfully updated Billing Model to 136 for Product 166 API User wordpress. Order now bills every 365 days due to this update\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:38:48.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"Changed recurring date on product 166 from 12/11/2018 to 12/11/2019\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:38:51.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"Successfully updated Billing Model to 138 for Product 166 API User wordpress. Order now bills on the 11th day of the month due to this update\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:38:59.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"Changed recurring date on product 166 from 12/11/2019 to 01/11/2020\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:39:02.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"28920\",\n            \"created_at\": {\n                \"date\": \"2018-11-28 13:05:42.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 25723,\n            \"message\": \"28920\",\n            \"created_at\": {\n                \"date\": \"2018-11-28 13:05:42.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Forced Subscription (Approved)\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"Changed recurring date on product 166 from 12/02/2018 to 01/01/2019\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:25:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"Successfully updated Billing Model to 136 for Product 166 API User wordpress. Order now bills every 365 days due to this update\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:38:22.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"Changed recurring date on product 166 from 01/01/2019 to 01/01/2020\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 18:38:26.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"Changed recurring date on product 166 from 01/01/2020 to 12/31/2020\",\n            \"created_at\": {\n                \"date\": \"2018-11-20 17:25:33.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Changed Recurring Date\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"Successfully updated Billing Model to 4 for Product 166 API User wordpress. Order now bills on the 1st day of the month due to this update\",\n            \"created_at\": {\n                \"date\": \"2018-11-20 17:25:37.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Billing Model updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"Recurring product updated to Product 166 for Product 166 by API User wordpress\",\n            \"created_at\": {\n                \"date\": \"2018-11-28 12:36:10.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Product updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"Recurring product updated to Product 166 for Product 166 by API User wordpress\",\n            \"created_at\": {\n                \"date\": \"2018-11-28 12:37:35.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Product updated for a subscription order\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"28917\",\n            \"created_at\": {\n                \"date\": \"2018-11-28 12:59:12.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 25725,\n            \"message\": \"28917\",\n            \"created_at\": {\n                \"date\": \"2018-11-28 12:59:12.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Forced Subscription (Approved)\"\n        },\n        {\n            \"order_id\": 25766,\n            \"message\": \"stop\",\n            \"created_at\": {\n                \"date\": \"2018-12-03 15:13:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 25766,\n            \"message\": \"hold\",\n            \"created_at\": {\n                \"date\": \"2018-12-03 15:13:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 25767,\n            \"message\": \"stop\",\n            \"created_at\": {\n                \"date\": \"2018-12-03 15:13:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 25767,\n            \"message\": \"hold\",\n            \"created_at\": {\n                \"date\": \"2018-12-03 15:13:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26054,\n            \"message\": \"28136\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26062,\n            \"message\": \"28137\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26068,\n            \"message\": \"28114\",\n            \"created_at\": {\n                \"date\": \"2018-11-14 00:01:42.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26289,\n            \"message\": \"27879\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:12.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26290,\n            \"message\": \"27880\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:15.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26295,\n            \"message\": \"27881\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:19.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26300,\n            \"message\": \"28138\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:31.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26305,\n            \"message\": \"27882\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26308,\n            \"message\": \"27883\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26309,\n            \"message\": \"27884\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:32.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26311,\n            \"message\": \"27885\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:37.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26312,\n            \"message\": \"27886\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:40.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26313,\n            \"message\": \"27887\",\n            \"created_at\": {\n                \"date\": \"2018-11-10 00:00:42.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26328,\n            \"message\": \"27904\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:00:49.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26329,\n            \"message\": \"27905\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:00:54.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26330,\n            \"message\": \"27906\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:00:58.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26331,\n            \"message\": \"27907\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:01:02.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26332,\n            \"message\": \"27908\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:01:06.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26333,\n            \"message\": \"27909\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:01:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26343,\n            \"message\": \"27910\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:01:13.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26344,\n            \"message\": \"27911\",\n            \"created_at\": {\n                \"date\": \"2018-11-11 00:01:16.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26376,\n            \"message\": \"28139\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:35.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26387,\n            \"message\": \"28140\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:39.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26396,\n            \"message\": \"28141\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:45.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26400,\n            \"message\": \"28142\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:50.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26414,\n            \"message\": \"28143\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:00:55.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26415,\n            \"message\": \"28144\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:01:01.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26417,\n            \"message\": \"28984\",\n            \"created_at\": {\n                \"date\": \"2018-11-30 00:02:37.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26420,\n            \"message\": \"28145\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:01:07.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26444,\n            \"message\": \"28146\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:01:11.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26451,\n            \"message\": \"28147\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:01:17.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26454,\n            \"message\": \"28148\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:01:21.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26467,\n            \"message\": \"28149\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:01:26.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26470,\n            \"message\": \"28150\",\n            \"created_at\": {\n                \"date\": \"2018-11-15 00:01:30.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26512,\n            \"message\": \"28217\",\n            \"created_at\": {\n                \"date\": \"2018-11-16 00:01:40.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26513,\n            \"message\": \"28197\",\n            \"created_at\": {\n                \"date\": \"2018-11-16 00:00:19.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26561,\n            \"message\": \"28246\",\n            \"created_at\": {\n                \"date\": \"2018-11-18 00:00:27.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26564,\n            \"message\": \"28247\",\n            \"created_at\": {\n                \"date\": \"2018-11-18 00:00:31.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26569,\n            \"message\": \"28248\",\n            \"created_at\": {\n                \"date\": \"2018-11-18 00:00:36.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26588,\n            \"message\": \"28249\",\n            \"created_at\": {\n                \"date\": \"2018-11-18 00:00:40.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26597,\n            \"message\": \"hold\",\n            \"created_at\": {\n                \"date\": \"2018-11-21 00:00:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26605,\n            \"message\": \"28251\",\n            \"created_at\": {\n                \"date\": \"2018-11-18 00:00:49.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26712,\n            \"message\": \"28423\",\n            \"created_at\": {\n                \"date\": \"2018-11-21 00:00:52.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26727,\n            \"message\": \"28985\",\n            \"created_at\": {\n                \"date\": \"2018-11-30 00:02:41.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26730,\n            \"message\": \"28424\",\n            \"created_at\": {\n                \"date\": \"2018-11-21 00:00:56.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26732,\n            \"message\": \"28425\",\n            \"created_at\": {\n                \"date\": \"2018-11-21 00:01:01.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26743,\n            \"message\": \"28507\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:00:58.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26744,\n            \"message\": \"28508\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:02.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26745,\n            \"message\": \"28509\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:06.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26746,\n            \"message\": \"28510\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:10.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26747,\n            \"message\": \"28511\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:13.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26749,\n            \"message\": \"28512\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:17.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26777,\n            \"message\": \"28513\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:20.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26781,\n            \"message\": \"28514\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26786,\n            \"message\": \"28515\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:25.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26789,\n            \"message\": \"28516\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:28.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26807,\n            \"message\": \"28517\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:30.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26810,\n            \"message\": \"28518\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:31.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26812,\n            \"message\": \"28519\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:33.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26815,\n            \"message\": \"28520\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:35.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26818,\n            \"message\": \"28521\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:37.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26820,\n            \"message\": \"28522\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:39.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26821,\n            \"message\": \"28523\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:41.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26822,\n            \"message\": \"28524\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:43.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26823,\n            \"message\": \"28525\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:45.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26827,\n            \"message\": \"28526\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:47.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26830,\n            \"message\": \"28527\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:49.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26832,\n            \"message\": \"28528\",\n            \"created_at\": {\n                \"date\": \"2018-11-22 00:01:51.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26868,\n            \"message\": \"28546\",\n            \"created_at\": {\n                \"date\": \"2018-11-23 00:00:28.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26869,\n            \"message\": \"28547\",\n            \"created_at\": {\n                \"date\": \"2018-11-23 00:00:32.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26881,\n            \"message\": \"28566\",\n            \"created_at\": {\n                \"date\": \"2018-11-24 00:00:44.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26882,\n            \"message\": \"28567\",\n            \"created_at\": {\n                \"date\": \"2018-11-24 00:00:49.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        },\n        {\n            \"order_id\": 26887,\n            \"message\": \"28568\",\n            \"created_at\": {\n                \"date\": \"2018-11-24 00:00:54.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Started Recurring\"\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories?page=1\",\n    \"from\": 1,\n    \"last_page\": 40,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories?page=40\",\n    \"next_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories?page=2\",\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/orders/histories\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 100,\n    \"total\": 3993\n}"}],"_postman_id":"2e9d1e35-7d90-4365-9f41-ddd28f3e9b7c"},{"name":"GET History Notes Single Order","id":"bcb0eed4-6d38-4f67-a56c-de80e65b89c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/histories","description":"<p>Retrieve all history notes for a given Order ID. Results will be paginated.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each History Note object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Integer</td>\n<td>The History Note ID.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Integer</td>\n<td>The History Note message.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Contains details of when the History Note was created.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>A timestamp when the History Note was created.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>Integer</td>\n<td>The timezone type number where the History Note was created.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The name of the timezone where the History Note was created.</td>\n</tr>\n<tr>\n<td>author</td>\n<td>Integer</td>\n<td>The History Note author ID.</td>\n</tr>\n<tr>\n<td>type_name</td>\n<td>String</td>\n<td>The History Note type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["{{order_id}}","histories"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"c67c6949-e7cc-4c4d-bb55-4d8ed573f713","name":"GET History Notes Single Order","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 17 Dec 2018 17:13:17 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1293"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"order_id\": 27871,\n            \"message\": \"demoapi\",\n            \"created_at\": {\n                \"date\": \"2018-11-09 09:37:59.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 1000001,\n                \"is_active\": 1,\n                \"name\": \"demoapi\",\n                \"email\": \"demoapi@limelightcrm.com\"\n            },\n            \"type_name\": \"Created Order (API)\"\n        },\n        {\n            \"order_id\": 27871,\n            \"message\": \"Successful gift order. Recipient email: gift@email.com\",\n            \"created_at\": {\n                \"date\": \"2018-11-09 09:37:59.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999999,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Added recipient email\"\n        },\n        {\n            \"order_id\": 27871,\n            \"message\": \"This is a test order using new_order\",\n            \"created_at\": {\n                \"date\": \"2018-11-09 09:37:59.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"author\": {\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\"\n            },\n            \"type_name\": \"Added Notes\"\n        }\n    ],\n    \"first_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/27871/histories?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://dnvbdemo.sticky.io/api/v2/orders/27871/histories?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://dnvbdemo.sticky.io/api/v2/orders/27871/histories\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"bcb0eed4-6d38-4f67-a56c-de80e65b89c9"}],"id":"55b4d722-00ae-4269-a313-db4ddbc671fa","event":[{"listen":"prerequest","script":{"id":"7cf63894-2157-46c5-b3d6-2381f1bc4864","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3d975044-2cae-45c5-951b-e4dba7deeeef","type":"text/javascript","exec":[""]}}],"_postman_id":"55b4d722-00ae-4269-a313-db4ddbc671fa","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}}],"id":"71275d43-2e8c-43ec-be1a-2005c705e640","event":[{"listen":"prerequest","script":{"id":"fcbd3352-1cb9-4d84-ab2d-72a1f9c376da","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5f3fd8a6-c259-41e2-8946-6321cdc74225","type":"text/javascript","exec":[""]}}],"_postman_id":"71275d43-2e8c-43ec-be1a-2005c705e640","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Subscriptions","item":[{"name":"Start / Stop / Reset","item":[{"name":"Start","id":"32709d9a-90ea-4446-b2d9-90af7e429cd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/start","description":"<p>Starts a new subscription for the given order subscription ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>errorFound</td>\n<td>Integer</td>\n<td>0 if no errors are present.</td>\n</tr>\n<tr>\n<td>transactionID</td>\n<td>String</td>\n<td>The subscription transaction identifier.</td>\n</tr>\n<tr>\n<td>authId</td>\n<td>String</td>\n<td>The transaction authorization identifier.</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>Integer</td>\n<td>The status of the response.</td>\n</tr>\n<tr>\n<td>responseMessage</td>\n<td>String</td>\n<td>A message indicating the state of the order.</td>\n</tr>\n<tr>\n<td>orderId</td>\n<td>Integer</td>\n<td>The ID of the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","start"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"15925773-c2a8-4abf-8349-c1897e889795","name":"Start","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 09 Oct 2019 20:05:04 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=to99djn3ado9e4r1853brt7oaf; expires=Wed, 09-Oct-2019 21:20:04 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"290"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"errorFound\": 0,\n        \"transactionID\": \"Not Available\",\n        \"authId\": \"Not Available\",\n        \"responseCode\": 100,\n        \"responseMessage\": \"The order was billed successfully. The original order #10215 was archived and recurring was stopped.  New order ID#10216 was created.\",\n        \"orderId\": 10216\n    }\n}"},{"id":"3faad732-9fa6-4652-868f-8242aaecb904","name":"Start on Already Recurring Subscription","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/start"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Oct 2019 11:06:49 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=b42dcalspd0g13u54i9jccp0kl; expires=Thu, 10-Oct-2019 12:21:49 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Subscription id supplied is already recurring\"\n}"}],"_postman_id":"32709d9a-90ea-4446-b2d9-90af7e429cd0"},{"name":"Stop","id":"36fb8c98-c2a7-4ddf-ac8a-991fd1cfe319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/stop?cancellation_id=3&cancellation_reason=the customer's cancellation reason","description":"<p>Stops a subscription for the given order subscription ID.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cancellation_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The cancellation note type.</td>\n</tr>\n<tr>\n<td>cancellation_reason</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The cancellation note content.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","stop"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[{"key":"cancellation_id","value":"3"},{"key":"cancellation_reason","value":"the customer's cancellation reason"}],"variable":[]}},"response":[{"id":"1cfb6a7a-4545-405e-806a-10ad6e9cba1e","name":"Stop Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/stop"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 15 Nov 2019 18:15:47 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"101"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16043,\n    \"message\": \"Subscription id supplied is invalid or is not recurring\"\n}"},{"id":"2c4b988f-bc59-478d-81c8-99f50fdc72bc","name":"Stop with Cancellation Reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/stop"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"cancellation_id\": 3,\r\n    \"cancellation_reason\": \"this the customer's cancellation reason\"\r\n}"},{"id":"2252d54f-da08-4929-a830-d9bff2ff154a","name":"Stop","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/stop?cancellation_id=3&cancellation_reason=the customer's cancellation reason","protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"path":["{{subscription_id}}","stop"],"query":[{"key":"cancellation_id","value":"3","type":"text"},{"key":"cancellation_reason","value":"the customer's cancellation reason","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Sep 2021 13:27:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"36fb8c98-c2a7-4ddf-ac8a-991fd1cfe319"},{"name":"Reset","id":"37c2eb1e-acaa-4944-9df3-4d2e70592e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/reset","description":"<p>Resets a subscription for the given order subscription ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>recurring_date</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the Subscription recurring date.</td>\n</tr>\n<tr>\n<td>recurring_date.date</td>\n<td>String</td>\n<td>The Subscription recurring date timestamp.</td>\n</tr>\n<tr>\n<td>.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>recurring_date.timezone_type</td>\n<td>String</td>\n<td>The transaction authorization identifier.</td>\n</tr>\n<tr>\n<td>recurring_date.timezone</td>\n<td>String</td>\n<td>The Subscription recurring date timestamp timezone.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","reset"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"133a22b8-5ea9-45b3-8642-96679efa7c62","name":"Reset","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 15 Nov 2019 18:17:17 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"recurring_date\": {\n            \"date\": \"2019-11-22 00:00:00.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        }\n    }\n}"},{"id":"987e9301-9fd2-4c11-944b-285de66fc75f","name":"Reset Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/reset"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 15 Nov 2019 18:17:26 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Subscription id supplied is already recurring\"\n}"}],"_postman_id":"37c2eb1e-acaa-4944-9df3-4d2e70592e5b"},{"name":"Stop On Next Success","id":"31c60506-fc6f-41cf-b821-b8d07f6026c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/terminate_next","description":"<p>Stops subscription for the given order subscription ID in the next successful period.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","terminate_next"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"c020ec6b-6409-4fef-9c02-d03442681909","name":"Stop On Next Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/terminate_next"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 15 Nov 2019 18:17:59 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"31c60506-fc6f-41cf-b821-b8d07f6026c9"},{"name":"Destroy Stop On Next Success","id":"c411b1ee-e502-4f8b-af08-1a27857a3271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/terminate_next","description":"<p>Destroy the stop subscription for the given order subscription ID in the next successful period condition.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","terminate_next"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"6e85da8a-0103-4155-a3f1-8e0aba9efed1","name":"Destroy Stop On Next Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/terminate_next"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 15 Nov 2019 18:18:15 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"c411b1ee-e502-4f8b-af08-1a27857a3271"}],"id":"f4971ecf-2d15-4deb-b8b3-1c85d5990b98","_postman_id":"f4971ecf-2d15-4deb-b8b3-1c85d5990b98","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Products","item":[{"name":"Change Recurring Product","id":"88f8b810-4b51-4b71-a71c-41b33bdc0faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_id\":9,\n  \"children\":[\n  \t{\n  \t\t\"product_id\":12,\n  \t\t\"quantity\":1\n  \t},\n\t{\n  \t\t\"product_id\":13,\n  \t\t\"quantity\":2\n  \t}\n  ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product","description":"<p>Changes the recurring parameters for a recurring product.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The Recurring Product ID.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The Recurring Product variant ID.</td>\n</tr>\n<tr>\n<td>allow_product_swap</td>\n<td>Optional</td>\n<td>-</td>\n<td>Boolean</td>\n<td>Determines if the Recurring Product can be swapped with variants.</td>\n</tr>\n<tr>\n<td>children</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>List of children products for the Recurring Product.</td>\n</tr>\n<tr>\n<td>children.product_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The children product ID.</td>\n</tr>\n<tr>\n<td>children.quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The children product quantity.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","product"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"8fb49f39-1510-431e-a6f2-b357cf586b1a","name":"Change Recurring Product Product Not Available (Offer)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": 71,\n    \"children\": [\n        {\n            \"product_id\": 12,\n            \"quantity\": 1\n        },\n        {\n            \"product_id\": 13,\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Oct 2019 15:50:31 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=slo95h2gjlelgnnod1srq45cvi; expires=Fri, 11-Oct-2019 17:05:31 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"110"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Product id supplied is not available on the subscription's offer\"\n}"},{"id":"e26efbf5-303c-4174-9e1c-43f43915a99c","name":"Change Recurring Product With Children","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": 9,\n    \"children\": [\n        {\n            \"product_id\": 12,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Oct 2019 14:10:49 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=d16ro7v8751sfuhr9ao48g9a4h; expires=Fri, 11-Oct-2019 15:25:49 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"5fea09e5-497d-47e7-b35a-0da8b1f8196f","name":"Change Recurring Product Too Many Children","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": 9,\n    \"children\": [\n        {\n            \"product_id\": 12,\n            \"quantity\": 1\n        },\n        {\n            \"product_id\": 13,\n            \"quantity\": 5\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Oct 2019 14:13:18 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=oc12lvr78ikfke34u4k4998ii7; expires=Fri, 11-Oct-2019 15:28:21 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"179"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Invalid bundle children supplied\",\n    \"data\": {\n        \"error\": \"Total items 6 exceeds max items 5 configured with bundle product # 9\"\n    }\n}"},{"id":"31dbbf32-d250-4eb8-92b6-32b15ad0c2b9","name":"Change Recurring Product Invalid ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Oct 2019 13:21:22 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=dah3516bibgccbtjsrb652570l; expires=Thu, 10-Oct-2019 14:36:25 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Invalid Subscription ID\"\n}"},{"id":"e6537a74-9c22-484b-847b-8d024a9e9496","name":"Change Recurring Product Wrong Children","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": 9,\n    \"children\": [\n        {\n            \"product_id\": 12,\n            \"quantity\": 1\n        },\n        {\n            \"product_id\": 11,\n            \"quantity\": 5\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Oct 2019 14:13:48 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=oc12lvr78ikfke34u4k4998ii7; expires=Fri, 11-Oct-2019 15:28:51 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"152"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Invalid bundle children supplied\",\n    \"data\": {\n        \"error\": \"Product # 11 is not in bundle product # 9\"\n    }\n}"},{"id":"fbf70175-1398-48fd-afb8-0c3da8706133","name":"Change Recurring Product Product Not Available (Campaign)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": 9,\n    \"children\": [\n        {\n            \"product_id\": 12,\n            \"quantity\": 1\n        },\n        {\n            \"product_id\": 13,\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Oct 2019 15:49:18 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=slo95h2gjlelgnnod1srq45cvi; expires=Fri, 11-Oct-2019 17:04:18 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"113"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Product id supplied is not available on the subscription's campaign\"\n}"},{"id":"656232f2-a528-4689-9608-d8875a59d979","name":"Change Recurring Product Children Required","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"product_id\":9,\n  \"children\":[\n  \t{\n  \t\t\"product_id\"\n  \t}\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Oct 2019 14:09:33 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=d16ro7v8751sfuhr9ao48g9a4h; expires=Fri, 11-Oct-2019 15:24:33 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Request\",\n    \"data\": {\n        \"children\": [\n            \"The children field is required.\"\n        ]\n    }\n}"},{"id":"b953e377-1ab4-4cc2-a58f-94e9fe55e9fc","name":"Change Recurring Product to Variant","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product_id\":26,\n  \"variant_id\":109\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 05 Aug 2020 14:02:36 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"f1996b9d-9e53-4045-b94e-a8a6992feced","name":"Change Recurring Product Allow Product Swap","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": 9,\n    \"allow_product_swap\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/product"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"88f8b810-4b51-4b71-a71c-41b33bdc0faa"},{"name":"Get Available Products","id":"d952cc76-e11e-43a9-a3fb-90db6f184c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/products","description":"<p>Get options for next recurring product.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each trial workflow object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>is_bundle</td>\n<td>Boolean</td>\n<td>True if the product is in bundle.</td>\n</tr>\n<tr>\n<td>is_custom_bundle</td>\n<td>Boolean</td>\n<td>True if the product is in a custom bundle.</td>\n</tr>\n<tr>\n<td>children</td>\n<td>Array</td>\n<td>List of children products for the Recurring Product.</td>\n</tr>\n<tr>\n<td>children.product_id</td>\n<td>Integer</td>\n<td>The children product ID.</td>\n</tr>\n<tr>\n<td>children.quantity</td>\n<td>Integer</td>\n<td>The children product quantity.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","products"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"32e13f37-f8d3-40fe-abc5-5cdf3c42dea3","name":"Get Available Products With Bundles","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Oct 2019 14:24:44 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=oc12lvr78ikfke34u4k4998ii7; expires=Fri, 11-Oct-2019 15:39:47 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"2145"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Movie Ticket\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Hat\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 3,\n            \"name\": \"E-Magazine\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Shirt\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Limited Edition Slinky\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Beauty Box 1\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 0,\n            \"children\": [\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 12,\n                    \"name\": \"Lipstick\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 13,\n                    \"name\": \"Blush\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 14,\n                    \"name\": \"Mascara\"\n                }\n            ]\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Beauty Box 2\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 0,\n            \"children\": [\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 12,\n                    \"name\": \"Lipstick\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 13,\n                    \"name\": \"Blush\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 14,\n                    \"name\": \"Mascara\"\n                }\n            ]\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Beauty Box 3\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 0,\n            \"children\": [\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 12,\n                    \"name\": \"Lipstick\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 13,\n                    \"name\": \"Blush\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 14,\n                    \"name\": \"Mascara\"\n                }\n            ]\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Beauty Box 4\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 1,\n            \"children\": [\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 12,\n                    \"name\": \"Lipstick\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 13,\n                    \"name\": \"Blush\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 14,\n                    \"name\": \"Mascara\"\n                }\n            ]\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Beauty Box 5\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 1,\n            \"children\": [\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 12,\n                    \"name\": \"Lipstick\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 13,\n                    \"name\": \"Blush\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 14,\n                    \"name\": \"Mascara\"\n                }\n            ]\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Beauty Box 6\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 1,\n            \"children\": [\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 12,\n                    \"name\": \"Lipstick\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 13,\n                    \"name\": \"Blush\"\n                },\n                {\n                    \"quantity\": 1,\n                    \"product_id\": 14,\n                    \"name\": \"Mascara\"\n                }\n            ]\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Lipstick\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Blush\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Mascara\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Applicator Brush\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Eyeshadow\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"children\": []\n        }\n    ]\n}"},{"id":"dc202966-d264-4e58-b946-dd85e1f8f56e","name":"Get Available Products DNVB","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Oct 2019 12:16:38 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=26j6gjd1lnov3690i1hmki36ak; expires=Thu, 10-Oct-2019 13:31:41 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1069"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Movie Ticket\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Hat\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 3,\n            \"name\": \"E-Magazine\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Shirt\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Limited Edition Slinky\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Beauty Box 1\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Beauty Box 2\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Beauty Box 3\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Beauty Box 4\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 1\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Beauty Box 5\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 1\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Beauty Box 6\",\n            \"is_bundle\": 1,\n            \"is_custom_bundle\": 1\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Lipstick\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Blush\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Mascara\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Applicator Brush\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Eyeshadow\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        }\n    ]\n}"},{"id":"ec61893e-8576-4067-b28d-a8a85abc7610","name":"Get Available Products Nutra","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 10 Oct 2019 12:16:04 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=26j6gjd1lnov3690i1hmki36ak; expires=Thu, 10-Oct-2019 13:31:07 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"194"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 71,\n            \"name\": \"Legacy Product Recurring\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Legacy Product Recurring Upsell\",\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0\n        }\n    ]\n}"}],"_postman_id":"d952cc76-e11e-43a9-a3fb-90db6f184c84"}],"id":"24fc7d8c-bc5d-41f0-b09a-46dad9224135","_postman_id":"24fc7d8c-bc5d-41f0-b09a-46dad9224135","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Billing Models","item":[{"name":"Get Available Billing Models","id":"1f4dd187-0035-4bfb-a11c-1378d638b3ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_models","description":"<p>Get billing model options for a subscription.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each trial workflow object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The Billing Model Option ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The Billing Model Option name.</td>\n</tr>\n<tr>\n<td>buffer_days</td>\n<td>Integer</td>\n<td>The Billing Model Option buffer days.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the Billing Model Option creation date.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The Billing Model Option date timestamp.</td>\n</tr>\n<tr>\n<td>.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>String</td>\n<td>The Billing Model Option timezone identifier.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The Billing Model Option recurring date timestamp timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the Billing Model Option update date.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The Billing Model Option update date timestamp.</td>\n</tr>\n<tr>\n<td>.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>String</td>\n<td>The Billing Model Option timezone identifier.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The Billing Model Option recurring date timestamp timezone.</td>\n</tr>\n<tr>\n<td>is_preserve_quantity</td>\n<td>Boolean</td>\n<td>Determines if the quantity should be preserved or not.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Object</td>\n<td>Object containing Billing Model Option data.</td>\n</tr>\n<tr>\n<td>type.id</td>\n<td>Integer</td>\n<td>The Billing Model Option type ID.</td>\n</tr>\n<tr>\n<td>type.name</td>\n<td>String</td>\n<td>The Billing Model Option type name.</td>\n</tr>\n<tr>\n<td>creator</td>\n<td>Object</td>\n<td>Object that contains data pertaining to the  user that created the Billing Model.</td>\n</tr>\n<tr>\n<td>creator.department_id</td>\n<td>Integer</td>\n<td>Department ID associated with the admin user.</td>\n</tr>\n<tr>\n<td>creator.timezone</td>\n<td>String</td>\n<td>The admin user timezone.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>                   |\n</code></pre><p>| creator.id                               | Integer      |     The user active status.\n                       |\n| creator.is_active                               | Boolean      |  The admin user active status.                       |\n| creator.name                               | String      |    The user name.                       |\n| creator.email                               | String      |   The user email.                       |\n| creator.call_center_provider_id                               | Integer      |    The call center provider ID associated with the user.                       |\n| updator                               | Object      |     Object that contains data pertaining to the  user that updated the Billing Model.                       |\n| updator.department_id                               | Integer      |      Department ID associated with the admin user.                       |\n| updator.timezone                               | String      |    The admin user timezone.\n                       |\n| updator.id                               | Integer      |     The user active status.\n                       |\n| updator.is_active                               | Boolean      |  The admin user active status.                       |\n| updator.name                               | String      |    The user name.                       |\n| updator.email                               | String      |   The user email.                       |\n| updator.call_center_provider_id                               | Integer      |    The call center provider ID associated with the user.                       |</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","billing_models"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"6462f0a9-b176-4843-abce-d79421e37a4d","name":"Get Available Billing Models","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:00:44 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:15:47 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"3748"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Straight Sale\",\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 14:31:18.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"is_preserve_quantity\": 0,\n            \"type\": {\n                \"id\": 0,\n                \"name\": \"Straight Sale\"\n            },\n            \"creator\": {\n                \"department_id\": 0,\n                \"id\": 999998,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM API\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Every 7 Days\",\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:14:41.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:30:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_preserve_quantity\": 1,\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 4,\n            \"name\": \"First of Every Month\",\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:14:51.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:30:55.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_preserve_quantity\": 1,\n            \"type\": {\n                \"id\": 2,\n                \"name\": \"Bill by date\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"First Sunday\",\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:15:01.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:31:22.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_preserve_quantity\": 1,\n            \"type\": {\n                \"id\": 3,\n                \"name\": \"Bill by day\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Quarterly 15th\",\n            \"buffer_days\": 5,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:15:14.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"is_preserve_quantity\": 1,\n            \"type\": {\n                \"id\": 4,\n                \"name\": \"Bill by schedule\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Monthly\",\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:15:24.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:36:28.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_preserve_quantity\": 1,\n            \"type\": {\n                \"id\": 5,\n                \"name\": \"Bill by relative date\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Bi-Weekly\",\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:33:58.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:36:56.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_preserve_quantity\": 0,\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        }\n    ]\n}"},{"id":"913dc724-ab44-43d8-86de-d78429ed4f15","name":"Get Available Billing Models NUTRA","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_models"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:01:39 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:16:42 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16052,\n    \"message\": \"Subscription was not placed using billing models and offers\"\n}"},{"id":"f4198d02-afb3-4b1d-8008-9918213da067","name":"Get Available Billing Models Invalid Subscription ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_models"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:02:28 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:17:31 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Invalid Subscription ID\"\n}"}],"_postman_id":"1f4dd187-0035-4bfb-a11c-1378d638b3ad"},{"name":"Update Billing Model","id":"53a35c9f-c039-47b3-8b6f-b4cde09f4443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"billing_model_id\": 5\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_model","description":"<p>Updates the billing model for the order subscription ID.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billing_model_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The new Billing Model ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","billing_model"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"3ae5b5c8-4f97-4ded-8fc8-a965f22be737","name":"Update Billing Model Not on Offer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billing_model_id\": 9\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_model"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:04:30 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:19:33 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"116"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Billing model id supplied is not available on the subscription's offer\"\n}"},{"id":"7860dc17-f6a5-460a-bbec-7d049efcd27e","name":"Update Billing Model Invalid Billing Model","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billing_model_id\": 999\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_model"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:03:11 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:18:14 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"122"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Request\",\n    \"data\": {\n        \"billing_model_id\": [\n            \"The selected billing model id is invalid.\"\n        ]\n    }\n}"},{"id":"852fa829-6597-4900-962f-3f1a2bd5f411","name":"Update Billing Model Not Placed With Billing Models / Offers","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billing_model_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_model"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:03:42 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:18:45 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16052,\n    \"message\": \"Subscription was not placed using billing models and offers\"\n}"},{"id":"f40e07c1-5c82-4fe0-bbea-59c34108f386","name":"Update Billing Model Invalid Subscription ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billing_model_id\": 999\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_model"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:02:44 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:17:47 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Invalid Subscription ID\"\n}"},{"id":"f8c581d6-641d-4b4a-a876-62184872c62a","name":"Update Billing Model","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"billing_model_id\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/billing_model"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 13:04:45 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=m0injajrsief3rrb42qqls5gu3; expires=Tue, 15-Oct-2019 14:19:48 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"53a35c9f-c039-47b3-8b6f-b4cde09f4443"}],"id":"d96acc5f-0764-41db-970f-030006a15fed","event":[{"listen":"prerequest","script":{"id":"842ff98d-8087-41be-a7d6-b1182c15fd71","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"70ed764b-c0c8-4407-b050-f675b6248e7c","type":"text/javascript","exec":[""]}}],"_postman_id":"d96acc5f-0764-41db-970f-030006a15fed","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Discount","item":[{"name":"Add / Update Discount","id":"2d19e2ae-1e1d-4a37-8967-2630554520a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 5.95\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount","description":"<p>Updates the discount for the given order subscription ID.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The new discount amount.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","discount"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"31e1e965-9df1-44ee-9a22-e1dd14e749d1","name":"Remove Next Coupon/Promo Code","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"SUCCESS\"\r\n}"},{"id":"360f36c8-a861-44d9-b2d1-35ba1db13158","name":"Add / Update Discount No Parameters","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:06:46 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:21:50 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16053,\n    \"message\": \"Discount amount OR percent required - not both\"\n}"},{"id":"3671ad72-199f-467b-a455-a2edec1b1fe9","name":"Add / Update Discount Amount","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 5.95\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:18:41 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:33:44 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"4be33ee6-9108-417f-80b8-644b02573e34","name":"Add / Update Discount Amount And Percent","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"percent\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:06:22 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:21:27 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16053,\n    \"message\": \"Discount amount OR percent required - not both\"\n}"},{"id":"786d22cd-712b-4fcf-a90b-d1ff2af055d7","name":"Add / Update Discount Percent Too High","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"percent\": 101\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:07:27 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:22:32 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Request\",\n    \"data\": {\n        \"percent\": [\n            \"The percent may not be greater than 100.\"\n        ]\n    }\n}"},{"id":"7b91b983-cea8-40c7-b921-45022f987f60","name":"Add / Update Discount Not Placed With Billing Models / Offers","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 5.95\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:19:23 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:34:26 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16052,\n    \"message\": \"Subscription was not placed using billing models and offers\"\n}"},{"id":"ce9542b0-e862-4311-bf2b-1c379e10e410","name":"Add / Update Discount Percent","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"percent\": 5\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:17:32 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:32:36 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"d8bca12e-6dae-4d01-b789-d1935a7adb73","name":"Add / Update Discount Next Coupon/Promo Code","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"100OFF\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 23 Feb 2021 00:19:15 GMT"},{"key":"Server","value":"Apache/2.4.46 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"e46a79e1-49ef-4a85-b143-3bf6d3cdef0a","name":"Set Next Coupon/Promo Code","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"100OFF\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"SUCCESS\"\r\n}"}],"_postman_id":"2d19e2ae-1e1d-4a37-8967-2630554520a6"},{"name":"Destroy Discount","id":"3ff7200e-161b-4091-9e00-77b715002e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount","description":"<p>Delete the discount for the given order subscription ID.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","discount"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"198a7dc7-2899-4c5d-87fe-3b23eabcedb3","name":"Destroy Discount","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:43:02 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:58:02 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"9d18cffe-b567-4957-a284-10573f68bbc5","name":"Destroy Discount No Placed With Billing Models / Offers","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/discount"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Oct 2019 18:42:21 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=p7mm1drf7a8ac6map77vv282sp; expires=Tue, 15-Oct-2019 19:57:21 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16052,\n    \"message\": \"Subscription was not placed using billing models and offers\"\n}"}],"_postman_id":"3ff7200e-161b-4091-9e00-77b715002e02"}],"id":"710b4622-a992-41ae-bbfc-5ff1f8a13c73","event":[{"listen":"prerequest","script":{"id":"17532578-8399-443b-b651-b93e2e513211","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab951226-7ab3-4091-84e1-f93330621f4a","type":"text/javascript","exec":[""]}}],"_postman_id":"710b4622-a992-41ae-bbfc-5ff1f8a13c73","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Credits","item":[{"name":"Create / Update Subscription Credit","id":"9dd974e2-cd96-4238-9583-cafc340a4295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"100\",\n    \"action\": \"replace\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits","description":"<p>This will be used to either create or update a subscription credit.</p>\n<p><code>action</code> is an additional parameter that can be passed in the request. when the <code>action</code> is <code>replace</code> the amount that is passed in the request will be the amount that is now a credit on the subscription. If it is not passed, and there is already a credit on the subscription, the amount passed will be ADDED to the subscription</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","credits"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"517323b2-685c-4395-975c-004891b346c6","name":"Replace Subscription Credit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"100\",\n    \"action\": \"replace\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 11:19:43 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=5adef8gth0es7fnam5qhf7vh5j; expires=Tue, 08-Oct-2019 12:34:45 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"477"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"item_id\": \"66df563e89dfb6dd5b58be77db025158\",\n        \"amount\": \"100\",\n        \"created_at\": \"2019-10-07 13:54:37\",\n        \"updated_at\": \"2019-10-08 07:19:51\",\n        \"type\": {\n            \"id\": 1,\n            \"name\": \"Susbcription\"\n        },\n        \"creator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        }\n    }\n}"},{"id":"5c278b4a-27e9-4123-b8b9-cd10385570bb","name":"Create / Update Subscription Credit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"100\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 11:22:20 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=5adef8gth0es7fnam5qhf7vh5j; expires=Tue, 08-Oct-2019 12:37:23 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"476"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"item_id\": \"66df563e89dfb6dd5b58be77db025158\",\n        \"amount\": 225,\n        \"created_at\": \"2019-10-07 13:54:37\",\n        \"updated_at\": \"2019-10-08 07:22:23\",\n        \"type\": {\n            \"id\": 1,\n            \"name\": \"Susbcription\"\n        },\n        \"creator\": {\n            \"department_id\": 0,\n            \"id\": 999999,\n            \"is_active\": 1,\n            \"name\": \"Lime Light CRM\",\n            \"email\": \"admin@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Primary Admin\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        }\n    }\n}"},{"id":"d6c842d9-26fc-43bc-9e97-520c6c9345b4","name":"Invalid Subscription ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"100\",\n    \"action\": \"replace\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 11:23:44 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=5adef8gth0es7fnam5qhf7vh5j; expires=Tue, 08-Oct-2019 12:38:47 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Subscription ID\"\n}"}],"_postman_id":"9dd974e2-cd96-4238-9583-cafc340a4295"},{"name":"Delete Subscription Credit","id":"b8112dd9-a315-4a2c-9df2-75a8dc38591f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits","description":"<p>Remove a subscription credit</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","credits"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"165d1056-9770-4ec8-be75-0bc408c8111c","name":"Delete Subscription Credit","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 04 Oct 2019 17:17:26 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=02brutks9h8e2ucc3gji1l9p67; expires=Fri, 04-Oct-2019 18:32:29 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"bbec0db8-dd36-46ce-bac4-7551a201d4b4","name":"Invalid Subscripition ID","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 11:25:37 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=5adef8gth0es7fnam5qhf7vh5j; expires=Tue, 08-Oct-2019 12:40:40 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Subscription ID\"\n}"}],"_postman_id":"b8112dd9-a315-4a2c-9df2-75a8dc38591f"},{"name":"Get Subscription Credit","id":"a2c44220-c893-421d-8bfd-12803f0604c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits","description":"<p>View the details of a subscription credit</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","credits"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"7e071103-a965-488d-bbf2-2a2ee4f41946","name":"Get Subscription Credit","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 11:22:43 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=5adef8gth0es7fnam5qhf7vh5j; expires=Tue, 08-Oct-2019 12:37:46 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"483"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"SUCCESS\",\n  \"data\": {\n    \"item_id\": \"66df563e89dfb6dd5b58be77db025158\",\n    \"amount\": \"225.0000\",\n    \"created_at\": \"2019-10-07 13:54:37\",\n    \"updated_at\": \"2019-10-08 07:22:23\",\n    \"type\": {\n      \"id\": 1,\n      \"name\": \"Susbcription\"\n    },\n    \"creator\": {\n      \"department_id\": 0,\n      \"id\": 999999,\n      \"is_active\": 1,\n      \"name\": \"Lime Light CRM\",\n      \"email\": \"admin@limelightcrm.com\",\n      \"call_center_provider_id\": 0\n    },\n    \"updator\": {\n      \"department_id\": 3,\n      \"id\": 2,\n      \"is_active\": 1,\n      \"name\": \"Primary Admin\",\n      \"email\": \"developers@limelightcrm.com\",\n      \"call_center_provider_id\": 0\n    }\n  }\n}"},{"id":"f104c29a-0fd4-4c90-8a46-ad7e9ea48d04","name":"Invalid Subscription ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/credits"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 11:25:10 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=5adef8gth0es7fnam5qhf7vh5j; expires=Tue, 08-Oct-2019 12:40:13 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Subscription ID\"\n}"}],"_postman_id":"a2c44220-c893-421d-8bfd-12803f0604c1"},{"name":"Issue Subscription Credit","id":"119436d6-6dc4-492a-96e0-047e7b7ea8dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"credit_amount\": 15,\n    \"credit_action\": \"replace\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/credit","description":"<p>Adds or replace credit to an order.\ncredit_action parameter is optional. If passed and equals 'replace' the credit gets replaced, else the credit gets added to the existing credit.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{order_id}}","credit"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"119436d6-6dc4-492a-96e0-047e7b7ea8dd"},{"name":"Destroy Subscription Credit","id":"8ee32c20-5078-48fc-828a-09d770b384e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/credit","description":"<p>Remove credit of an order.</p>\n","urlObject":{"protocol":"https","path":["{{order_id}}","credit"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ee32c20-5078-48fc-828a-09d770b384e3"}],"id":"c904f680-9c46-4c53-a3ce-b8deba489c9a","event":[{"listen":"prerequest","script":{"id":"9d50a9b4-a04f-4ffb-ad9b-cf8b4ca763eb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"595e81ca-0abb-4d41-9fc4-a9429b9a9dec","type":"text/javascript","exec":[""]}}],"_postman_id":"c904f680-9c46-4c53-a3ce-b8deba489c9a","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Overrides","item":[{"name":"Create Subscription Override","id":"9a6239b6-ff2d-4251-8f25-e692cdb14570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"conten","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"address_id\": 1,\n  \"contact_payment_source_id\": 1\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/override","description":"<p>This will create a subscription override when a specific product line item when passing the subscription id</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","override"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a6239b6-ff2d-4251-8f25-e692cdb14570"},{"name":"Delete Subscription Override","id":"1f983fe3-f08a-43a3-b40e-4d2c0af4963d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/override","description":"<p>This is to delete a subscription override for a specific line item if a subscription id is passed.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","override"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f983fe3-f08a-43a3-b40e-4d2c0af4963d"},{"name":"Update Subscription Override","id":"95e82e7b-28bd-4ce6-9f1a-dd2e0aadd122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address_id\": 2\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/override","description":"<p>This subscription override will have the capability of updating a specific line item via passing the subscription id.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","override"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"95e82e7b-28bd-4ce6-9f1a-dd2e0aadd122"},{"name":"Get Subscription Override","id":"2e71af8e-9310-45c8-8e3c-78433e9aff78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/override","description":"<p>This route allows the user to see the subscription override for a specific line item when the subscription_id is passed.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","override"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e71af8e-9310-45c8-8e3c-78433e9aff78"},{"name":"Set Subscription Address Override","id":"cf47637e-e019-4e31-ba4b-58416e4089e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"street\": \"560 W. Main\",\n  \"city\": \"Chicago\",\n  \"state\": \"IL\",\n  \"zip\": 12345,\n  \"country\": \"US\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/override/address","description":"<p>This is an idempotent operation that will set (create or update) the 'Address Override' for the subscription in question.</p>\n<p>If the given address already exists in the system, the existing record will be referenced, otherwise it will be created.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","override","address"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf47637e-e019-4e31-ba4b-58416e4089e6"}],"id":"ddded6a5-c0b7-474a-9df5-328ba8fca4ce","event":[{"listen":"prerequest","script":{"id":"d340a4a0-2c1f-41c0-a72d-558959b24134","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2b32511b-f170-4e87-8e38-fe821dc5b04b","type":"text/javascript","exec":[""]}}],"_postman_id":"ddded6a5-c0b7-474a-9df5-328ba8fca4ce","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Line Item Custom Options","item":[{"name":"Get Line Item Custom Options","id":"cb634a4c-e52c-4a99-b59d-0cdab5b2baf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/line-item-options?order_id=1","description":"<p>Fetch a list of line item custom items associated with a subscription ID.  If order ID is not passed, then the platform will select the latest order associated with the subscription.\\</p>\n<p><strong>Request Data</strong><br />URL Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. If this parameter is not passed, then the platform will select the latest order on the subscription.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The line item custom option ID.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>String</td>\n<td>The line item subscription ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The line item custom option name.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The line item custom option value.</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>Integer</td>\n<td>The order_id associated with the line item. NOTE: If order_type_id is 2, this value is <strong>NOT</strong> the main order ID, and not displayed in the graphical user interface.</td>\n</tr>\n<tr>\n<td>order_type_id</td>\n<td>Integer</td>\n<td>The order type ID associated with the line item. This field has a default value of 1. NOTE: If order_type_id is 2, then the order_id value is <strong>NOT</strong> the main order ID, and not displayed in the graphical user interface.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the line item custom option.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the line item custom option.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the line item custom option was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the line item custom option was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","line-item-options"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[{"description":{"content":"<p>Optional parameter that represents the order ID associated with the subscription ID provided in the URL.</p>\n","type":"text/plain"},"key":"order_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"cb634a4c-e52c-4a99-b59d-0cdab5b2baf5"},{"name":"Create/Update Line Item Custom Options","id":"ca5955ab-7e2c-4910-bae4-9d5039ba832d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\":26393,\n    \"options\" : [\n        {\n            \"name\": \"x_key\", \n            \"value\": \"3hdgcte83jdhac\"\n        },\n        {\n            \"id\": 1, \n            \"name\": \"y_key\", \n            \"value\": \"dwsds7987dsfd\"\n        }\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/line-item-options","description":"<p>Create or update line item custom options associated with a subscription ID.  If <code>order_id</code> is not passed, then the platform will select the latest order on the subscription.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. If this parameter is not passed, then the platform will select the latest order on the subscription.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of line item custom option objects.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The line item custom option ID. If <code>name</code> or <code>value</code> is passed then the platform will perform an update on these values.</td>\n</tr>\n<tr>\n<td>options.*.name</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The line item custom option name. This field is required if <code>id</code> is not passed.</td>\n</tr>\n<tr>\n<td>options.*.value</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The line item custom option value. This field is required if <code>id</code> is not passed.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The line item custom option ID.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>String</td>\n<td>The line item subscription ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The line item custom option name.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The line item custom option value.</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>Integer</td>\n<td>The order_id associated with the line item. NOTE: If order_type_id is 2, this value is not the main order ID, and not displayed in the graphical user interface.</td>\n</tr>\n<tr>\n<td>order_type_id</td>\n<td>Integer</td>\n<td>The order type ID associated with the line item. NOTE: If order_type_id is 2, then the order_id value is not the main order ID, and not displayed in the graphical user interface.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the line item custom option.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the line item custom option.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the line item custom option was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the line item custom option was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","line-item-options"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca5955ab-7e2c-4910-bae4-9d5039ba832d"},{"name":"Delete Line Item Custom Option","id":"c4501b2c-4e2d-4792-9dc0-d82387db9d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": 26393\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/line-item-options/10","description":"<p>Delete a line item custom option associated with a subscription ID. If order_id is not passed, then the platform will select the latest order on the subscription.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. If this parameter is not passed, then the platform will select the latest order on the subscription.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","line-item-options","10"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4501b2c-4e2d-4792-9dc0-d82387db9d81"},{"name":"Filter Line Item Custom Options","id":"324521b6-ee9b-4bad-a7e9-f5b30ba2fd01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": 115,\n    \"value\": 101\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/line-item-options/filter","description":"<p>Filter LineItemCustomOptions by any combination of the the following fields:\n<code>name</code>\n<code>value</code>\n<code>subscription_id</code>\n<code>order_id</code></p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["line-item-options","filter"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"324521b6-ee9b-4bad-a7e9-f5b30ba2fd01"}],"id":"0ad02df6-3a38-4585-bcaa-03c2a16a788d","_postman_id":"0ad02df6-3a38-4585-bcaa-03c2a16a788d","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Line Item Management","item":[{"name":"Update Next Recurring Date","id":"89339135-dd63-4262-ace3-da3de3c458ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": 29229,\n    \"date\": \"2021-12-10\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscription-orders/next-recurring-date","description":"<p>Update the next recurring date for one or more line items in a subscription.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. Required unless <code>subscription_id</code> is provided.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The subscription ID that maps to a single item associated with an order.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The next recurring date in YYYY-MM-DD format. Must be greater than the day of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affected_subscription_ids</td>\n<td>Array</td>\n<td>An array of affected subscription IDs associated with the order.</td>\n</tr>\n<tr>\n<td>update_type</td>\n<td>String</td>\n<td>Text describing the type of update that was performed.</td>\n</tr>\n<tr>\n<td>new_value</td>\n<td>String</td>\n<td>The updated value.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Examples</strong>\\</p>\n<p>Update next recurring date by order ID only. This will update all line items in the order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29229,\n    \"date\": \"2021-12-10\"\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"40d5282d19e4a6f9a9ac2e0e7113e683\",\n            \"ce6f12061175ea4cb86dd2a23feebd8c\"\n        ],\n        \"update_type\": \"Next Recurring Date\",\n        \"new_value\": \"2021-12-10\"\n    }\n}\n</code></pre><p>Update next recurring date by subscription ID only. This will update the line item that matches the <code>subscription_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"subscription_id\": \"ce6f12061175ea4cb86dd2a23feebd8c\",\n    \"date\": \"2021-12-15\"\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"ce6f12061175ea4cb86dd2a23feebd8c\"\n        ],\n        \"update_type\": \"Next Recurring Date\",\n        \"new_value\": \"2021-12-15\"\n    }\n}\n</code></pre><p>Update next recurring date by Order ID + Product ID. This will the target line items that match the <code>product_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29229,\n    \"product_id\": 24,\n    \"date\": \"2021-12-09\"\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"ce6f12061175ea4cb86dd2a23feebd8c\"\n        ],\n        \"update_type\": \"Next Recurring Date\",\n        \"new_value\": \"2021-12-09\"\n    }\n}\n</code></pre><p>Update next recurring date by Order ID + Variant ID. This will update the target line items that match the <code>variant_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29219,\n    \"variant_id\": 6,\n    \"date\": \"2021-12-21\"\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"640122fc14de0cb059572861346b8ab6\"\n        ],\n        \"update_type\": \"Next Recurring Date\",\n        \"new_value\": \"2021-12-21\"\n    }\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["next-recurring-date"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscription-orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"89339135-dd63-4262-ace3-da3de3c458ff"},{"name":"Update Next Recurring Product","id":"88101ec1-3a60-421c-95ec-89271b89eaf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": 29229,\n    \"next_recurring_product\": 5\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscription-orders/next-recurring-product","description":"<p>Update the next recurring product/variant for one or more line items in a subscription.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. Required unless <code>subscription_id</code> is provided.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The subscription ID that maps to a single item associated with an order.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>next_recurring_product</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The next recurring product. Required when <code>next_recurring_variant</code> is not provided.</td>\n</tr>\n<tr>\n<td>next_recurring_variant</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The next recurring product. Required when <code>next_recurring_product</code> is not provided.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affected_subscription_ids</td>\n<td>Array</td>\n<td>An array of affected subscription IDs associated with the order.</td>\n</tr>\n<tr>\n<td>update_type</td>\n<td>String</td>\n<td>Text describing the type of update that was performed.</td>\n</tr>\n<tr>\n<td>new_value</td>\n<td>String</td>\n<td>The updated value.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Examples</strong></p>\n<p>Update next recurring product by order ID only. This will update all line items in the order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29224,\n    \"next_recurring_product\": 6\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"d22895bf2943830a8be8988d0e076c3f\",\n            \"b59d473387b5b4fc64a95da5f240510c\",\n            \"6cce0566e9fdfd06a1e6ce43383ce20c\"\n        ],\n        \"update_type\": \"Next Recurring Product\",\n        \"new_value\": \"6\"\n    }\n}\n</code></pre><p>Update next recurring product by subscription ID only. This will update the line item that matches the <code>subscription_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"subscription_id\": \"b59d473387b5b4fc64a95da5f240510c\",\n    \"next_recurring_product\": 5\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"b59d473387b5b4fc64a95da5f240510c\"\n        ],\n        \"update_type\": \"Next Recurring Product\",\n        \"new_value\": \"5\"\n    }\n}\n</code></pre><p>Update next recurring product by Order ID + Product ID. This will the target line items that match the <code>product_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29224,\n    \"product_id\": 11,\n    \"next_recurring_product\": 5\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"6cce0566e9fdfd06a1e6ce43383ce20c\"\n        ],\n        \"update_type\": \"Next Recurring Product\",\n        \"new_value\": \"5\"\n    }\n}\n</code></pre><p>Update next recurring product by Order ID + Variant ID. This will update the target line items that match the <code>variant_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29219,\n    \"variant_id\": 2,\n    \"next_recurring_product\": 5\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"62fbc8e17931e03963151316e9c5b4ee\"\n        ],\n        \"update_type\": \"Next Recurring Product\",\n        \"new_value\": \"5\"\n    }\n}\n</code></pre><p>Update next recurring variant by order ID only. This will update all line items in the order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29219,\n    \"next_recurring_variant\": 6\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"62fbc8e17931e03963151316e9c5b4ee\",\n            \"640122fc14de0cb059572861346b8ab6\"\n        ],\n        \"update_type\": \"Next Recurring Variant\",\n        \"new_value\": \"6\"\n    }\n}\n</code></pre><p>Update next recurring variant by subscription ID only. This will update the line item that matches the <code>subscription_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"subscription_id\": \"62fbc8e17931e03963151316e9c5b4ee\",\n    \"next_recurring_variant\": 2\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"62fbc8e17931e03963151316e9c5b4ee\"\n        ],\n        \"update_type\": \"Next Recurring Variant\",\n        \"new_value\": \"2\"\n    }\n}\n</code></pre><p>Update next recurring variant by Order ID + Product ID. This will the target line items that match the <code>product_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29219,\n    \"product_id\": 12,\n    \"next_recurring_variant\": 6\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"62fbc8e17931e03963151316e9c5b4ee\",\n            \"640122fc14de0cb059572861346b8ab6\"\n        ],\n        \"update_type\": \"Next Recurring Variant\",\n        \"new_value\": \"6\"\n    }\n}\n</code></pre><p>Update next recurring variant by Order ID + Variant ID. This will update the target line items that match the <code>variant_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29219,\n    \"variant_id\": 6,\n    \"next_recurring_variant\": 2\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"640122fc14de0cb059572861346b8ab6\"\n        ],\n        \"update_type\": \"Next Recurring Variant\",\n        \"new_value\": \"2\"\n    }\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["next-recurring-product"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscription-orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"88101ec1-3a60-421c-95ec-89271b89eaf7"},{"name":"Update Next Recurring Quantity","id":"9bc5272e-b564-4e58-8a29-5776d573f261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": 29242,\n    \"next_recurring_quantity\": 2\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscription-orders/next-recurring-quantity","description":"<p>Update the next recurring quantity for one or more line items in a subscription.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. Required unless <code>subscription_id</code> is provided.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The subscription ID that maps to a single item associated with an order.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>next_recurring_quantity</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The next recurring quantity. Must be greater than 0.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affected_subscription_ids</td>\n<td>Array</td>\n<td>An array of affected subscription IDs associated with the order.</td>\n</tr>\n<tr>\n<td>update_type</td>\n<td>String</td>\n<td>Text describing the type of update that was performed.</td>\n</tr>\n<tr>\n<td>new_value</td>\n<td>String</td>\n<td>The updated value.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Examples</strong></p>\n<p>Update next recurring quantity by order ID only. This will update all line items in the order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29242,\n    \"next_recurring_quantity\": 2\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"846c3fab798172978c11ea68684f83d4\",\n            \"b6f2caf04da2f3dc89bbfc47bd4d076e\"\n        ],\n        \"update_type\": \"Next Recurring Quantity\",\n        \"new_value\": \"2\"\n    }\n}\n</code></pre><p>Update next recurring quantity by subscription ID only. This will update the line item that matches the <code>subscription_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"subscription_id\": \"b6f2caf04da2f3dc89bbfc47bd4d076e\",\n    \"next_recurring_quantity\": 3\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"b6f2caf04da2f3dc89bbfc47bd4d076e\"\n        ],\n        \"update_type\": \"Next Recurring Quantity\",\n        \"new_value\": \"3\"\n    }\n}\n</code></pre><p>Update next recurring quantity by Order ID + Product ID. This will the target line items that match the <code>product_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29242,\n    \"product_id\": 7,\n    \"next_recurring_quantity\": 4\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"b6f2caf04da2f3dc89bbfc47bd4d076e\"\n        ],\n        \"update_type\": \"Next Recurring Quantity\",\n        \"new_value\": \"4\"\n    }\n}\n</code></pre><p>Update next recurring quantity by Order ID + Variant ID. This will update the target line items that match the <code>variant_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"variant_id\": 6,\n    \"next_recurring_quantity\": 3\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Next Recurring Quantity\",\n        \"new_value\": \"3\"\n    }\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["next-recurring-quantity"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscription-orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bc5272e-b564-4e58-8a29-5776d573f261"},{"name":"Update Recurring Billing Model","id":"bec6f011-1933-4edf-92cc-683f907adf81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": 29257,\n    \"billing_model_id\": 127\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscription-orders/billing-model","description":"<p>Update the recurring billing model for one or more line items in a subscription.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. Required unless <code>subscription_id</code> is provided.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The subscription ID that maps to a single item associated with an order.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>billing_model_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The new billing model ID.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affected_subscription_ids</td>\n<td>Array</td>\n<td>An array of affected subscription IDs associated with the order.</td>\n</tr>\n<tr>\n<td>update_type</td>\n<td>String</td>\n<td>Text describing the type of update that was performed.</td>\n</tr>\n<tr>\n<td>new_value</td>\n<td>String</td>\n<td>The updated value.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Examples</strong></p>\n<p>Update the recurring billing model by order ID only. This will update all line items in the order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29257,\n    \"billing_model_id\": 127\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"b50753ed2f30cdb3c98d25f1b0b29772\",\n            \"a48ffbe6cb2f9609ab3bd1a41fdada4c\"\n        ],\n        \"update_type\": \"Billing Model\",\n        \"new_value\": \"127\"\n    }\n}\n</code></pre><p>Update the recurring billing model by subscription ID only. This will update the line item that matches the <code>subscription_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"subscription_id\": \"a48ffbe6cb2f9609ab3bd1a41fdada4c\",\n    \"billing_model_id\": 102\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"a48ffbe6cb2f9609ab3bd1a41fdada4c\"\n        ],\n        \"update_type\": \"Billing Model\",\n        \"new_value\": \"102\"\n    }\n}\n</code></pre><p>Update the recurring billing model by Order ID + Product ID. This will the target line items that match the <code>product_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"product_id\": 12,\n    \"billing_model_id\": 102\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"6eb4e8c959330f52c81982cf83474404\",\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Billing Model\",\n        \"new_value\": \"102\"\n    }\n}\n</code></pre><p>Update the recurring billing model by Order ID + Variant ID. This will update the target line items that match the <code>variant_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"variant_id\": 6,\n    \"billing_model_id\": 124\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Billing Model\",\n        \"new_value\": \"124\"\n    }\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["billing-model"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscription-orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"bec6f011-1933-4edf-92cc-683f907adf81"},{"name":"Update Next Recurring Price","id":"ea59138e-3a7d-456d-94a6-91582db426b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": 29249,\n    \"price\": 12.99\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscription-orders/next-recurring-price","description":"<p>Update the next recurring price for one or more line items in a subscription. Preservation will be defaulted to ON when <code>is_preserve</code> is not passed.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. Required unless <code>subscription_id</code> is provided.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The subscription ID that maps to a single item associated with an order.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Required</td>\n<td>-</td>\n<td>Float</td>\n<td>The next recurring price.</td>\n</tr>\n<tr>\n<td>is_preserve</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>The next recurring price preservation flag.  Defaulted to 1.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affected_subscription_ids</td>\n<td>Array</td>\n<td>An array of affected subscription IDs associated with the order.</td>\n</tr>\n<tr>\n<td>update_type</td>\n<td>String</td>\n<td>Text describing the type of update that was performed.</td>\n</tr>\n<tr>\n<td>new_value</td>\n<td>String</td>\n<td>The updated value.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Examples</strong></p>\n<p>Update the next recurring price by order ID only. This will update all line items in the order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"price\": 12.99\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"6eb4e8c959330f52c81982cf83474404\",\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Next Recurring Price\",\n        \"new_value\": \"12.99\"\n    }\n}\n</code></pre><p>Update the next recurring price by subscription ID only. This will update the line item that matches the <code>subscription_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"subscription_id\": \"225c0c4f0948f4ee7ba86b481580dd76\",\n    \"price\": 13.98\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Next Recurring Price\",\n        \"new_value\": \"13.98\"\n    }\n}\n</code></pre><p>Update the next recurring price by Order ID + Product ID. This will the target line items that match the <code>product_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"product_id\": 12,\n    \"price\": 2.99\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"6eb4e8c959330f52c81982cf83474404\",\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Next Recurring Price\",\n        \"new_value\": \"2.99\"\n    }\n}\n</code></pre><p>Update the next recurring price by Order ID + Variant ID. This will update the target line items that match the <code>variant_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"variant_id\": 6,\n    \"price\": 12.99\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Next Recurring Price\",\n        \"new_value\": \"12.99\"\n    }\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["next-recurring-price"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscription-orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea59138e-3a7d-456d-94a6-91582db426b0"},{"name":"Update Recurring Price Preservation","id":"7164c989-4cf4-4b07-98f5-77696466a4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": 29229,\n    \"is_preserve\": 1\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscription-orders/recurring-price-preservation","description":"<p>Update the next recurring price preservation for one or more line items in a subscription. If set to 0, then any custom next recurring prices will not take effect upon rebill.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The (main) order ID associated with the subscription. Required unless <code>subscription_id</code> is provided.</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The subscription ID that maps to a single item associated with an order.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>variant_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID that maps to one or more line items associated with an order.</td>\n</tr>\n<tr>\n<td>is_preserve</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>The next recurring price preservation flag.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters expected in each line item custom option object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>affected_subscription_ids</td>\n<td>Array</td>\n<td>An array of affected subscription IDs associated with the order.</td>\n</tr>\n<tr>\n<td>update_type</td>\n<td>String</td>\n<td>Text describing the type of update that was performed.</td>\n</tr>\n<tr>\n<td>new_value</td>\n<td>String</td>\n<td>The updated value.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Examples</strong></p>\n<p>Update the next recurring price preservation by order ID only. This will update all line items in the order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"is_preserve\": 1\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"6eb4e8c959330f52c81982cf83474404\",\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Recurring Price Preservation\",\n        \"new_value\": \"1\"\n    }\n}\n</code></pre><p>Update the next recurring price preservation by subscription ID only. This will update the line item that matches the <code>subscription_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"subscription_id\": \"6eb4e8c959330f52c81982cf83474404\",\n    \"is_preserve\": 0\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"6eb4e8c959330f52c81982cf83474404\"\n        ],\n        \"update_type\": \"Recurring Price Preservation\",\n        \"new_value\": \"0\"\n    }\n}\n</code></pre><p>Update the next recurring price preservation by Order ID + Product ID. This will the target line items that match the <code>product_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"product_id\": 12,\n    \"is_preserve\": 1\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"6eb4e8c959330f52c81982cf83474404\",\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Recurring Price Preservation\",\n        \"new_value\": \"1\"\n    }\n}\n</code></pre><p>Update the next recurring price preservation by Order ID + Variant ID. This will update the target line items that match the <code>variant_id</code> parameter:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Request\n{\n    \"order_id\": 29249,\n    \"variant_id\": 6,\n    \"is_preserve\": 0\n}\n\nResponse\n{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"affected_subscription_ids\": [\n            \"225c0c4f0948f4ee7ba86b481580dd76\"\n        ],\n        \"update_type\": \"Recurring Price Preservation\",\n        \"new_value\": \"0\"\n    }\n}\n</code></pre>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["recurring-price-preservation"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscription-orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"7164c989-4cf4-4b07-98f5-77696466a4e0"}],"id":"64b9eb57-83dc-44d8-b343-8eef23f8f075","description":"<p>Update one or more line items associated with your subscription.  Target all line items on an order, or a subset of line items based upon various criteria.</p>\n","_postman_id":"64b9eb57-83dc-44d8-b343-8eef23f8f075","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Bill Subscription Now","id":"0ab34fec-1499-4469-924b-d873e962cf70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/bill_now","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","bill_now"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"090da0d6-92ef-46be-ae90-a1a0333a9ef8","name":"Bill Subscription Now DECLINE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/bill_now"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 16:48:39 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=6g7lvtm5ikn79i3rumkam3dl5c; expires=Tue, 08-Oct-2019 18:03:43 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"229"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"errorFound\": 1,\n        \"declineReason\": \"Force Bill ERROR =>: This transaction has been declined\",\n        \"responseCode\": 800,\n        \"responseMessage\": \"Force Bill ERROR =>: This transaction has been declined\",\n        \"orderId\": 10182\n    }\n}"},{"id":"43d9b445-b7a3-45ae-bfc6-4901f5b8236d","name":"Bill Subscription Now APPROVED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/bill_now"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 16:47:48 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=6g7lvtm5ikn79i3rumkam3dl5c; expires=Tue, 08-Oct-2019 18:02:52 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"290"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"errorFound\": 0,\n        \"transactionID\": \"Not Available\",\n        \"authId\": \"Not Available\",\n        \"responseCode\": 100,\n        \"responseMessage\": \"The order was billed successfully. The original order #10180 was archived and recurring was stopped.  New order ID#10181 was created.\",\n        \"orderId\": 10181\n    }\n}"},{"id":"89008a97-1a1e-467e-9e12-551b2456886b","name":"Bill Subscription Now Invalid ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/bill_now"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 08 Oct 2019 16:49:36 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=6g7lvtm5ikn79i3rumkam3dl5c; expires=Tue, 08-Oct-2019 18:04:40 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Subscription ID\"\n}"}],"_postman_id":"0ab34fec-1499-4469-924b-d873e962cf70"},{"name":"Update Recurring Date","id":"081000c4-9cc2-4186-883a-210d5a2e14ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recur_at\":\"2019-10-10\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/recur_at","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","recur_at"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"05ace2d6-8142-410c-8968-bc8aeea469d8","name":"Update Recurring Date Invalid Format","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"recur_at\": \"10-20-2019\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/recur_at"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 18:49:42 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:04:42 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"165"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Request\",\n    \"data\": {\n        \"recur_at\": [\n            \"The recur at does not match the format Y-m-d.\",\n            \"The recur at must be a date after yesterday.\"\n        ]\n    }\n}"},{"id":"8e261c2b-3f88-4838-8af8-1e20082361ed","name":"Update Recurring Date Invalid Subscription ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"recur_at\": \"2019-10-10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/recur_at"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 18:47:43 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:02:43 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Invalid Subscription ID\"\n}"},{"id":"a998b8d8-b7ad-4eb7-86f6-7f23333955b6","name":"Update Recurring Date Invalid Date","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"recur_at\": \"2019-10-10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/recur_at"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 18:49:06 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:04:06 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Invalid Request\",\n    \"data\": {\n        \"recur_at\": [\n            \"The recur at must be a date after yesterday.\"\n        ]\n    }\n}"},{"id":"c0c4bb06-ac89-417a-acf0-bfc4f248c115","name":"Update Recurring Date Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"recur_at\": \"2019-10-30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/recur_at"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 18:49:25 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:04:25 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"081000c4-9cc2-4186-883a-210d5a2e14ac"},{"name":"Update Offer","id":"5bc4dda2-694a-45ef-bc8c-927cba715eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 1,\n    \"product_id\": 2\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","offer"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"1183ef5f-9c64-45b1-b365-3249ef0129e1","name":"Update Offer Standard","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 2,\n    \"product_id\": 12\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 19:28:21 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:43:30 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"2a5150d4-2b4b-4c05-8ca9-c774a12c87e0","name":"Update Offer and Product to a Custom Bundle","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 1,\n    \"product_id\": 64,\n    \"children\": [\n        {\n            \"product_id\": 35,\n            \"quantity\": 4\n        },\n        {\n            \"product_id\": 31,\n            \"quantity\": 3\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2b8acff7-d317-4995-883f-d01357614ff9","name":"Update Offer and Product to a Custom Bundle","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 1,\n    \"product_id\": 64,\n    \"children\": [\n        {\n            \"product_id\": 35,\n            \"quantity\": 4\n        },\n        {\n            \"product_id\": 31,\n            \"quantity\": 3\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3eafdb23-c0b5-4c14-b798-c3f190683d88","name":"Update Offer Seasonal","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 9,\n    \"position\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 19:31:57 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:47:01 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"4105c47c-7944-4c7c-abfa-8f2c2fe0feb1","name":"Update Offer Product not on Offer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 1,\n    \"product_id\": 17\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 19:42:43 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=r7gjat7o05i6oo6c1ejunt53em; expires=Mon, 28-Oct-2019 20:57:46 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"110"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Product id supplied is not available on the subscription's offer\"\n}"},{"id":"4665df08-d58b-4f22-ab57-9561d0db91b6","name":"Update Offer Invalid Prepaid Cycles for Offer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 10,\n    \"position\": 1,\n    \"prepaid_cycles\": 21\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 19:33:34 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:48:38 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16055,\n    \"message\": \"The offer_id prepaid_cycles combination supplied is invalid. The offer does not offer that cycle term\"\n}"},{"id":"47735948-9ac6-4c88-9c4f-f48a2c2e7024","name":"Update Offer Prepaid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 4,\n    \"prepaid_cycles\": 12,\n    \"product_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 19:31:34 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:46:39 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"863c24a2-d126-4f21-9d5b-49a5a022c1e0","name":"Update Offer Seasonal Prepaid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 10,\n    \"position\": 1,\n    \"prepaid_cycles\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 19:33:08 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=dckjb736204om9idr4j7f3lbh4; expires=Mon, 28-Oct-2019 20:48:12 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"de0927dd-e32b-49e9-8e35-a328cb0148f0","name":"Update Offer Seasonal Invalid Position","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"offer_id\": 10,\n    \"position\": 5,\n    \"prepaid_cycles\": 4\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/offer"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 28 Oct 2019 19:41:25 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=r7gjat7o05i6oo6c1ejunt53em; expires=Mon, 28-Oct-2019 20:56:28 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"109"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"The position supplied is not available on the offer_id supplied\"\n}"}],"_postman_id":"5bc4dda2-694a-45ef-bc8c-927cba715eac"},{"name":"Force Next Gateway by Order IDs","id":"185660d5-fe68-4d6e-aba1-56ffee8697e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"view\": \"order\",\n    \"gateway_id\": 132,\n    \"is_preserve\": 1,\n    \"keys\": [\n        29500,\n        29501\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions","description":"<p>Force the next gateway for subscriptions tied to specified order IDs. <code>keys</code> is an array of Order IDs.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"7e6d3421-dc65-462e-be0b-11c5097bfc22","name":"Force Next Gateway by Order IDs","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"view\": \"order\",\n\t\"gateway_id\": 1,\n\t\"is_preserve\": 0,\n\t\"keys\": [\n\t\t31891\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 26 Apr 2019 17:04:04 GMT"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"185660d5-fe68-4d6e-aba1-56ffee8697e7"},{"name":"Get Subscription","id":"a734bdaa-6362-4231-a7c0-5d27eedc0d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}","description":"<p>Gets the subscription for the given ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>The Subscription ID.</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>Integer</td>\n<td>The Subscription contact ID.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The Subscription date timestamp.</td>\n</tr>\n<tr>\n<td>is_recurring</td>\n<td>Boolean</td>\n<td>True if the Subscription is recurring.</td>\n</tr>\n<tr>\n<td>recur_at</td>\n<td>String</td>\n<td>The Subscription recurring date.</td>\n</tr>\n<tr>\n<td>forecasted_revenue</td>\n<td>Numeric</td>\n<td>The Subscription forecasted revenue.</td>\n</tr>\n<tr>\n<td>credit</td>\n<td>Numeric</td>\n<td>The Subscription credit.</td>\n</tr>\n<tr>\n<td>ith variants.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>product</td>\n<td>Object</td>\n<td>The Subscription product.</td>\n</tr>\n<tr>\n<td>product.id</td>\n<td>Integer</td>\n<td>The Subscription product ID.</td>\n</tr>\n<tr>\n<td>product.variant_id</td>\n<td>Integer</td>\n<td>The Subscription product variant ID.</td>\n</tr>\n<tr>\n<td>product.name</td>\n<td>Integer</td>\n<td>The Subscription product name.</td>\n</tr>\n<tr>\n<td>product.quantity</td>\n<td>Integer</td>\n<td>The Subscription product quantity.</td>\n</tr>\n<tr>\n<td>product.children</td>\n<td>Array</td>\n<td>The Subscription product children.</td>\n</tr>\n<tr>\n<td>product.children.*.id</td>\n<td>Integer</td>\n<td>The Subscription product children ID.</td>\n</tr>\n<tr>\n<td>product.children.*.variant_id</td>\n<td>Integer</td>\n<td>The Subscription product children variant ID.</td>\n</tr>\n<tr>\n<td>product.children.*.name</td>\n<td>Integer</td>\n<td>The Subscription product children name.</td>\n</tr>\n<tr>\n<td>product.children.*.quantity</td>\n<td>Integer</td>\n<td>The Subscription product children quantity.</td>\n</tr>\n<tr>\n<td>next_product</td>\n<td>Object</td>\n<td>The Subscription product.</td>\n</tr>\n<tr>\n<td>next_product.id</td>\n<td>Integer</td>\n<td>The Subscription next product ID.</td>\n</tr>\n<tr>\n<td>next_product.variant_id</td>\n<td>Integer</td>\n<td>The Subscription next product variant ID.</td>\n</tr>\n<tr>\n<td>next_product.name</td>\n<td>Integer</td>\n<td>The Subscription next product name.</td>\n</tr>\n<tr>\n<td>next_product.quantity</td>\n<td>Integer</td>\n<td>The Subscription next product quantity.</td>\n</tr>\n<tr>\n<td>next_product.children</td>\n<td>Array</td>\n<td>The Subscription next product children.</td>\n</tr>\n<tr>\n<td>next_product.children.*.id</td>\n<td>Integer</td>\n<td>The Subscription next product children ID.</td>\n</tr>\n<tr>\n<td>next_product.children.*.variant_id</td>\n<td>Integer</td>\n<td>The Subscription next product children variant ID.</td>\n</tr>\n<tr>\n<td>next_product.children.*.name</td>\n<td>Integer</td>\n<td>The Subscription next product children name.</td>\n</tr>\n<tr>\n<td>next_product.children.*.quantity</td>\n<td>Integer</td>\n<td>The Subscription next product children quantity.</td>\n</tr>\n<tr>\n<td>shipping</td>\n<td>Object</td>\n<td>Object containing Subscription shipping details.</td>\n</tr>\n<tr>\n<td>shipping.first_name</td>\n<td>String</td>\n<td>The Subscription subject shipping first name.</td>\n</tr>\n<tr>\n<td>shipping.last_name</td>\n<td>String</td>\n<td>The Subscription subject shipping last name.</td>\n</tr>\n<tr>\n<td>shipping.address</td>\n<td>String</td>\n<td>The Subscription subject shipping address.</td>\n</tr>\n<tr>\n<td>shipping.address2</td>\n<td>String</td>\n<td>The Subscription subject shipping alternative address.</td>\n</tr>\n<tr>\n<td>shipping.city</td>\n<td>String</td>\n<td>The Subscription subject shipping city.</td>\n</tr>\n<tr>\n<td>shipping.state</td>\n<td>String</td>\n<td>The Subscription subject shipping state.</td>\n</tr>\n<tr>\n<td>shipping.zip</td>\n<td>String</td>\n<td>The Subscription subject shipping city zip code.</td>\n</tr>\n<tr>\n<td>shipping.country</td>\n<td>String</td>\n<td>The Subscription subject country.</td>\n</tr>\n<tr>\n<td>shipping.country2</td>\n<td>String</td>\n<td>The Subscription subject shipping city ISO code.</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Object</td>\n<td>Object containing Subscription discount details.</td>\n</tr>\n<tr>\n<td>discounts.flat_amount</td>\n<td>Numeric</td>\n<td>The flat amount of the discount.</td>\n</tr>\n<tr>\n<td>discounts.percent</td>\n<td>Numeric</td>\n<td>The percent amount of the discount.</td>\n</tr>\n<tr>\n<td>discounts.prepaid</td>\n<td>Numeric</td>\n<td>The prepaid amount of the discount.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>There are 4 types of subscription statuses:  <br />- active  <br />- paused  <br />- retrying  <br />- cancelled</td>\n</tr>\n<tr>\n<td>billing_model.id</td>\n<td>Integer</td>\n<td>The billing model ID.</td>\n</tr>\n<tr>\n<td>billing_model.name</td>\n<td>String</td>\n<td>The billing model name.</td>\n</tr>\n<tr>\n<td>billing_model.expire_cycles</td>\n<td>Integer</td>\n<td>The number of cycles until billing model expires.</td>\n</tr>\n<tr>\n<td>billing_model.created_at</td>\n<td>Object</td>\n<td>Contains details of when the billing model was created.</td>\n</tr>\n<tr>\n<td>billing_model.created_at.*.date</td>\n<td>String</td>\n<td>A timestamp when the billing model was created.</td>\n</tr>\n<tr>\n<td>billing_model.created_at.*.timezone_type</td>\n<td>Integer</td>\n<td>The timezone type number where the billing model was created.</td>\n</tr>\n<tr>\n<td>billing_model.created_at.*.timezone</td>\n<td>String</td>\n<td>The name of the timezone where the billing model was created.</td>\n</tr>\n<tr>\n<td>billing_model.updated_at</td>\n<td>Object</td>\n<td>Contains details of when the billing model was created</td>\n</tr>\n<tr>\n<td>billing_model.updated_at .*.date</td>\n<td>String</td>\n<td>A timestamp when the billing model was updated.</td>\n</tr>\n<tr>\n<td>billing_model.updated_at.*.timezone_type</td>\n<td>Integer</td>\n<td>The timezone type number where the billing model was updated.</td>\n</tr>\n<tr>\n<td>billing_model.updated_at.*.timezone</td>\n<td>String</td>\n<td>The name of the timezone where the billing model was updated.</td>\n</tr>\n<tr>\n<td>billing_model.is_archived</td>\n<td>Integer Flag</td>\n<td>The billing model archived status.</td>\n</tr>\n<tr>\n<td>billing_model.is_preserve_quantity</td>\n<td>Integer Flag</td>\n<td>The billing model status to preserve initial order quantity.</td>\n</tr>\n<tr>\n<td>billing_model.is_default</td>\n<td>Integer Flag</td>\n<td>The billing model default status.</td>\n</tr>\n<tr>\n<td>billing_model.week</td>\n<td>Integer</td>\n<td>A number between 1 and 5 that represents the week in a month of next billing period.</td>\n</tr>\n<tr>\n<td>billing_model.day</td>\n<td>Integer</td>\n<td>A number between 1 and 7 that represents the day of the week of next billing period.</td>\n</tr>\n<tr>\n<td>billing_model.days</td>\n<td>Integer</td>\n<td>The number of days between the next billing period.</td>\n</tr>\n<tr>\n<td>billing_model.date</td>\n<td>Integer</td>\n<td>The billing date of the month.A number between 1 and 31.</td>\n</tr>\n<tr>\n<td>billing_model.dates</td>\n<td>Array</td>\n<td>A list of bill frequency dates</td>\n</tr>\n<tr>\n<td>billing_model.description</td>\n<td>String</td>\n<td>A description of the billing model.</td>\n</tr>\n<tr>\n<td>billing_model.type</td>\n<td>Object</td>\n<td>Contains details about billing model type</td>\n</tr>\n<tr>\n<td>billing_model.type.*.id</td>\n<td>Integer</td>\n<td>The billing model type ID.</td>\n</tr>\n<tr>\n<td>billing_model.type.*.name</td>\n<td>String</td>\n<td>The billing model type name.</td>\n</tr>\n<tr>\n<td>billing_model.frequency</td>\n<td>Integer</td>\n<td>The number of billing periods within the frequency type.</td>\n</tr>\n<tr>\n<td>billing_model.frequency_type_id</td>\n<td>Integer</td>\n<td>A number that represents the frequency type. Either monthly or yearly.</td>\n</tr>\n<tr>\n<td>billing_model.cut_off_day</td>\n<td>Integer</td>\n<td>The frequency type id. Alias to buffer_days</td>\n</tr>\n<tr>\n<td>billing_model.creator</td>\n<td>Object</td>\n<td>Contains details of the billing model creator.</td>\n</tr>\n<tr>\n<td>billing_model.creator.*.department_id</td>\n<td>Integer</td>\n<td>The department ID assigned to the billing model creator.</td>\n</tr>\n<tr>\n<td>billing_model.creator.*.is_active</td>\n<td>Integer Flag</td>\n<td>The billing model creator active status.</td>\n</tr>\n<tr>\n<td>billing_model.creator.*.name</td>\n<td>String</td>\n<td>The billing model creator name.</td>\n</tr>\n<tr>\n<td>billing_model.creator.*.email</td>\n<td>String</td>\n<td>The billing model creator email address.</td>\n</tr>\n<tr>\n<td>billing_model.creator.*.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provided ID who created the billing model.</td>\n</tr>\n<tr>\n<td>billing_model.updator</td>\n<td>Object</td>\n<td>Contains details of the billing model updator</td>\n</tr>\n<tr>\n<td>billing_model.updator.*.department_id</td>\n<td>Integer</td>\n<td>The department ID assigned to the billing model updator.</td>\n</tr>\n<tr>\n<td>billing_model.updator.*.is_active</td>\n<td>Integer Flag</td>\n<td>The billing model updator active status.</td>\n</tr>\n<tr>\n<td>billing_model.updator.*.name</td>\n<td>String</td>\n<td>The billing model updator name.</td>\n</tr>\n<tr>\n<td>billing_model.updator.*.email</td>\n<td>String</td>\n<td>The billing model updator email address.</td>\n</tr>\n<tr>\n<td>billing_model.updator.*.call_center_provider_id</td>\n<td>Integer</td>\n<td>The call center provided ID who updated the billing model.</td>\n</tr>\n<tr>\n<td>stop_after_next_rebill</td>\n<td>Boolean</td>\n<td>True if the order that have been set to stop recurring after next successful rebill.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"602a60b6-cd03-42e9-bb88-d580e72ff9f3","name":"Get Subscription","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 23 Jan 2020 14:02:06 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1363"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": \"b98daa0331cf5c5857fffd2324041988\",\n        \"created_at\": \"2020-01-06 14:28:26\",\n        \"is_recurring\": 0,\n        \"recur_at\": \"2020-01-13\",\n        \"depth\": 1,\n        \"forecasted_revenue\": \"99.99\",\n        \"credit\": \"0.00\",\n        \"product\": {\n            \"id\": 22,\n            \"variant_id\": 0,\n            \"name\": \"Consent Product\",\n            \"quantity\": 1,\n            \"children\": []\n        },\n        \"next_product\": {\n            \"id\": 22,\n            \"name\": \"Consent Product\",\n            \"quantity\": 1,\n            \"children\": []\n        },\n        \"shipping\": {\n            \"first_name\": \"Wade\",\n            \"last_name\": \"Test\",\n            \"address\": \"123 Main St\",\n            \"address2\": \"\",\n            \"city\": \"Tampa\",\n            \"state\": \"FL\",\n            \"zip\": \"33607\",\n            \"country\": \"United States\",\n            \"country_iso2\": \"US\"\n        },\n        \"discounts\": {\n            \"flat_amount\": \"0.00\",\n            \"percent\": 0,\n            \"prepaid\": \"0.00\"\n        },\n        \"status\": \"cancelled\",\n        \"billing_model\": {\n            \"id\": 3,\n            \"name\": \"Every 7 Days\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:14:41.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:30:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 7,\n            \"date\": 7,\n            \"dates\": [],\n            \"description\": \"Bills every 7 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"a734bdaa-6362-4231-a7c0-5d27eedc0d88"},{"name":"Get Subsciptions With Filter","id":"fa749acc-07ad-421d-9811-e8459f3f7ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/filter/{{filter}}?value=test@email.com","description":"<p>This function allows to list subscriptions based on the <code>filter</code> passed in the URL.\n<code>filter</code> possible values: <code>order</code>, <code>email</code>.\nIf <code>filter</code> is <code>email</code> then the parameter <code>value</code> in the request should be an email address, if it is <code>order</code> then <code>value</code> should be an order id.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["filter","{{filter}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[{"description":{"content":"<p>A email address you wish to filter</p>\n","type":"text/plain"},"key":"value","value":"test@email.com"}],"variable":[]}},"response":[{"id":"f0524f33-10f2-47eb-9c2c-6bdb67ad7d54","name":"Get Subsciption","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 23 Jan 2020 14:02:06 GMT"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1363"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": \"b98daa0331cf5c5857fffd2324041988\",\n        \"created_at\": \"2020-01-06 14:28:26\",\n        \"is_recurring\": 0,\n        \"recur_at\": \"2020-01-13\",\n        \"depth\": 1,\n        \"forecasted_revenue\": \"99.99\",\n        \"credit\": \"0.00\",\n        \"product\": {\n            \"id\": 22,\n            \"variant_id\": 0,\n            \"name\": \"Consent Product\",\n            \"quantity\": 1,\n            \"children\": []\n        },\n        \"next_product\": {\n            \"id\": 22,\n            \"name\": \"Consent Product\",\n            \"quantity\": 1,\n            \"children\": []\n        },\n        \"shipping\": {\n            \"first_name\": \"Wade\",\n            \"last_name\": \"Test\",\n            \"address\": \"123 Main St\",\n            \"address2\": \"\",\n            \"city\": \"Tampa\",\n            \"state\": \"FL\",\n            \"zip\": \"33607\",\n            \"country\": \"United States\",\n            \"country_iso2\": \"US\"\n        },\n        \"discounts\": {\n            \"flat_amount\": \"0.00\",\n            \"percent\": 0,\n            \"prepaid\": \"0.00\"\n        },\n        \"status\": \"cancelled\",\n        \"billing_model\": {\n            \"id\": 3,\n            \"name\": \"Every 7 Days\",\n            \"expire_cycles\": 0,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2019-04-29 15:14:41.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-14 14:30:09.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 1,\n            \"is_default\": null,\n            \"week\": 0,\n            \"day\": 0,\n            \"days\": 7,\n            \"date\": 7,\n            \"dates\": [],\n            \"description\": \"Bills every 7 days\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"Bill by cycle\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Primary Admin\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": {\n                \"department_id\": 0,\n                \"id\": 1,\n                \"is_active\": 1,\n                \"name\": \"Lime Light CRM\",\n                \"email\": \"admin@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"fa749acc-07ad-421d-9811-e8459f3f7ed2"},{"name":"Get Subsciption History","id":"f427b714-fcd5-4abe-b363-7f52f628e399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}subscriptions/{{subscription_id}}/history","description":"<p>Returns all orders in the history (order chain) of the given Subscription ID.</p>\n<p>When a single transaction is made with more than one subscription product the first product is created as an 'Order' model and all subsequent products in that order are created as 'Upsell' models.</p>\n<p>Upsells are included in this response along with their main order data in the 'main' key.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{subscription_id}}","history"],"host":["{{app_key}}","{{domain}}{{v2_ext}}subscriptions"],"query":[],"variable":[]}},"response":[],"_postman_id":"f427b714-fcd5-4abe-b363-7f52f628e399"}],"id":"bfd7e5ff-3ae2-473a-9e7e-235ad18ffeb3","description":"<p>Below you will find methods related to Subscriptions</p>\n","event":[{"listen":"prerequest","script":{"id":"b4e8c282-6d3b-4aa6-af28-812ac11a5e2b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"db6311c2-b85a-4566-abd2-1c7eae654e9a","type":"text/javascript","exec":[""]}}],"_postman_id":"bfd7e5ff-3ae2-473a-9e7e-235ad18ffeb3","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Calculate Order Total","id":"c77de297-f824-43c2-9ccf-b9082a00667d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"campaign_id\":18,\r\n   \"shipping_id\":4,\r\n   \"use_tax_provider\":0,\r\n   \"offers\":[\r\n      { \r\n         \"id\":16,\r\n         \"product_id\":2,\r\n         \"billing_model_id\":4,\r\n         \"quantity\":1,\r\n         \"trial\":1\r\n      }\r\n   ],\r\n   \"location\":{\r\n      \"state\":\"FL\",\r\n      \"country\":\"US\",\r\n      \"postal_code\":33625\r\n   },\r\n   \"promo\":{\r\n      \"code\":\"CODE100\",\r\n      \"email\":\"newemail@test.com\"\r\n   }\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}order_total/calculate","description":"<p>Calculate the pending order total from the request.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaign_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The campaign ID.</td>\n</tr>\n<tr>\n<td>shipping_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The shipping method ID.  <br /><strong>For Non-Shippable</strong> <strong>Orders</strong>: You can either omit this parameter or set it to an empty value.  <br /><strong>For Shippable Orders:</strong> Provide a valid and genuine shipping ID.</td>\n</tr>\n<tr>\n<td>use_tax_provider</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that decides whether or not to use a tax integration, if configured to the campaign.</td>\n</tr>\n<tr>\n<td>offers</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of offer objects associated with the selected campaign.</td>\n</tr>\n<tr>\n<td>offers.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The offer ID associated to the offer object.</td>\n</tr>\n<tr>\n<td>offers.*.product_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID associated with the offer object.</td>\n</tr>\n<tr>\n<td>offers.*.billing_model_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The billing model ID.</td>\n</tr>\n<tr>\n<td>offers.*.variant_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The variant ID. Must be a configured variant of the <code>product_id</code> selected.</td>\n</tr>\n<tr>\n<td>offers.*.price</td>\n<td>Optional</td>\n<td>-</td>\n<td>Float</td>\n<td>A custom product price that will override the automated product price calculation.</td>\n</tr>\n<tr>\n<td>offers.*.quantity</td>\n<td>Required</td>\n<td>1</td>\n<td>Integer</td>\n<td>The product quantity for this line item.</td>\n</tr>\n<tr>\n<td>offers.*.cycles</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The amount of prepaid cycles. Must be a valid number of prepaid cycles configured with the selected offer.</td>\n</tr>\n<tr>\n<td>offers.*.cycle_depth</td>\n<td>Conditional</td>\n<td>1</td>\n<td>Integer</td>\n<td>The cycle depth. Specified the beginning position for custom recurring offers.</td>\n</tr>\n<tr>\n<td>offers.*.trial</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>A flag that decides whether or not to use the trial configuration associated with the selected offer.</td>\n</tr>\n<tr>\n<td>offers.*.children</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of bundle child product objects.</td>\n</tr>\n<tr>\n<td>offers.*.children.*.product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom bundle child product ID.</td>\n</tr>\n<tr>\n<td>offers.*.children.*.quantity</td>\n<td>Conditional</td>\n<td>1</td>\n<td>Integer</td>\n<td>The custom bundle child product quantity.</td>\n</tr>\n<tr>\n<td>location</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>An object containing customer location information. Use this to facilitate tax calculation.</td>\n</tr>\n<tr>\n<td>location.country</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>Customer shipping country in ISO 2 format.</td>\n</tr>\n<tr>\n<td>location.postal_code</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>Customer shipping zip/postal code.</td>\n</tr>\n<tr>\n<td>location.state</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>Customer shipping state/region.</td>\n</tr>\n<tr>\n<td>promo</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>An object containing coupon code information.</td>\n</tr>\n<tr>\n<td>promo.code</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The selected coupon promo code.</td>\n</tr>\n<tr>\n<td>promo.email</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>The associated customer email address.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["calculate"],"host":["{{app_key}}","{{domain}}{{v2_ext}}order_total"],"query":[],"variable":[]}},"response":[{"id":"1bd095ef-d4da-46f1-b8e6-2112ec342775","name":"Calculate Order Total","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"campaign_id\": 18,\n    \"shipping_id\": 4,\n    \"use_tax_provider\": 0,\n    \"offers\": [\n        {\n            \"id\": 16,\n            \"product_id\": 2,\n            \"billing_model_id\": 4,\n            \"quantity\": 1,\n            \"trial\": 1\n        },\n        {\n            \"id\": 24,\n            \"product_id\": 27,\n            \"billing_model_id\": 4,\n            \"quantity\": 1\n        }\n    ],\n    \"location\": {\n        \"state\": \"FL\",\n        \"country\": \"US\",\n        \"postal_code\": 33625\n    },\n    \"promo\": {\n        \"code\": \"CODE100\",\n        \"email\": \"newemail@test.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Feb 2019 15:57:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"513"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"total\": \"182.05\",\n        \"subtotal\": \"177.10\",\n        \"line_items\": [\n            {\n                \"id\": 2,\n                \"name\": \"Product 2\",\n                \"qty\": 1,\n                \"base_price\": \"89.00\",\n                \"unit_price\": \"89.00\",\n                \"total\": \"89.00\",\n                \"is_taxable\": false,\n                \"is_shippable\": false,\n                \"is_prepaid\": false\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Product 27\",\n                \"qty\": 1,\n                \"base_price\": \"88.10\",\n                \"unit_price\": \"88.10\",\n                \"total\": \"88.10\",\n                \"is_taxable\": false,\n                \"is_shippable\": false,\n                \"is_prepaid\": false\n            }\n        ],\n        \"shipping\": \"4.95\",\n        \"discounts\": [\n            {\n                \"type\": \"promo\",\n                \"code\": \"CODE100\",\n                \"valid\": false,\n                \"error\": \"Invalid Promo Code\",\n                \"total\": \"0.00\"\n            }\n        ]\n    }\n}"},{"id":"58c7d4aa-177e-432b-bb91-d80e50d5a052","name":"Calculate Order Total - Nutra","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"campaign_id\": 11,\n    \"shipping_id\": 4,\n    \"products\": [\n        {\n            \"id\": 22,\n            \"quantity\": 2\n        },\n        {\n            \"id\": 21,\n            \"price\": \"4.33\",\n            \"quantity\": 1\n        },\n        {\n            \"id\": 20,\n            \"variant_id\": 1,\n            \"quantity\": 1\n        }\n    ],\n    \"location\": {\n        \"state\": \"MI\",\n        \"country\": \"US\",\n        \"postal_code\": 49203\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}order_total/calculate"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7bdac149-01f6-4e95-a27f-8dc160ec2b70","name":"Calculate Order Total Nutra","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"campaign_id\": 11,\n    \"shipping_id\": 4,\n    \"products\": [\n        {\n            \"id\": 22,\n            \"quantity\": 2\n        },\n        {\n            \"id\": 21,\n            \"price\": \"4.33\",\n            \"quantity\": 1\n        },\n        {\n            \"id\": 20,\n            \"variant_id\": 1,\n            \"quantity\": 1\n        }\n    ],\n    \"location\": {\n        \"state\": \"MI\",\n        \"country\": \"US\",\n        \"postal_code\": 49203\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}order_total/calculate"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bfd227ac-0546-48bd-a207-67ca7234856b","name":"Calculate Order Total","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"campaign_id\": 18,\n    \"shipping_id\": 4,\n    \"use_tax_provider\": 0,\n    \"offers\": [\n        {\n            \"id\": 16,\n            \"product_id\": 2,\n            \"billing_model_id\": 4,\n            \"quantity\": 1,\n            \"trial\": 1\n        },\n        {\n            \"id\": 4,\n            \"product_id\": 6,\n            \"billing_model_id\": 4,\n            \"price\": 4.33,\n            \"quantity\": 2\n        },\n        {\n            \"id\": 6,\n            \"product_id\": 10,\n            \"billing_model_id\": 4,\n            \"price\": 15.55,\n            \"quantity\": 2,\n            \"children\": [\n                {\n                    \"product_id\": 3,\n                    \"quantity\": 1\n                },\n                {\n                    \"product_id\": 4,\n                    \"quantity\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 12,\n            \"product_id\": 15,\n            \"billing_model_id\": 4,\n            \"cycles\": 3,\n            \"quantity\": 2\n        },\n        {\n            \"id\": 24,\n            \"product_id\": 27,\n            \"billing_model_id\": 4,\n            \"quantity\": 1\n        }\n    ],\n    \"location\": {\n        \"state\": \"FL\",\n        \"country\": \"US\",\n        \"postal_code\": 33625\n    },\n    \"promo\": {\n        \"code\": \"CODE100\",\n        \"email\": \"newemail@test.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}order_total/calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Feb 2019 15:58:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"968"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"total\": \"221.81\",\n        \"subtotal\": \"216.86\",\n        \"line_items\": [\n            {\n                \"id\": 2,\n                \"name\": \"Product 2\",\n                \"qty\": 1,\n                \"base_price\": \"89.00\",\n                \"unit_price\": \"89.00\",\n                \"total\": \"89.00\",\n                \"is_taxable\": false,\n                \"is_shippable\": false,\n                \"is_prepaid\": false\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Product 6\",\n                \"qty\": 2,\n                \"base_price\": \"4.33\",\n                \"unit_price\": \"4.33\",\n                \"total\": \"8.66\",\n                \"is_taxable\": false,\n                \"is_shippable\": true,\n                \"is_prepaid\": false\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Product 10\",\n                \"qty\": 2,\n                \"base_price\": \"15.55\",\n                \"unit_price\": \"15.55\",\n                \"total\": \"31.10\",\n                \"is_taxable\": false,\n                \"is_shippable\": false,\n                \"is_prepaid\": false\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Product 15\",\n                \"qty\": 2,\n                \"base_price\": \"0.00\",\n                \"unit_price\": \"0.00\",\n                \"total\": \"0.00\",\n                \"is_taxable\": false,\n                \"is_shippable\": true,\n                \"is_prepaid\": false\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Product 27\",\n                \"qty\": 1,\n                \"base_price\": \"88.10\",\n                \"unit_price\": \"88.10\",\n                \"total\": \"88.10\",\n                \"is_taxable\": false,\n                \"is_shippable\": false,\n                \"is_prepaid\": false\n            }\n        ],\n        \"shipping\": \"4.95\",\n        \"discounts\": [\n            {\n                \"type\": \"promo\",\n                \"code\": \"CODE100\",\n                \"valid\": false,\n                \"error\": \"Invalid Promo Code\",\n                \"total\": \"0.00\"\n            }\n        ]\n    }\n}"},{"id":"b84e8d9b-cfac-4d0e-83d1-762e73075d7f","name":"Billing + Shipping Tax Location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"campaign_id\":4,\r\n   \"shipping_id\":16,\r\n   \"use_tax_provider\":1,\r\n   \"offers\":[\r\n      { \r\n         \"id\":5,\r\n         \"product_id\":4,\r\n         \"billing_model_id\":3,\r\n         \"quantity\":1\r\n      }\r\n   ],\r\n   \"location\":{\r\n      \"state\":\"AZ\",\r\n      \"country\":\"US\",\r\n      \"postal_code\":85282\r\n   },\r\n   \"billingLocation\":{\r\n      \"state\":\"FL\",\r\n      \"country\":\"US\",\r\n      \"postal_code\":62701\r\n   }\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}order_total/calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 06 Sep 2023 12:56:31 GMT"},{"key":"Server","value":"Apache/2.4.57 ()"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"total\": \"40.17\",\n        \"subtotal\": \"30.60\",\n        \"line_items\": [\n            {\n                \"id\": \"4\",\n                \"name\": \"Adding Example Product\",\n                \"qty\": 1,\n                \"base_price\": \"40.00\",\n                \"unit_price\": \"30.60\",\n                \"product_price\": \"40.00\",\n                \"variant_price\": \"40.00\",\n                \"total\": \"30.60\",\n                \"is_taxable\": true,\n                \"is_shippable\": true,\n                \"is_prepaid\": false,\n                \"variant_id\": 0,\n                \"discount\": {\n                    \"percent\": 15,\n                    \"total\": 9.399999999999999\n                }\n            }\n        ],\n        \"shipping\": \"6.00\",\n        \"tax\": {\n            \"pct\": \"9.75\",\n            \"total\": \"3.57\"\n        },\n        \"discounts\": [\n            {\n                \"type\": \"subscription\",\n                \"product_id\": \"4\",\n                \"total\": 9.399999999999999\n            },\n            {\n                \"type\": \"volume_discount\",\n                \"code\": null,\n                \"valid\": true,\n                \"error\": null,\n                \"total\": 3.4\n            }\n        ]\n    }\n}"}],"_postman_id":"c77de297-f824-43c2-9ccf-b9082a00667d"},{"name":"Calculate Recurring Total","id":"f9cb0170-1d33-4766-bc6c-2637ca60af6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": 12210,\r\n    \"recurring_date\": \"2024-08-09\",\r\n    \"calculate_tax\": false,\r\n    \"calculate_shipping\": false\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}recurring_total/calculate","description":"<p>This API returns an array of line item calculations grouped by recurring date. To request calculations for a specific recurring date, use the \"recurring_date\" parameter.</p>\n<p>To include tax calculations and exclude shipping calculations from the response, set \"calculate_shipping\" to true and \"calculate_tax\" to false in the request payload or as needed. If calculate_shipping is true or omitted, the shipping calculations will be included, and their respective arrays will be returned. If calculate_tax is true, tax calculations will be included, and their respective arrays will be returned.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The Order ID.</td>\n</tr>\n<tr>\n<td>recurring_date</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>Fetch calculation for a particular recurring date of an order. This is an optional parameter. Value would be a date in YYYY-MM-DD format..</td>\n</tr>\n<tr>\n<td>calculate_shipping</td>\n<td>Optional</td>\n<td>true</td>\n<td>Boolean</td>\n<td>A flag that decides whether or not to calculate a shipping charges. \"true\" means it will calculate and \"false\" means it will ignore the shipping.</td>\n</tr>\n<tr>\n<td>calculate_tax</td>\n<td>Optional</td>\n<td>false</td>\n<td>Boolean</td>\n<td>A flag that decides whether or not to calculate a tax charges. \"true\" means it will calculate all taxes and \"false\" means it will ignore the taxes.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["calculate"],"host":["{{app_key}}","{{domain}}{{v2_ext}}recurring_total"],"query":[],"variable":[]}},"response":[{"id":"60d2cc21-0b87-4257-8a6c-2e47ddb8f08d","name":"Calculate With Default Params","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": 12210\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}recurring_total/calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Jul 2024 07:31:04 GMT"},{"key":"Server","value":"Apache/2.4.61 ()"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"2024-08-09\": {\n            \"total\": 60,\n            \"subtotal\": 50,\n            \"discount_amount\": 0,\n            \"discounts\": [],\n            \"shipping\": {\n                \"shipping_total_amount\": 10,\n                \"shipping_tax_amount\": 0,\n                \"shipping_tax_percent\": 0,\n                \"shipping_discount\": 0\n            },\n            \"line_items\": {\n                \"fe0457a32067afc2de278a988e5e251e\": {\n                    \"product_id\": 2,\n                    \"product_name\": \"Product 2 N\",\n                    \"unit_price\": 50,\n                    \"qty\": 1,\n                    \"subtotal\": 50,\n                    \"total\": 50,\n                    \"discount_amount\": 0,\n                    \"discounts\": [],\n                    \"variant_id\": null,\n                    \"is_variant\": false,\n                    \"is_shippable\": 1,\n                    \"is_taxable\": 1,\n                    \"is_bundle\": false,\n                    \"subscription_id\": \"fe0457a32067afc2de278a988e5e251e\"\n                }\n            }\n        },\n        \"2024-07-30\": {\n            \"total\": 15,\n            \"subtotal\": 15,\n            \"discount_amount\": 0,\n            \"discounts\": [],\n            \"shipping\": {\n                \"shipping_total_amount\": 0,\n                \"shipping_tax_amount\": 0,\n                \"shipping_tax_percent\": 0,\n                \"shipping_discount\": 0\n            },\n            \"line_items\": {\n                \"4694909c1644f7730fb5b5045bd04e9f\": {\n                    \"product_id\": 7,\n                    \"product_name\": \"NoShip NoEmails\",\n                    \"unit_price\": 15,\n                    \"qty\": 1,\n                    \"subtotal\": 15,\n                    \"total\": 15,\n                    \"discount_amount\": 0,\n                    \"discounts\": [],\n                    \"variant_id\": null,\n                    \"is_variant\": false,\n                    \"is_shippable\": 0,\n                    \"is_taxable\": 0,\n                    \"is_bundle\": false,\n                    \"subscription_id\": \"4694909c1644f7730fb5b5045bd04e9f\"\n                }\n            }\n        }\n    }\n}"},{"id":"585ee382-0288-414b-a069-fa255ce967ae","name":"Calculate With Recurring Date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": 12210,\r\n    \"recurring_date\": \"2024-07-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}recurring_total/calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Jul 2024 07:33:54 GMT"},{"key":"Server","value":"Apache/2.4.61 ()"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"2024-07-30\": {\n            \"total\": 15,\n            \"subtotal\": 15,\n            \"discount_amount\": 0,\n            \"discounts\": [],\n            \"shipping\": {\n                \"shipping_total_amount\": 0,\n                \"shipping_tax_amount\": 0,\n                \"shipping_tax_percent\": 0,\n                \"shipping_discount\": 0\n            },\n            \"line_items\": {\n                \"4694909c1644f7730fb5b5045bd04e9f\": {\n                    \"product_id\": 7,\n                    \"product_name\": \"NoShip NoEmails\",\n                    \"unit_price\": 15,\n                    \"qty\": 1,\n                    \"subtotal\": 15,\n                    \"total\": 15,\n                    \"discount_amount\": 0,\n                    \"discounts\": [],\n                    \"variant_id\": null,\n                    \"is_variant\": false,\n                    \"is_shippable\": 0,\n                    \"is_taxable\": 0,\n                    \"is_bundle\": false,\n                    \"subscription_id\": \"4694909c1644f7730fb5b5045bd04e9f\"\n                }\n            }\n        }\n    }\n}"},{"id":"38abc047-1405-4e00-9652-00d7d6ba9368","name":"Calculate Without Shipping","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": 12210,\r\n    \"calculate_tax\": true,\r\n    \"calculate_shipping\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}recurring_total/calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Jul 2024 07:37:18 GMT"},{"key":"Server","value":"Apache/2.4.61 ()"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"2024-08-09\": {\n            \"total\": 57.5,\n            \"subtotal\": 50,\n            \"discount_amount\": 0,\n            \"discounts\": [],\n            \"tax\": {\n                \"sales_tax_amount\": 5,\n                \"sales_tax_percent\": 10,\n                \"vat_tax_amount\": 2.5,\n                \"vat_tax_percent\": 5\n            },\n            \"line_items\": {\n                \"fe0457a32067afc2de278a988e5e251e\": {\n                    \"product_id\": 2,\n                    \"product_name\": \"Product 2 N\",\n                    \"unit_price\": 50,\n                    \"qty\": 1,\n                    \"subtotal\": 50,\n                    \"total\": 50,\n                    \"discount_amount\": 0,\n                    \"discounts\": [],\n                    \"variant_id\": null,\n                    \"is_variant\": false,\n                    \"is_shippable\": 1,\n                    \"is_taxable\": 1,\n                    \"is_bundle\": false,\n                    \"subscription_id\": \"fe0457a32067afc2de278a988e5e251e\",\n                    \"tax\": {\n                        \"tax_amount\": 5,\n                        \"tax_rate\": 10,\n                        \"vat_tax_amount\": 2.5,\n                        \"vat_tax_rate\": 5\n                    }\n                }\n            }\n        },\n        \"2024-07-30\": {\n            \"total\": 15,\n            \"subtotal\": 15,\n            \"discount_amount\": 0,\n            \"discounts\": [],\n            \"tax\": {\n                \"sales_tax_amount\": 0,\n                \"sales_tax_percent\": 0,\n                \"vat_tax_amount\": 0,\n                \"vat_tax_percent\": 0\n            },\n            \"line_items\": {\n                \"4694909c1644f7730fb5b5045bd04e9f\": {\n                    \"product_id\": 7,\n                    \"product_name\": \"NoShip NoEmails\",\n                    \"unit_price\": 15,\n                    \"qty\": 1,\n                    \"subtotal\": 15,\n                    \"total\": 15,\n                    \"discount_amount\": 0,\n                    \"discounts\": [],\n                    \"variant_id\": null,\n                    \"is_variant\": false,\n                    \"is_shippable\": 0,\n                    \"is_taxable\": 0,\n                    \"is_bundle\": false,\n                    \"subscription_id\": \"4694909c1644f7730fb5b5045bd04e9f\",\n                    \"tax\": {\n                        \"tax_amount\": 0,\n                        \"tax_rate\": 0,\n                        \"vat_tax_amount\": 0,\n                        \"vat_tax_rate\": 0\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"6e61137a-a510-4441-ae36-fe889f76d484","name":"Calculate Without Taxes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": 12210,\r\n    \"calculate_shipping\": false,\r\n    \"calculate_tax\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}recurring_total/calculate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Jul 2024 07:40:47 GMT"},{"key":"Server","value":"Apache/2.4.61 ()"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"2024-08-09\": {\n            \"total\": 57.5,\n            \"subtotal\": 50,\n            \"discount_amount\": 0,\n            \"discounts\": [],\n            \"tax\": {\n                \"sales_tax_amount\": 5,\n                \"sales_tax_percent\": 10,\n                \"vat_tax_amount\": 2.5,\n                \"vat_tax_percent\": 5\n            },\n            \"line_items\": {\n                \"fe0457a32067afc2de278a988e5e251e\": {\n                    \"product_id\": 2,\n                    \"product_name\": \"Product 2 N\",\n                    \"unit_price\": 50,\n                    \"qty\": 1,\n                    \"subtotal\": 50,\n                    \"total\": 50,\n                    \"discount_amount\": 0,\n                    \"discounts\": [],\n                    \"variant_id\": null,\n                    \"is_variant\": false,\n                    \"is_shippable\": 1,\n                    \"is_taxable\": 1,\n                    \"is_bundle\": false,\n                    \"subscription_id\": \"fe0457a32067afc2de278a988e5e251e\",\n                    \"tax\": {\n                        \"tax_amount\": 5,\n                        \"tax_rate\": 10,\n                        \"vat_tax_amount\": 2.5,\n                        \"vat_tax_rate\": 5\n                    }\n                }\n            }\n        },\n        \"2024-07-30\": {\n            \"total\": 15,\n            \"subtotal\": 15,\n            \"discount_amount\": 0,\n            \"discounts\": [],\n            \"tax\": {\n                \"sales_tax_amount\": 0,\n                \"sales_tax_percent\": 0,\n                \"vat_tax_amount\": 0,\n                \"vat_tax_percent\": 0\n            },\n            \"line_items\": {\n                \"4694909c1644f7730fb5b5045bd04e9f\": {\n                    \"product_id\": 7,\n                    \"product_name\": \"NoShip NoEmails\",\n                    \"unit_price\": 15,\n                    \"qty\": 1,\n                    \"subtotal\": 15,\n                    \"total\": 15,\n                    \"discount_amount\": 0,\n                    \"discounts\": [],\n                    \"variant_id\": null,\n                    \"is_variant\": false,\n                    \"is_shippable\": 0,\n                    \"is_taxable\": 0,\n                    \"is_bundle\": false,\n                    \"subscription_id\": \"4694909c1644f7730fb5b5045bd04e9f\",\n                    \"tax\": {\n                        \"tax_amount\": 0,\n                        \"tax_rate\": 0,\n                        \"vat_tax_amount\": 0,\n                        \"vat_tax_rate\": 0\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"f9cb0170-1d33-4766-bc6c-2637ca60af6a"},{"name":"Order Compliance Consent","id":"373616f9-cd0a-4cab-b5a9-6c1ea860dcac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/consent","description":"<p>If consent is required for an order, use this method to confirm that consent has been received</p>\n","urlObject":{"protocol":"https","path":["{{order_id}}","consent"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"373616f9-cd0a-4cab-b5a9-6c1ea860dcac"},{"name":"Unbundle Items","id":"aab9cf89-ce04-44c3-937d-3cbdf21b1c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/consent","description":"<p>If consent is required for an order, use this method to confirm that consent has been received</p>\n","urlObject":{"protocol":"https","path":["{{order_id}}","consent"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[],"_postman_id":"aab9cf89-ce04-44c3-937d-3cbdf21b1c1a"},{"name":"GET Assigned License Keys","id":"9bece52f-0560-451d-82ff-c3e6ff4099b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/license_keys","description":"<p>Get the License Keys for Products on an Order</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{order_id}}","license_keys"],"host":["{{app_key}}","{{domain}}{{v2_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"0d922bfc-cb9c-477c-a8b9-f86f8929f825","name":"GET Assigned License Keys","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}orders/{{order_id}}/license_keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 19 Oct 2020 12:52:18 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"product_id\": 456,\n            \"product_name\": \"plk product\",\n            \"key\": \"licensekey50\"\n        }\n    ]\n}"}],"_postman_id":"9bece52f-0560-451d-82ff-c3e6ff4099b8"}],"id":"22c406cd-3dac-4a2c-b188-8738b79ea7dc","description":"<p>Below you will find methods related to Orders</p>\n","_postman_id":"22c406cd-3dac-4a2c-b188-8738b79ea7dc","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Offers","item":[{"name":"Meta","item":[{"name":"Get Offer Types","id":"f4799a59-a407-4b66-aec0-d9941748637a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/types","description":"<p>Fetch a list of all the offer types.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each response object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The offer ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The offer name.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The offer active status.</td>\n</tr>\n<tr>\n<td>smc_active</td>\n<td>Integer Flag</td>\n<td>The System Module Control is enabled</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"08e80a53-0586-4a50-806f-7dddd76c2945","name":"Get Offer Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 16 Oct 2019 14:07:22 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=osgkndmcglv48708pd7klamhie; expires=Wed, 16-Oct-2019 15:22:25 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"483"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Standard\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Prepaid\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Seasonal\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"f4799a59-a407-4b66-aec0-d9941748637a"},{"name":"Get Cycle Types","id":"9dd3fde0-f08e-43c6-b12b-f0f29f9c7ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/cycle_types","description":"<p>Fetch a list of cycle type objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the cycle types object contained within the data field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The cycle type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The cycle type</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["cycle_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"5e609668-387f-49ff-8c49-22c4546ce6cc","name":"Get Cycle Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/cycle_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 16 Oct 2019 14:07:40 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=osgkndmcglv48708pd7klamhie; expires=Wed, 16-Oct-2019 15:22:43 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"489"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Self Recurring\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Custom Recurring\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/cycle_types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/cycle_types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/cycle_types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 2,\n    \"total\": 2\n}"}],"_postman_id":"9dd3fde0-f08e-43c6-b12b-f0f29f9c7ae6"},{"name":"Get Terminating Cycle Types","id":"42b0d986-055a-415f-b23e-c2510b801a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/terminating_cycle_types","description":"<p>Fetch a list of all the terminating cycle types.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The terminating cycle type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The terminating cycle type name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The terminating cycle type.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["terminating_cycle_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"ea8f074e-2a3e-4534-a99b-234484da08f2","name":"Get Terminating Cycle Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/terminating_cycle_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 16 Oct 2019 14:08:02 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=osgkndmcglv48708pd7klamhie; expires=Wed, 16-Oct-2019 15:23:05 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"988"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Hold\",\n            \"description\": \"On the last cycle place the subscription on hold\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Self recur\",\n            \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Recur to product\",\n            \"description\": \"On the last cycle recur to a configured product and place the subscription on hold\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Restart\",\n            \"description\": \"On the last cycle restart the subscription chain\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Complete\",\n            \"description\": \"On the last cycle the subscription is complete\"\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/terminating_cycle_types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/terminating_cycle_types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://wade.dev2.limelightcrm.com/168998151/api/offers/terminating_cycle_types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 5,\n    \"total\": 5\n}"}],"_postman_id":"42b0d986-055a-415f-b23e-c2510b801a12"}],"id":"3cf4fd7d-869e-4a17-9a60-74554962a8cd","description":"<p>Below you will find methods to retrieve different IDs needed for creating and updating Offer(s)</p>\n","_postman_id":"3cf4fd7d-869e-4a17-9a60-74554962a8cd","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Configurations","item":[{"name":"Delete Configuration","id":"f8bf066f-75d7-4605-897f-b456ea7ee7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations/{{offer_configuration_id}}","description":"<p>Delete an existing offer configuration.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{offer_id}}","configurations","{{offer_configuration_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"3c04331f-a820-4d3b-b1a8-37c08a4fe82a","name":"Delete Configuration","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations/{{offer_configuration_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 09 May 2019 18:18:50 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=6u6ksungj13r6i5jbj6htlser9; expires=Thu, 09-May-2019 19:33:52 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"f8bf066f-75d7-4605-897f-b456ea7ee7a1"},{"name":"Update Configuration","id":"e6ad5ee9-be86-4385-b45a-eadadf12d8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"name\":\"updated name\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations/{{offer_configuration_id}}","description":"<p>Update an existing offer configuration.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The configuration name. Accepted values are strings length between 1-255</td>\n</tr>\n<tr>\n<td>billing_model_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The billing model ID for the offer configuration.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID for the offer configuration.</td>\n</tr>\n<tr>\n<td>default_quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>Default quantity for the product.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Optional</td>\n<td>-</td>\n<td>Float</td>\n<td>Price for the product</td>\n</tr>\n<tr>\n<td>trial_product_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The Trial Product ID.</td>\n</tr>\n<tr>\n<td>is_upsell</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer flag</td>\n<td>Specifies wether or not it is an upsell</td>\n</tr>\n<tr>\n<td>step_number</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The step number in which the offer configuration will be applied</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{offer_id}}","configurations","{{offer_configuration_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"fcbfeb52-4da9-491e-ad10-5c87fcf36f4a","name":"Update Configuration","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"updated name\",\n    \"billing_model_id\": 4,\n    \"product_id\": 1,\n    \"default_quantity\": 1,\n    \"price\": 9.99,\n    \"trial_product_id\": 3,\n    \"is_upsell\": 1,\n    \"step_number\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations/{{offer_configuration_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 09 May 2019 18:12:33 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=6u6ksungj13r6i5jbj6htlser9; expires=Thu, 09-May-2019 19:27:35 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"600"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"updated name\",\n        \"default_quantity\": 1,\n        \"price\": \"9.9900\",\n        \"is_upsell\": 1,\n        \"step_number\": 3,\n        \"created_by\": 2,\n        \"updated_by\": 2,\n        \"created_at\": \"2019-05-09 14:00:31\",\n        \"updated_at\": \"2019-05-09 14:12:38\",\n        \"billing_model\": {\n            \"id\": 4,\n            \"name\": \"Every 15 Days\",\n            \"expire_cycles\": 0,\n            \"bill_by_type_id\": 1,\n            \"bill_by_days\": 15,\n            \"interval_day\": 1,\n            \"interval_week\": 1,\n            \"preserve_quantity\": 0,\n            \"type_id\": 0,\n            \"updated_by\": 0,\n            \"created_by\": 1,\n            \"update_in\": null,\n            \"date_in\": \"2018-04-16 07:21:03\",\n            \"buffer_days\": 0\n        },\n        \"product\": {\n            \"id\": 1,\n            \"name\": \"Flex Seal - Can\"\n        },\n        \"trial_product\": {\n            \"id\": 3,\n            \"name\": \"Flex Seal - 5 Gallon Bucket\"\n        }\n    }\n}"}],"_postman_id":"e6ad5ee9-be86-4385-b45a-eadadf12d8b3"},{"name":"Create  Configuration","id":"38410278-7f9e-4432-a208-b42a99307e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"name\":\"Laundry Package #1\",\r\n   \"billing_model_id\":4,\r\n   \"product_id\":103,\r\n   \"default_quantity\":1,\r\n   \"price\":59.99,\r\n   \"is_upsell\":0,\r\n   \"step_number\":2,\r\n   \"children\":[\r\n      {\r\n         \"name\":\"Dryer Sheets\",\r\n         \"billing_model_id\":2,\r\n         \"product_id\":103,\r\n         \"default_quantity\":1,\r\n         \"price\":7.99,\r\n         \"trial_product_id\":0,\r\n         \"is_upsell\":1,\r\n         \"step_number\":3\r\n      },\r\n      {\r\n         \"name\":\"Laundry Pods 12 Pack\",\r\n         \"billing_model_id\":361,\r\n         \"product_id\":104,\r\n         \"default_quantity\":2,\r\n         \"price\":9.99,\r\n         \"trial_product_id\":1,\r\n         \"is_upsell\":1,\r\n         \"step_number\":4\r\n      }\r\n    ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations","description":"<p>Create a new offer configuration.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The configuration name. Accepted values are strings length between 1-255</td>\n</tr>\n<tr>\n<td>billing_model_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The billing model ID for the offer configuration.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product ID for the offer configuration.</td>\n</tr>\n<tr>\n<td>default_quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>Default quantity for the product.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Optional</td>\n<td>-</td>\n<td>Float</td>\n<td>Price for the product</td>\n</tr>\n<tr>\n<td>is_upsell</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer flag</td>\n<td>Specifies wether or not it is an upsell</td>\n</tr>\n<tr>\n<td>step_number</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The step number in which the offer configuration will be applied</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["{{offer_id}}","configurations"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"af5cb74d-c383-4e2f-a784-f795999d1b25","name":"Create  Configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"name\",\n    \"billing_model_id\": 4,\n    \"product_id\": 1,\n    \"default_quantity\": 1,\n    \"price\": 9.99,\n    \"trial_product_id\": 3,\n    \"is_upsell\": 1,\n    \"step_number\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 09 May 2019 17:48:08 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=6u6ksungj13r6i5jbj6htlser9; expires=Thu, 09-May-2019 19:03:11 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"503"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"name\": \"name\",\n        \"default_quantity\": 1,\n        \"price\": 9.99,\n        \"is_upsell\": 1,\n        \"step_number\": 3,\n        \"created_by\": 2,\n        \"id\": 1,\n        \"billing_model\": {\n            \"id\": 4,\n            \"name\": \"Every 15 Days\",\n            \"expire_cycles\": 0,\n            \"bill_by_type_id\": 1,\n            \"bill_by_days\": 15,\n            \"interval_day\": 1,\n            \"interval_week\": 1,\n            \"preserve_quantity\": 0,\n            \"type_id\": 0,\n            \"updated_by\": 0,\n            \"created_by\": 1,\n            \"update_in\": null,\n            \"date_in\": \"2018-04-16 07:21:03\",\n            \"buffer_days\": 0\n        },\n        \"product\": {\n            \"id\": 1,\n            \"name\": \"Flex Seal - Can\"\n        },\n        \"trial_product\": {\n            \"id\": 3,\n            \"name\": \"Flex Seal - 5 Gallon Bucket\"\n        }\n    }\n}"}],"_postman_id":"38410278-7f9e-4432-a208-b42a99307e0a"},{"name":"Get Configuration","id":"14e9472e-601e-4f21-ba04-fe5f23df6b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations/{{offer_configuration_id}}","description":"<p>Fetch a specific offer configuration object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the configuration object contained within the data field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The configuration ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The configuration name.</td>\n</tr>\n<tr>\n<td>default_quantity</td>\n<td>Integer</td>\n<td>Default quantity for the configuration</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Float</td>\n<td>Price for the configuration</td>\n</tr>\n<tr>\n<td>is_upsell</td>\n<td>Integer flag</td>\n<td>Specifies wether or not it is an upsell</td>\n</tr>\n<tr>\n<td>step_number</td>\n<td>Integer</td>\n<td>The step number in which the offer configuration will be applied</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{offer_id}}","configurations","{{offer_configuration_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"a36f7039-89d7-42fb-8cf8-f1156ac43900","name":"Get Configuration","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations/{{offer_configuration_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 May 2019 16:16:16 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=n660p2ueu36sbfjvo8j40gg50g; expires=Mon, 20-May-2019 17:31:18 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"972"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 39,\n        \"name\": \"name\",\n        \"default_quantity\": 1,\n        \"price\": \"9.9900\",\n        \"is_upsell\": 1,\n        \"step_number\": 3,\n        \"created_by\": 2,\n        \"updated_by\": null,\n        \"created_at\": {\n            \"date\": \"2019-05-20 12:04:45.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-05-20 12:04:45.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"billing_model\": {\n            \"id\": 4,\n            \"name\": \"Every 15 Days\",\n            \"expire_cycles\": 0,\n            \"bill_by_type_id\": 1,\n            \"bill_by_days\": 15,\n            \"interval_day\": 1,\n            \"interval_week\": 1,\n            \"type_id\": 0,\n            \"updated_by\": 0,\n            \"created_by\": 1,\n            \"buffer_days\": 0,\n            \"created_at\": {\n                \"date\": \"2018-04-16 07:21:03.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"is_archived\": 0,\n            \"is_preserve_quantity\": 0\n        },\n        \"product\": {\n            \"id\": 1,\n            \"name\": \"Flex Seal - Can\"\n        },\n        \"trial_product\": {\n            \"id\": 3,\n            \"name\": \"Flex Seal - 5 Gallon Bucket\"\n        },\n        \"creator\": {\n            \"department_id\": 3,\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Senior Developer\",\n            \"email\": \"developers@limelightcrm.com\",\n            \"call_center_provider_id\": 0\n        },\n        \"updator\": null\n    }\n}"}],"_postman_id":"14e9472e-601e-4f21-ba04-fe5f23df6b74"},{"name":"Get Configurations","id":"a2e289a4-8ca7-4060-a3b8-32c5f5c46a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations","description":"<p>Returns a list of all the offer configuration objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the configuration object contained within the data field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The configuration ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The configuration name.</td>\n</tr>\n<tr>\n<td>default_quantity</td>\n<td>Integer</td>\n<td>Default quantity for the configuration</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Float</td>\n<td>Price for the configuration</td>\n</tr>\n<tr>\n<td>is_upsell</td>\n<td>Integer flag</td>\n<td>Specifies wether or not it is an upsell</td>\n</tr>\n<tr>\n<td>step_number</td>\n<td>Integer</td>\n<td>The step number in which the offer configuration will be applied</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{offer_id}}","configurations"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"444fbc2d-161c-4374-bda8-ad31153b941d","name":"Get Configurations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}/configurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 May 2019 16:52:26 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=n660p2ueu36sbfjvo8j40gg50g; expires=Mon, 20-May-2019 18:07:28 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Configuration 23\",\n            \"default_quantity\": 4,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 64,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 07:12:04.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 07:12:04.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"name\",\n            \"default_quantity\": 1,\n            \"price\": \"9.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 3,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:19:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:19:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 6,\n                \"name\": \"Flex Seal - Large Bottle\"\n            },\n            \"trial_product\": {\n                \"id\": 3,\n                \"name\": \"Flex Seal - 5 Gallon Bucket\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Configuration 45\",\n            \"default_quantity\": 3,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 0,\n            \"step_number\": 90,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:25:31.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:25:31.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Configuration 73\",\n            \"default_quantity\": 2,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 0,\n            \"step_number\": 27,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:27:05.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:27:05.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Configuration 1\",\n            \"default_quantity\": 1,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 46,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:28:25.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:28:25.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Configuration 27\",\n            \"default_quantity\": 4,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 57,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:30:36.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:30:36.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Configuration 7\",\n            \"default_quantity\": 3,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 26,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:31:22.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:31:22.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Configuration 5\",\n            \"default_quantity\": 4,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 0,\n            \"step_number\": 64,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:33:50.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:33:50.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Configuration 37\",\n            \"default_quantity\": 5,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 0,\n            \"step_number\": 24,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:34:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:34:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Configuration 19\",\n            \"default_quantity\": 4,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 7,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:35:37.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:35:37.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": null,\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 21,\n            \"name\": \"name\",\n            \"default_quantity\": 1,\n            \"price\": \"9.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 3,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:39:58.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:39:58.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 6,\n                \"name\": \"Flex Seal - Large Bottle\"\n            },\n            \"trial_product\": {\n                \"id\": 3,\n                \"name\": \"Flex Seal - 5 Gallon Bucket\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 22,\n            \"name\": \"name\",\n            \"default_quantity\": 1,\n            \"price\": \"9.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 3,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:41:26.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:41:26.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 6,\n                \"name\": \"Flex Seal - Large Bottle\"\n            },\n            \"trial_product\": {\n                \"id\": 3,\n                \"name\": \"Flex Seal - 5 Gallon Bucket\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 23,\n            \"name\": \"name\",\n            \"default_quantity\": 1,\n            \"price\": \"9.9900\",\n            \"is_upsell\": 1,\n            \"step_number\": 3,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 09:44:06.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 09:44:06.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 6,\n                \"name\": \"Flex Seal - Large Bottle\"\n            },\n            \"trial_product\": {\n                \"id\": 3,\n                \"name\": \"Flex Seal - 5 Gallon Bucket\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Configuration 28\",\n            \"default_quantity\": 2,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 0,\n            \"step_number\": 49,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 10:22:56.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 10:22:56.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Configuration 80\",\n            \"default_quantity\": 5,\n            \"price\": \"19.9900\",\n            \"is_upsell\": 0,\n            \"step_number\": 21,\n            \"created_by\": 2,\n            \"updated_by\": null,\n            \"created_at\": {\n                \"date\": \"2019-05-10 10:23:21.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2019-05-10 10:23:21.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"billing_model\": {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            },\n            \"product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"trial_product\": {\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\"\n            },\n            \"creator\": {\n                \"department_id\": 3,\n                \"id\": 2,\n                \"is_active\": 1,\n                \"name\": \"Senior Developer\",\n                \"email\": \"developers@limelightcrm.com\",\n                \"call_center_provider_id\": 0\n            },\n            \"updator\": null\n        }\n    ],\n    \"first_page_url\": \"http://wade.dev2.limelightcrm.com/166127660/api/offers/84/configurations?page=1\",\n    \"from\": 1,\n    \"last_page\": 2,\n    \"last_page_url\": \"http://wade.dev2.limelightcrm.com/166127660/api/offers/84/configurations?page=2\",\n    \"next_page_url\": \"http://wade.dev2.limelightcrm.com/166127660/api/offers/84/configurations?page=2\",\n    \"path\": \"http://wade.dev2.limelightcrm.com/166127660/api/offers/84/configurations\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 28\n}"}],"_postman_id":"a2e289a4-8ca7-4060-a3b8-32c5f5c46a67"}],"id":"31079579-f432-4a23-b792-1904a7771fc2","description":"<p>Below you will find methods for Offer Configurations</p>\n","_postman_id":"31079579-f432-4a23-b792-1904a7771fc2","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Get Offer","id":"07e3936e-899a-4317-a517-9136391c43d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}","description":"<p>Fetch a specific offer object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each response object contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The offer ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The offer name.</td>\n</tr>\n<tr>\n<td>cycle_type_id</td>\n<td>Integer</td>\n<td>The cycle type ID.</td>\n</tr>\n<tr>\n<td>terminating_product_id</td>\n<td>Integer</td>\n<td>The terminating product ID.</td>\n</tr>\n<tr>\n<td>expire_cycles</td>\n<td>Integer</td>\n<td>Number of cycles for this offer.</td>\n</tr>\n<tr>\n<td>is_seasonal</td>\n<td>Integer Flag</td>\n<td>Specifies wether it is a seasonal offer.</td>\n</tr>\n<tr>\n<td>is_immutable</td>\n<td>Integer Flag</td>\n<td>Specifies wether ?</td>\n</tr>\n<tr>\n<td>is_store</td>\n<td>Integer Flag</td>\n<td>-</td>\n</tr>\n<tr>\n<td>is_available_on_syncable</td>\n<td>Integer flag</td>\n<td>Specifies wether ?</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The type ID.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>Date time</td>\n<td>date time when the offer was created.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>Integer</td>\n<td>timezone type where the offer was created.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>Name of the timezone where the offer was created.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>Date time</td>\n<td>date time when the offer was updated.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>Integer</td>\n<td>timezone type where the offer was updated.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>Name of the timezone where the offer was updated.</td>\n</tr>\n<tr>\n<td>is_archived</td>\n<td>Integer Flag</td>\n<td>Specifies wether the offer is archived.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>List the product object associated with this offer.</td>\n</tr>\n<tr>\n<td>billing_models</td>\n<td>Array</td>\n<td>Billing models associated with this offer.</td>\n</tr>\n<tr>\n<td>billing_models.*.id</td>\n<td>Integer</td>\n<td>The billing model ID.</td>\n</tr>\n<tr>\n<td>billing_models.*.name</td>\n<td>String</td>\n<td>The billing model name.</td>\n</tr>\n<tr>\n<td>billing_models.*.created_at</td>\n<td>Object</td>\n<td>Creation date time and timezone.</td>\n</tr>\n<tr>\n<td>billing_models.*.updated_at</td>\n<td>Object</td>\n<td>Last update date time and timezone.</td>\n</tr>\n<tr>\n<td>billing_models.*.is_archived</td>\n<td>Integer Flag</td>\n<td>Specifies wether the billing model is archived.</td>\n</tr>\n<tr>\n<td>billing_models.*.is_preserve_quantity</td>\n<td>Integer Flag</td>\n<td>Specifies wether the quantity is to be preserved.</td>\n</tr>\n<tr>\n<td>billing_models.*.is_default</td>\n<td>Integer Flag</td>\n<td>Specifies if this is the default billing model.</td>\n</tr>\n<tr>\n<td>billing_models.*.description</td>\n<td>String</td>\n<td>Billing model description.</td>\n</tr>\n<tr>\n<td>billing_models.*.type</td>\n<td>Object</td>\n<td>Billing model type.</td>\n</tr>\n<tr>\n<td>billing_models.*.type.id</td>\n<td>Integer</td>\n<td>Billing model type ID.</td>\n</tr>\n<tr>\n<td>billing_models.*.type.name</td>\n<td>String</td>\n<td>Billing model type name.</td>\n</tr>\n<tr>\n<td>billing_models.*.frequency</td>\n<td>Integer</td>\n<td>Billing model frequency.</td>\n</tr>\n<tr>\n<td>billing_models.*.frequency_type_id</td>\n<td>Integer</td>\n<td>Billing model frequency type ID.</td>\n</tr>\n<tr>\n<td>billing_models.*.discount</td>\n<td>Integer</td>\n<td>Billing model discount.</td>\n</tr>\n<tr>\n<td>is_prepaid</td>\n<td>Integer Flag</td>\n<td>Specifies if it is a prepaid offer.</td>\n</tr>\n<tr>\n<td>is_series</td>\n<td>Integer Flag</td>\n<td>Specifies wether the offer is ???</td>\n</tr>\n<tr>\n<td>type.id</td>\n<td>Integer</td>\n<td>The type ID.</td>\n</tr>\n<tr>\n<td>type.name</td>\n<td>String</td>\n<td>The type name.</td>\n</tr>\n<tr>\n<td>type.active</td>\n<td>Integer Flag</td>\n<td>Specifies if type is active.</td>\n</tr>\n<tr>\n<td>type.smc_active</td>\n<td>Integer Flag</td>\n<td>Specifies if the System Module Control is active.</td>\n</tr>\n<tr>\n<td>cycle_type.id</td>\n<td>Integer</td>\n<td>The cycle type ID.</td>\n</tr>\n<tr>\n<td>cycle_type.name</td>\n<td>String</td>\n<td>The cycle type string.</td>\n</tr>\n<tr>\n<td>terminating_cycle_type.id</td>\n<td>Integer</td>\n<td>The terminating cycle type ID.</td>\n</tr>\n<tr>\n<td>terminating_cycle_type.name</td>\n<td>String</td>\n<td>The terminating cycle type name.</td>\n</tr>\n<tr>\n<td>terminating_cycle_type.description</td>\n<td>String</td>\n<td>The terminating cycle type description.</td>\n</tr>\n<tr>\n<td>prepaid_profile</td>\n<td>-</td>\n<td>- ???</td>\n</tr>\n<tr>\n<td>trial</td>\n<td>Array</td>\n<td>Trials associated with the offer.</td>\n</tr>\n<tr>\n<td>trial_workflows</td>\n<td>Array</td>\n<td>Trial workflows associated with the offer.</td>\n</tr>\n<tr>\n<td>cycle_products</td>\n<td>Array</td>\n<td>List of the associated seasonal products.</td>\n</tr>\n<tr>\n<td>seasonal_products</td>\n<td>Array</td>\n<td>List of the associated seasonal products.</td>\n</tr>\n<tr>\n<td>is_trial</td>\n<td>Integer Flag</td>\n<td>Specifies wether offer is a trial.</td>\n</tr>\n<tr>\n<td>terminating_product_name</td>\n<td>String</td>\n<td>Terminating product name.</td>\n</tr>\n<tr>\n<td>offer_billing_models</td>\n<td>Array</td>\n<td>List of all the offer billing models associated with offer.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.id</td>\n<td>Integer</td>\n<td>The offer billing model ID.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.name</td>\n<td>String</td>\n<td>The offer billing model name.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.created_at</td>\n<td>Object</td>\n<td>Offer billing model creation date time and timezone.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.updated_at</td>\n<td>Object</td>\n<td>offer billing model last update date time and timezone.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.is_archived</td>\n<td>Integer Flag</td>\n<td>Specifies wether the offer billing model is archived.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.is_preserve_quantity</td>\n<td>Integer Flag</td>\n<td>Specifies wether the offer billing model preserves quantity.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.is_default</td>\n<td>Integer Flag</td>\n<td>Specifies if this is the default offer billing model.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.description</td>\n<td>String</td>\n<td>The offer billing model description.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.type</td>\n<td>Object</td>\n<td>The offer billing model type</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.frequency</td>\n<td>Integer</td>\n<td>Offer billing model frequency.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.frequency_type_id</td>\n<td>Integer</td>\n<td>Offer billing model frequency type ID.</td>\n</tr>\n<tr>\n<td>offer_billing_models.*.discount</td>\n<td>Integer</td>\n<td>Offer billing model discount.</td>\n</tr>\n<tr>\n<td>terminating_cycle_product</td>\n<td>Object</td>\n<td>The terminating cycle product for the offer</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{offer_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"2df90042-6e7c-44c1-a48d-8f18011c8f7f","name":"Get Offer","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 10 May 2019 14:28:27 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.38 (Amazon)"},{"key":"Set-Cookie","value":"token=ggb05r03eg0d15easph8omdqfu; expires=Fri, 10-May-2019 15:43:29 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1566"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 84,\n        \"name\": \"Custom Recur With Trial Then Stop\",\n        \"template_id\": 96,\n        \"cycle_type_id\": 2,\n        \"created_by\": 1,\n        \"updated_by\": 1,\n        \"terminating_cycle_type_id\": 1,\n        \"terminating_product_id\": 0,\n        \"expire_cycles\": 3,\n        \"trial_days\": 1,\n        \"trial_price\": \"0.00\",\n        \"delayed_billing_days\": 0,\n        \"is_seasonal\": 0,\n        \"delayed_billing_price\": \"0.00\",\n        \"is_delayed_email_suppressed\": 0,\n        \"created_at\": {\n            \"date\": \"2019-05-02 07:02:51.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-05-10 09:18:51.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"is_trial\": 1,\n        \"is_trial_custom_price\": 0,\n        \"is_delayed_billing\": 0,\n        \"is_delayed_billing_custom_price\": 0,\n        \"is_trial_custom_duration\": 0,\n        \"products\": [\n            {\n                \"is_trial_allowed\": 1,\n                \"id\": 1,\n                \"name\": \"Flex Seal - Can\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 1,\n                \"id\": 2,\n                \"name\": \"Flex Seal - Bottle\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 1,\n                \"id\": 3,\n                \"name\": \"Flex Seal - 5 Gallon Bucket\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 1,\n                \"id\": 4,\n                \"name\": \"Flex Seal - Bundle PRODUCT PRICE\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 1\n            },\n            {\n                \"is_trial_allowed\": 1,\n                \"id\": 6,\n                \"name\": \"Flex Seal - Large Bottle\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            }\n        ],\n        \"billing_models\": [\n            {\n                \"id\": 4,\n                \"name\": \"Every 15 Days\",\n                \"expire_cycles\": 0,\n                \"bill_by_type_id\": 1,\n                \"bill_by_days\": 15,\n                \"interval_day\": 1,\n                \"interval_week\": 1,\n                \"type_id\": 0,\n                \"updated_by\": 0,\n                \"created_by\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2018-04-16 07:21:03.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"is_archived\": 0,\n                \"is_preserve_quantity\": 0\n            }\n        ]\n    }\n}"},{"id":"4de0fe06-26c0-4838-9979-26bb07bb7d40","name":"Get Offer Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 17 Oct 2019 13:42:53 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=09gkeb9fn09hlfs8g5taj0ee60; expires=Thu, 17-Oct-2019 14:57:56 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"Not found\"\n}"},{"id":"6e5dd953-e3a3-4492-90ba-8531ae5562a7","name":"Get Offer Invalid ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 17 Oct 2019 13:43:44 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=09gkeb9fn09hlfs8g5taj0ee60; expires=Thu, 17-Oct-2019 14:58:47 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"code\": 16008,\n    \"message\": \"Invalid offer id\"\n}"}],"_postman_id":"07e3936e-899a-4317-a517-9136391c43d8"},{"name":"Get All Offers","id":"797c83f2-2348-48cf-aca7-0a68de7e1ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers","description":"<p>This method is used to get all available offers.</p>\n<p><strong>Max Requests Per Minute</strong>: 120</p>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>This is the ID for the related offer.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>This is the name of the related offer.</td>\n</tr>\n<tr>\n<td>recurring_type</td>\n<td>string</td>\n<td>This parameter returns the type of recurring process that occurs. Can be Self Recurring or Custom Next Recurring.</td>\n</tr>\n<tr>\n<td>trial_flag</td>\n<td>int/bool</td>\n<td>This parameter will only be present if there is a trial present on the order. Possible return values: 1 of 0.</td>\n</tr>\n<tr>\n<td>cycle_count</td>\n<td>int</td>\n<td>This is the number of cycles related to the particular offer.</td>\n</tr>\n<tr>\n<td>expiration</td>\n<td>int/bool</td>\n<td>If return value is 0 there is no expiration, if the return value is 1 the offer has an expiration.</td>\n</tr>\n<tr>\n<td>terminating_cycle_type</td>\n<td>int</td>\n<td>This parameter will contain the ID of the related cycle type attached to the offer.</td>\n</tr>\n<tr>\n<td>terminating_product_id</td>\n<td>int</td>\n<td>This is the ID of the last product on the billing cycle.</td>\n</tr>\n<tr>\n<td>recurring_product_id</td>\n<td>int</td>\n<td>This is the ID of the recurring product tied to the related offer.</td>\n</tr>\n<tr>\n<td>recurring_product_name</td>\n<td>string</td>\n<td>This is the name of the recurring product tied to the offer.</td>\n</tr>\n<tr>\n<td>trial</td>\n<td>json</td>\n<td>Payload of the related trial info.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>json</td>\n<td>Nested within the trial parameter. Describes the trial price.</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>json</td>\n<td>Nested within the trial parameter. Describes the duration of the trial</td>\n</tr>\n<tr>\n<td>products</td>\n<td>json</td>\n<td>Payload of products attached to the current offer. The key is the product_id and the value is the Product name</td>\n</tr>\n<tr>\n<td>billing_models</td>\n<td>json</td>\n<td>Payload of the billing models attached to the offer. The key is the billing_model_id and the value is the Billing Model name</td>\n</tr>\n<tr>\n<td>billing_models_detail</td>\n<td>json</td>\n<td>Array of payloads of the billing models attached to the offer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[],"_postman_id":"797c83f2-2348-48cf-aca7-0a68de7e1ccf"},{"name":"Update Offer","id":"deab7622-07da-4ddb-8d35-80220c562ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Updated Prepaid 168998151\",\n\t\"prepaid\": {\n\t\t\"is_subscription\":0\n\t}\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}","description":"<p>Update Offer details by passing Offer Id in the end point and other parameters in the body.</p>\n<p>To update or add next-cycle products, the <code>products</code> list must be included inside the <code>recurring</code> parameter.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{offer_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"aaf95d60-3b94-40dd-9932-694909a8f4b9","name":"Update Offer","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated Prepaid 168998151\",\n    \"prepaid\": {\n        \"is_subscription\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 17 Oct 2019 16:34:47 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=s00e8ikpbm3bs61dvbbn26j584; expires=Thu, 17-Oct-2019 17:49:51 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1738"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 21,\n        \"name\": \"Updated Prepaid 168998151\",\n        \"template_id\": 21,\n        \"cycle_type_id\": 1,\n        \"expire_cycles\": 0,\n        \"is_seasonal\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-17 09:34:42.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-17 12:28:23.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"products\": [\n            {\n                \"is_trial_allowed\": 1,\n                \"id\": 11,\n                \"name\": \"Beauty Box 6\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 1\n            }\n        ],\n        \"billing_models\": [\n            {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            }\n        ],\n        \"is_prepaid\": 1,\n        \"type\": {\n            \"id\": 2,\n            \"name\": \"Prepaid\"\n        },\n        \"cycle_type\": {\n            \"id\": 1,\n            \"name\": \"Self Recurring\"\n        },\n        \"terminating_cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Self recur\",\n            \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n        },\n        \"prepaid_profile\": {\n            \"is_subscription\": 0,\n            \"is_cancel_immediate\": 0,\n            \"is_refund_allowed\": 1,\n            \"is_initial_shipping_on_restart\": 0,\n            \"created_at\": \"2019-10-17 09:34:42\",\n            \"updated_at\": \"2019-10-17 12:34:55\",\n            \"terms\": [\n                {\n                    \"cycles\": 3,\n                    \"discount_value\": \"10.00\",\n                    \"discount_type\": {\n                        \"id\": 2,\n                        \"name\": \"Amount\"\n                    }\n                },\n                {\n                    \"cycles\": 5,\n                    \"discount_value\": \"15.00\",\n                    \"discount_type\": {\n                        \"id\": 1,\n                        \"name\": \"Percent\"\n                    }\n                }\n            ]\n        },\n        \"trial\": [],\n        \"cycle_products\": null,\n        \"seasonal_products\": null\n    }\n}"},{"id":"5bfd78c6-4131-4e69-bd23-0ae41a4ed038","name":"Update Offer Recurring Products","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated Prepaid 168998151\",\n    \"type_id\": 1,\n    \"billing_models\": [\n        {\n            \"id\": 2\n        },\n        {\n            \"id\": 3\n        },\n        {\n            \"id\": 4\n        }\n    ],\n    \"recurring\": {\n        \"terminating_cycle_type_id\": 2,\n        \"cycle_type_id\": 2,\n        \"products\": [\n            {\n                \"id\": 42,\n                \"cycle_depth\": 1\n            }\n        ]\n    },\n    \"products\": [\n        {\n            \"id\": 1\n        },\n        {\n            \"id\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"deab7622-07da-4ddb-8d35-80220c562ddb"},{"name":"Create Offer","id":"0111f267-5335-4c00-b09b-94ab23908bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Standard Offer\",\n  \"billing_models\": [\n    {\n      \"id\": 2\n    },\n    {\n      \"id\": 3\n    },\n    {\n      \"id\": 4\n    },\n    {\n      \"id\": 5\n    },\n    {\n      \"id\": 6\n    },\n    {\n      \"id\": 7\n    },\n    {\n      \"id\": 8\n    },\n    {\n      \"id\": 9\n    }\n  ],\n  \"products\": [\n    {\n      \"id\": 1\n    },\n    {\n      \"id\": 2\n    },\n    {\n      \"id\": 3\n    },\n    {\n      \"id\": 4\n    },\n    {\n      \"id\": 5\n    },\n    {\n      \"id\": 6\n    },\n    {\n      \"id\": 7\n    },\n    {\n      \"id\": 8\n    },\n    {\n      \"id\": 9\n    },\n    {\n      \"id\": 10\n    }\n  ],\n  \"recurring\": {\n    \"terminating_cycle_type_id\": 5,\n    \"cycle_type_id\": 1\n  },\n  \"is_trial\": 1,\n  \"trial\": {\n    \"is_custom_duration\": 1,\n    \"days\": 5,\n    \"is_custom_price\": 1,\n    \"price\": 0,\n    \"is_delayed_billing\": 1,\n    \"delayed_billing\": {\n      \"days\": 2,\n      \"is_custom_price\": 1,\n      \"price\": 99.99,\n      \"default_days\": 1\n    }\n  }\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers","description":"<p>Create a new offer</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The offer name</td>\n</tr>\n<tr>\n<td>billing_models</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Billing models associated with the offer</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>Products associated with the offer</td>\n</tr>\n<tr>\n<td>recurring</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>Determines if it's a recurring offer and the cycles</td>\n</tr>\n<tr>\n<td>is_trial</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Determines if it is a trial</td>\n</tr>\n<tr>\n<td>trial</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>Describes the trial parameters for the offer</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Conditionally Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>This is a new parameter for all new offer types to use. Required if you didn't pass any other offers definitions. To get the full list of type IDs use <code>Get Offer Types</code> endpoint</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"16004c06-8c3e-49f8-acbe-d72c54282935","name":"Create Standard Offer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Standard Offer\",\n    \"billing_models\": [\n        {\n            \"id\": 2\n        },\n        {\n            \"id\": 3\n        },\n        {\n            \"id\": 4\n        },\n        {\n            \"id\": 5\n        },\n        {\n            \"id\": 6\n        },\n        {\n            \"id\": 7\n        },\n        {\n            \"id\": 8\n        },\n        {\n            \"id\": 9\n        }\n    ],\n    \"products\": [\n        {\n            \"id\": 1\n        },\n        {\n            \"id\": 2\n        },\n        {\n            \"id\": 3\n        },\n        {\n            \"id\": 4\n        },\n        {\n            \"id\": 5\n        },\n        {\n            \"id\": 6\n        },\n        {\n            \"id\": 7\n        },\n        {\n            \"id\": 8\n        },\n        {\n            \"id\": 9\n        },\n        {\n            \"id\": 10\n        }\n    ],\n    \"recurring\": {\n        \"terminating_cycle_type_id\": 5,\n        \"cycle_type_id\": 1\n    },\n    \"is_trial\": 1,\n    \"trial\": {\n        \"is_custom_duration\": 1,\n        \"days\": 5,\n        \"is_custom_price\": 1,\n        \"price\": 0,\n        \"is_delayed_billing\": 1,\n        \"delayed_billing\": {\n            \"days\": 2,\n            \"is_custom_price\": 1,\n            \"price\": 99.99,\n            \"default_days\": 1\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Oct 2019 10:46:39 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=l17jqb51ivvi1l24mr039ij6gp; expires=Mon, 21-Oct-2019 12:01:39 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"5888"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 169,\n        \"name\": \"Standard Offer\",\n        \"cycle_type_id\": 1,\n        \"expire_cycles\": 0,\n        \"is_seasonal\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-21 06:46:40.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-21 06:46:40.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"products\": [\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 1,\n                \"name\": \"Movie Ticket\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 2,\n                \"name\": \"Hat\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 3,\n                \"name\": \"E-Magazine\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 4,\n                \"name\": \"Shirt\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 5,\n                \"name\": \"Limited Edition Slinky\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 6,\n                \"name\": \"Beauty Box 1\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 7,\n                \"name\": \"Beauty Box 2\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 8,\n                \"name\": \"Beauty Box 3\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 9,\n                \"name\": \"Beauty Box 4\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 1\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 10,\n                \"name\": \"Beauty Box 5\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 1\n            }\n        ],\n        \"billing_models\": [\n            {\n                \"id\": 2,\n                \"name\": \"Straight Sale\",\n                \"expire_cycles\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 14:31:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 0,\n                    \"name\": \"Straight Sale\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 999998,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM API\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"First of Every Month\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:55.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Bill by date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"First Sunday\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:01.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:31:22.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Bill by day\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Quarterly 15th\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 5,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:14.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 4,\n                    \"name\": \"Bill by schedule\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Monthly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:24.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Bi-Weekly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:58.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:56.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Yearly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-07-03 07:58:08.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            }\n        ],\n        \"is_prepaid\": 0,\n        \"type\": {\n            \"id\": 1,\n            \"name\": \"Standard\"\n        },\n        \"cycle_type\": {\n            \"id\": 1,\n            \"name\": \"Self Recurring\"\n        },\n        \"terminating_cycle_type\": {\n            \"id\": 5,\n            \"name\": \"Complete\",\n            \"description\": \"On the last cycle the subscription is complete\"\n        },\n        \"prepaid_profile\": null,\n        \"trial\": {\n            \"is_custom_duration\": 1,\n            \"days\": 1,\n            \"is_custom_price\": 1,\n            \"price\": \"0.00\",\n            \"is_delayed_billing\": 1,\n            \"delayed_billing\": {\n                \"is_delayed_email_suppressed\": 0,\n                \"is_custom_price\": 1,\n                \"price\": \"99.99\",\n                \"days\": 2\n            }\n        },\n        \"cycle_products\": null,\n        \"seasonal_products\": null,\n        \"is_trial\": 1\n    }\n}"},{"id":"2a7d63d6-a292-4a18-85a7-898a30cdf904","name":"Create  Seasonal Offer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Seasonal Offer\",\n    \"billing_models\": [\n        {\n            \"id\": 2\n        },\n        {\n            \"id\": 3\n        },\n        {\n            \"id\": 4\n        },\n        {\n            \"id\": 5\n        },\n        {\n            \"id\": 6\n        },\n        {\n            \"id\": 7\n        },\n        {\n            \"id\": 8\n        },\n        {\n            \"id\": 9\n        }\n    ],\n    \"seasonal\": {\n        \"products\": [\n            {\n                \"id\": 1,\n                \"position\": 1\n            },\n            {\n                \"id\": 2,\n                \"position\": 2\n            },\n            {\n                \"id\": 3,\n                \"position\": 3\n            },\n            {\n                \"id\": 4,\n                \"position\": 4\n            },\n            {\n                \"id\": 5,\n                \"position\": 5\n            },\n            {\n                \"id\": 6,\n                \"position\": 6\n            },\n            {\n                \"id\": 7,\n                \"position\": 7\n            },\n            {\n                \"id\": 8,\n                \"position\": 8\n            },\n            {\n                \"id\": 9,\n                \"position\": 9\n            },\n            {\n                \"id\": 10,\n                \"position\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Oct 2019 10:53:56 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=l17jqb51ivvi1l24mr039ij6gp; expires=Mon, 21-Oct-2019 12:08:57 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"5180"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 177,\n        \"name\": \"Seasonal Offer\",\n        \"cycle_type_id\": 2,\n        \"expire_cycles\": 10,\n        \"is_seasonal\": 1,\n        \"created_at\": {\n            \"date\": \"2019-10-21 06:53:57.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-21 06:53:57.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"products\": [],\n        \"billing_models\": [\n            {\n                \"id\": 2,\n                \"name\": \"Straight Sale\",\n                \"expire_cycles\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 14:31:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 0,\n                    \"name\": \"Straight Sale\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 999998,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM API\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"First of Every Month\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:55.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Bill by date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"First Sunday\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:01.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:31:22.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Bill by day\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Quarterly 15th\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 5,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:14.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 4,\n                    \"name\": \"Bill by schedule\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Monthly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:24.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Bi-Weekly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:58.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:56.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Yearly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-07-03 07:58:08.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            }\n        ],\n        \"is_prepaid\": 0,\n        \"type\": {\n            \"id\": 3,\n            \"name\": \"Seasonal\"\n        },\n        \"cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Custom Recurring\"\n        },\n        \"terminating_cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Self recur\",\n            \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n        },\n        \"prepaid_profile\": null,\n        \"trial\": [],\n        \"cycle_products\": null,\n        \"seasonal_products\": [\n            {\n                \"product_id\": 1,\n                \"position\": 1\n            },\n            {\n                \"product_id\": 2,\n                \"position\": 2\n            },\n            {\n                \"product_id\": 3,\n                \"position\": 3\n            },\n            {\n                \"product_id\": 4,\n                \"position\": 4\n            },\n            {\n                \"product_id\": 5,\n                \"position\": 5\n            },\n            {\n                \"product_id\": 6,\n                \"position\": 6\n            },\n            {\n                \"product_id\": 7,\n                \"position\": 7\n            },\n            {\n                \"product_id\": 8,\n                \"position\": 8\n            },\n            {\n                \"product_id\": 9,\n                \"position\": 9\n            },\n            {\n                \"product_id\": 10,\n                \"position\": 10\n            }\n        ],\n        \"is_trial\": 0\n    }\n}"},{"id":"42b577ac-033a-46dc-96e2-374287f2ebf9","name":"Create Seasonal Offer with Billing Model Discounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Seasonal Offer\",\n    \"billing_models\": [\n        {\n            \"id\": 2,\n            \"discount\": {\n                \"amount\": 10\n            }\n        },\n        {\n            \"id\": 3,\n            \"discount\": {\n                \"percent\": 30\n            }\n        },\n        {\n            \"id\": 4\n        },\n        {\n            \"id\": 5\n        },\n        {\n            \"id\": 6\n        },\n        {\n            \"id\": 7\n        },\n        {\n            \"id\": 8\n        },\n        {\n            \"id\": 9\n        }\n    ],\n    \"seasonal\": {\n        \"products\": [\n            {\n                \"id\": 1,\n                \"position\": 1\n            },\n            {\n                \"id\": 2,\n                \"position\": 2\n            },\n            {\n                \"id\": 3,\n                \"position\": 3\n            },\n            {\n                \"id\": 4,\n                \"position\": 4\n            },\n            {\n                \"id\": 5,\n                \"position\": 5\n            },\n            {\n                \"id\": 6,\n                \"position\": 6\n            },\n            {\n                \"id\": 7,\n                \"position\": 7\n            },\n            {\n                \"id\": 8,\n                \"position\": 8\n            },\n            {\n                \"id\": 9,\n                \"position\": 9\n            },\n            {\n                \"id\": 10,\n                \"position\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Oct 2019 10:53:09 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=l17jqb51ivvi1l24mr039ij6gp; expires=Mon, 21-Oct-2019 12:08:09 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"5230"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 176,\n        \"name\": \"Seasonal Offer\",\n        \"cycle_type_id\": 2,\n        \"expire_cycles\": 10,\n        \"is_seasonal\": 1,\n        \"created_at\": {\n            \"date\": \"2019-10-21 06:53:09.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-21 06:53:09.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"products\": [],\n        \"billing_models\": [\n            {\n                \"id\": 2,\n                \"name\": \"Straight Sale\",\n                \"expire_cycles\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 14:31:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 0,\n                    \"name\": \"Straight Sale\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 999998,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM API\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": {\n                    \"percent\": 0,\n                    \"amount\": \"10.00\"\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": {\n                    \"percent\": 30,\n                    \"amount\": null\n                }\n            },\n            {\n                \"id\": 4,\n                \"name\": \"First of Every Month\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:55.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Bill by date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"First Sunday\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:01.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:31:22.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Bill by day\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Quarterly 15th\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 5,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:14.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 4,\n                    \"name\": \"Bill by schedule\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Monthly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:24.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Bi-Weekly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:58.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:56.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Yearly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-07-03 07:58:08.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            }\n        ],\n        \"is_prepaid\": 0,\n        \"type\": {\n            \"id\": 3,\n            \"name\": \"Seasonal\"\n        },\n        \"cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Custom Recurring\"\n        },\n        \"terminating_cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Self recur\",\n            \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n        },\n        \"prepaid_profile\": null,\n        \"trial\": [],\n        \"cycle_products\": null,\n        \"seasonal_products\": [\n            {\n                \"product_id\": 1,\n                \"position\": 1\n            },\n            {\n                \"product_id\": 2,\n                \"position\": 2\n            },\n            {\n                \"product_id\": 3,\n                \"position\": 3\n            },\n            {\n                \"product_id\": 4,\n                \"position\": 4\n            },\n            {\n                \"product_id\": 5,\n                \"position\": 5\n            },\n            {\n                \"product_id\": 6,\n                \"position\": 6\n            },\n            {\n                \"product_id\": 7,\n                \"position\": 7\n            },\n            {\n                \"product_id\": 8,\n                \"position\": 8\n            },\n            {\n                \"product_id\": 9,\n                \"position\": 9\n            },\n            {\n                \"product_id\": 10,\n                \"position\": 10\n            }\n        ],\n        \"is_trial\": 0\n    }\n}"},{"id":"451313b2-c8b7-471e-adf7-af5934cea519","name":"Create Prepaid Offer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Prepaid Offer\",\n    \"billing_models\": [\n        {\n            \"id\": 2\n        },\n        {\n            \"id\": 3\n        },\n        {\n            \"id\": 4\n        },\n        {\n            \"id\": 5\n        },\n        {\n            \"id\": 6\n        },\n        {\n            \"id\": 7\n        },\n        {\n            \"id\": 8\n        },\n        {\n            \"id\": 9\n        }\n    ],\n    \"products\": [\n        {\n            \"id\": 1\n        },\n        {\n            \"id\": 2\n        },\n        {\n            \"id\": 3\n        },\n        {\n            \"id\": 4\n        },\n        {\n            \"id\": 5\n        },\n        {\n            \"id\": 6\n        },\n        {\n            \"id\": 7\n        },\n        {\n            \"id\": 8\n        },\n        {\n            \"id\": 9\n        },\n        {\n            \"id\": 10\n        }\n    ],\n    \"recurring\": {\n        \"cycle_type_id\": 1\n    },\n    \"is_trial\": 1,\n    \"trial\": {\n        \"is_custom_duration\": 1,\n        \"days\": 5,\n        \"is_custom_price\": 1,\n        \"price\": 0,\n        \"is_delayed_billing\": 1,\n        \"delayed_billing\": {\n            \"days\": 2,\n            \"is_custom_price\": 1,\n            \"price\": 99.99,\n            \"default_days\": 1\n        }\n    },\n    \"prepaid\": {\n        \"is_subscription\": 1,\n        \"is_cancel_immediate\": 0,\n        \"is_refund_allowed\": 0,\n        \"is_initial_shipping_on_restart\": 1,\n        \"terms\": [\n            {\n                \"cycles\": 6,\n                \"discount_type_id\": 2,\n                \"discount_value\": 10\n            },\n            {\n                \"cycles\": 5,\n                \"discount_type_id\": 1,\n                \"discount_value\": 15\n            },\n            {\n                \"cycles\": 4,\n                \"discount_type_id\": 1,\n                \"discount_value\": 15\n            },\n            {\n                \"cycles\": 3,\n                \"discount_type_id\": 1\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Oct 2019 10:52:23 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=l17jqb51ivvi1l24mr039ij6gp; expires=Mon, 21-Oct-2019 12:07:23 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"6420"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 175,\n        \"name\": \"Prepaid Offer\",\n        \"cycle_type_id\": 1,\n        \"expire_cycles\": 0,\n        \"is_seasonal\": 0,\n        \"created_at\": {\n            \"date\": \"2019-10-21 06:52:23.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-21 06:52:23.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"products\": [\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 1,\n                \"name\": \"Movie Ticket\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 2,\n                \"name\": \"Hat\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 3,\n                \"name\": \"E-Magazine\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 4,\n                \"name\": \"Shirt\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 5,\n                \"name\": \"Limited Edition Slinky\",\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 6,\n                \"name\": \"Beauty Box 1\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 7,\n                \"name\": \"Beauty Box 2\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 8,\n                \"name\": \"Beauty Box 3\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 0\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 9,\n                \"name\": \"Beauty Box 4\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 1\n            },\n            {\n                \"is_trial_allowed\": 0,\n                \"id\": 10,\n                \"name\": \"Beauty Box 5\",\n                \"is_bundle\": 1,\n                \"is_custom_bundle\": 1\n            }\n        ],\n        \"billing_models\": [\n            {\n                \"id\": 2,\n                \"name\": \"Straight Sale\",\n                \"expire_cycles\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 14:31:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 0,\n                    \"name\": \"Straight Sale\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 999998,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM API\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"First of Every Month\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:55.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Bill by date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"First Sunday\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:01.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:31:22.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Bill by day\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Quarterly 15th\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 5,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:14.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 4,\n                    \"name\": \"Bill by schedule\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Monthly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:24.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Bi-Weekly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:58.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:56.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Yearly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-07-03 07:58:08.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            }\n        ],\n        \"is_prepaid\": 1,\n        \"type\": {\n            \"id\": 2,\n            \"name\": \"Prepaid\"\n        },\n        \"cycle_type\": {\n            \"id\": 1,\n            \"name\": \"Self Recurring\"\n        },\n        \"terminating_cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Self recur\",\n            \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n        },\n        \"prepaid_profile\": {\n            \"is_subscription\": 1,\n            \"is_cancel_immediate\": 0,\n            \"is_refund_allowed\": 0,\n            \"is_initial_shipping_on_restart\": 1,\n            \"created_at\": \"2019-10-21 06:52:23\",\n            \"updated_at\": \"2019-10-21 06:52:23\",\n            \"terms\": [\n                {\n                    \"cycles\": 3,\n                    \"discount_value\": \"0.00\",\n                    \"discount_type\": {\n                        \"id\": 1,\n                        \"name\": \"Percent\"\n                    }\n                },\n                {\n                    \"cycles\": 4,\n                    \"discount_value\": \"15.00\",\n                    \"discount_type\": {\n                        \"id\": 1,\n                        \"name\": \"Percent\"\n                    }\n                },\n                {\n                    \"cycles\": 5,\n                    \"discount_value\": \"15.00\",\n                    \"discount_type\": {\n                        \"id\": 1,\n                        \"name\": \"Percent\"\n                    }\n                },\n                {\n                    \"cycles\": 6,\n                    \"discount_value\": \"10.00\",\n                    \"discount_type\": {\n                        \"id\": 2,\n                        \"name\": \"Amount\"\n                    }\n                }\n            ]\n        },\n        \"trial\": {\n            \"is_custom_duration\": 1,\n            \"days\": 1,\n            \"is_custom_price\": 1,\n            \"price\": \"0.00\",\n            \"is_delayed_billing\": 1,\n            \"delayed_billing\": {\n                \"is_delayed_email_suppressed\": 0,\n                \"is_custom_price\": 1,\n                \"price\": \"99.99\",\n                \"days\": 2\n            }\n        },\n        \"cycle_products\": null,\n        \"seasonal_products\": null,\n        \"is_trial\": 1\n    }\n}"},{"id":"4c9d6bb5-cb02-4f5e-971e-3d90febb0c72","name":"Create Seasonal Prepaid Offer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Seasonal Prepaid Offer\",\n    \"billing_models\": [\n        {\n            \"id\": 2\n        },\n        {\n            \"id\": 3\n        },\n        {\n            \"id\": 4\n        },\n        {\n            \"id\": 5\n        },\n        {\n            \"id\": 6\n        },\n        {\n            \"id\": 7\n        },\n        {\n            \"id\": 8\n        },\n        {\n            \"id\": 9\n        }\n    ],\n    \"prepaid\": {\n        \"is_subscription\": 1,\n        \"is_cancel_immediate\": 0,\n        \"is_refund_allowed\": 0,\n        \"is_initial_shipping_on_restart\": 1,\n        \"terms\": [\n            {\n                \"cycles\": 6,\n                \"discount_type_id\": 2,\n                \"discount_value\": 10\n            },\n            {\n                \"cycles\": 5,\n                \"discount_type_id\": 1,\n                \"discount_value\": 15\n            },\n            {\n                \"cycles\": 4,\n                \"discount_type_id\": 1,\n                \"discount_value\": 15\n            },\n            {\n                \"cycles\": 3,\n                \"discount_type_id\": 1\n            }\n        ]\n    },\n    \"seasonal\": {\n        \"products\": [\n            {\n                \"id\": 1,\n                \"position\": 1\n            },\n            {\n                \"id\": 2,\n                \"position\": 2\n            },\n            {\n                \"id\": 3,\n                \"position\": 3\n            },\n            {\n                \"id\": 4,\n                \"position\": 4\n            },\n            {\n                \"id\": 5,\n                \"position\": 5\n            },\n            {\n                \"id\": 6,\n                \"position\": 6\n            },\n            {\n                \"id\": 7,\n                \"position\": 7\n            },\n            {\n                \"id\": 8,\n                \"position\": 8\n            },\n            {\n                \"id\": 9,\n                \"position\": 9\n            },\n            {\n                \"id\": 10,\n                \"position\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Oct 2019 10:51:03 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=l17jqb51ivvi1l24mr039ij6gp; expires=Mon, 21-Oct-2019 12:06:04 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"5684"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 174,\n        \"name\": \"Seasonal Prepaid Offer\",\n        \"cycle_type_id\": 2,\n        \"expire_cycles\": 10,\n        \"is_seasonal\": 1,\n        \"created_at\": {\n            \"date\": \"2019-10-21 06:51:04.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2019-10-21 06:51:04.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"is_archived\": 0,\n        \"products\": [],\n        \"billing_models\": [\n            {\n                \"id\": 2,\n                \"name\": \"Straight Sale\",\n                \"expire_cycles\": 1,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 14:31:18.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 0,\n                    \"name\": \"Straight Sale\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 999998,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM API\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Every 7 Days\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:41.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:09.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"First of Every Month\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:14:51.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:30:55.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 2,\n                    \"name\": \"Bill by date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"First Sunday\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:01.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:31:22.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 3,\n                    \"name\": \"Bill by day\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Quarterly 15th\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 5,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:14.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 4,\n                    \"name\": \"Bill by schedule\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Monthly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:15:24.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:28.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Bi-Weekly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-04-29 15:33:58.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2019-05-14 14:36:56.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"type\": {\n                    \"id\": 1,\n                    \"name\": \"Bill by cycle\"\n                },\n                \"creator\": {\n                    \"department_id\": 3,\n                    \"id\": 2,\n                    \"is_active\": 1,\n                    \"name\": \"Primary Admin\",\n                    \"email\": \"developers@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"discount\": null\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Yearly\",\n                \"expire_cycles\": 0,\n                \"buffer_days\": 0,\n                \"created_at\": {\n                    \"date\": \"2019-07-03 07:58:08.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null,\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Bill by relative date\"\n                },\n                \"creator\": {\n                    \"department_id\": 0,\n                    \"id\": 1,\n                    \"is_active\": 1,\n                    \"name\": \"Lime Light CRM\",\n                    \"email\": \"admin@limelightcrm.com\",\n                    \"call_center_provider_id\": 0\n                },\n                \"updator\": null,\n                \"discount\": null\n            }\n        ],\n        \"is_prepaid\": 1,\n        \"type\": {\n            \"id\": 3,\n            \"name\": \"Seasonal\"\n        },\n        \"cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Custom Recurring\"\n        },\n        \"terminating_cycle_type\": {\n            \"id\": 2,\n            \"name\": \"Self recur\",\n            \"description\": \"On the last cycle continue to recur to the most recent product on the subscription\"\n        },\n        \"prepaid_profile\": {\n            \"is_subscription\": 1,\n            \"is_cancel_immediate\": 0,\n            \"is_refund_allowed\": 0,\n            \"is_initial_shipping_on_restart\": 1,\n            \"created_at\": \"2019-10-21 06:51:04\",\n            \"updated_at\": \"2019-10-21 06:51:04\",\n            \"terms\": [\n                {\n                    \"cycles\": 3,\n                    \"discount_value\": \"0.00\",\n                    \"discount_type\": {\n                        \"id\": 1,\n                        \"name\": \"Percent\"\n                    }\n                },\n                {\n                    \"cycles\": 4,\n                    \"discount_value\": \"15.00\",\n                    \"discount_type\": {\n                        \"id\": 1,\n                        \"name\": \"Percent\"\n                    }\n                },\n                {\n                    \"cycles\": 5,\n                    \"discount_value\": \"15.00\",\n                    \"discount_type\": {\n                        \"id\": 1,\n                        \"name\": \"Percent\"\n                    }\n                },\n                {\n                    \"cycles\": 6,\n                    \"discount_value\": \"10.00\",\n                    \"discount_type\": {\n                        \"id\": 2,\n                        \"name\": \"Amount\"\n                    }\n                }\n            ]\n        },\n        \"trial\": [],\n        \"cycle_products\": null,\n        \"seasonal_products\": [\n            {\n                \"product_id\": 1,\n                \"position\": 1\n            },\n            {\n                \"product_id\": 2,\n                \"position\": 2\n            },\n            {\n                \"product_id\": 3,\n                \"position\": 3\n            },\n            {\n                \"product_id\": 4,\n                \"position\": 4\n            },\n            {\n                \"product_id\": 5,\n                \"position\": 5\n            },\n            {\n                \"product_id\": 6,\n                \"position\": 6\n            },\n            {\n                \"product_id\": 7,\n                \"position\": 7\n            },\n            {\n                \"product_id\": 8,\n                \"position\": 8\n            },\n            {\n                \"product_id\": 9,\n                \"position\": 9\n            },\n            {\n                \"product_id\": 10,\n                \"position\": 10\n            }\n        ],\n        \"is_trial\": 0\n    }\n}"}],"_postman_id":"0111f267-5335-4c00-b09b-94ab23908bd6"},{"name":"Delete Offer","id":"1d4898cf-d64c-41c6-8095-1739ae9d37f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/{{offer_id}}","description":"<p>Delete an existing offer.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{offer_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}offers"],"query":[],"variable":[]}},"response":[{"id":"fec4230d-4bdb-4fb2-b9c2-71fbfa1d7ad9","name":"Delete Offer","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}offers/22"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 17 Oct 2019 14:17:02 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.39 (Amazon)"},{"key":"Set-Cookie","value":"token=ohd43fncpbskc9a10nrhbul6bv; expires=Thu, 17-Oct-2019 15:32:05 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"1d4898cf-d64c-41c6-8095-1739ae9d37f0"}],"id":"d3bbea79-6cfa-4e94-bc34-7afc3e7fde11","description":"<p>Below you will find methods related to Offers</p>\n","event":[{"listen":"prerequest","script":{"id":"25decbe7-57a0-4590-8237-ecc94209c258","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3e88327d-9c14-40df-af9a-6a1b01263d85","type":"text/javascript","exec":[""]}}],"_postman_id":"d3bbea79-6cfa-4e94-bc34-7afc3e7fde11","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Products","item":[{"name":"Attributes","item":[{"name":"Get Product Attributes","id":"223ed39a-929b-4cd3-9acf-1f16f453421a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/attributes","description":"<p>Fetch a list of variant attributes from a product.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The created attribute ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The variant attribute name.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>An array of product attribute option objects.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.name</td>\n<td>String</td>\n<td>The option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","attributes"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"11cb7cec-fa2d-4c58-81b1-e98ec769fcfe","name":"Get Product Attributes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/attributes"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 20,\n            \"name\": \"Color\",\n            \"options\": [\n                {\n                    \"id\": 21,\n                    \"name\": \"Black\"\n                },\n                {\n                    \"id\": 22,\n                    \"name\": \"White\"\n                },\n                {\n                    \"id\": 23,\n                    \"name\": \"Red\"\n                },\n                {\n                    \"id\": 24,\n                    \"name\": \"Green\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"223ed39a-929b-4cd3-9acf-1f16f453421a"},{"name":"Add Product Attributes","id":"692131b1-fdab-49bc-acac-4938db24552c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auto_create_variants\": 1,\r\n    \"attributes\": [\r\n        {\r\n            \"name\": \"Brand\",\r\n            \"options\": [\r\n                \"NIKE\",\r\n                \"ReeBok\",\r\n                \"PuMa\"\r\n            ]\r\n        },\r\n        {\r\n            \"name\": \"Color\",\r\n            \"options\": [\r\n                \"ReD\",\r\n                \"GrEeN\",\r\n                \"bLuE\"\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/attributes","description":"<p>Add one or more variant attributes to a product.</p>\n<p><strong>NOTE</strong>: This method will update the attributes of the product to the set passed in the request. If you would like to keep your existent configuration of attributtes, these should be passed along in the request.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>attributes</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of product attribute objects.</td>\n</tr>\n<tr>\n<td>attributes.*.name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The attribute name.</td>\n</tr>\n<tr>\n<td>attributes.*.options</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of attribute option names.</td>\n</tr>\n<tr>\n<td>auto_create_variants</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Flag that tells the system to automatically create variants from the list of options.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The created attribute ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The variant attribute name.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>An array of product attribute option objects.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.name</td>\n<td>String</td>\n<td>The option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","attributes"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"bb80d4ce-caec-4cb6-b186-5c0c3438d192","name":"Add Product Attributes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"attributes\": [\r\n        {\r\n            \"auto_create_variants\": 1,\r\n            \"name\": \"Color\",\r\n            \"options\": [\r\n                \"Black\",\r\n                \"White\",\r\n                \"Red\",\r\n                \"Green\"\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/attributes"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 20,\n            \"name\": \"Color\",\n            \"options\": [\n                {\n                    \"id\": 21,\n                    \"name\": \"Black\"\n                },\n                {\n                    \"id\": 22,\n                    \"name\": \"White\"\n                },\n                {\n                    \"id\": 23,\n                    \"name\": \"Red\"\n                },\n                {\n                    \"id\": 24,\n                    \"name\": \"Green\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"692131b1-fdab-49bc-acac-4938db24552c"},{"name":"Delete Product Attributes","id":"1eb58aa4-07ed-4ce1-aaae-540c5f56569e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"attributes\": [\r\n      {\r\n         \"id\": 1547,\r\n         \"options\": [\r\n            \"ALL\"\r\n         ]\r\n      },\r\n      {\r\n         \"id\": 1550,\r\n         \"options\": [\r\n            \"id\": 1552\r\n         ]\r\n      },\r\n      {\r\n         \"id\": 1553,\r\n         \"options\": [\r\n            \"ALL\"\r\n         ]\r\n      },\r\n      {\r\n         \"id\": 1556,\r\n         \"options\": [\r\n            \"ALL\"\r\n         ]\r\n      },\r\n      {\r\n         \"id\": 1559,\r\n         \"options\": [\r\n            \"ALL\"\r\n         ]\r\n      }\r\n   ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/attributes","description":"<p>Delete one or more variant attributes from a product.</p>\n<p><strong>NOTE</strong>: If <code>ALL</code> is passed as a value all options and the attribute itself are going to get deleted.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>attributes</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of product attribute objects.</td>\n</tr>\n<tr>\n<td>attributes.*.options</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of attribute option names. Can pass <code>ALL</code> as an array value to delete all options under this attribute.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />No data is returned. Look for a standard standard <code>SUCCESS</code> indicator in the <code>status</code> field.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","attributes"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"de9fde3b-d7b8-411e-a88e-943ae7815eae","name":"Delete Product Attributes","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"attributes\": [\r\n        {\r\n            \"id\": 20,\r\n            \"options\": [\r\n                \"ALL\"\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 25,\r\n            \"options\": [\r\n                \"Small\"\r\n            ]\r\n        }\r\n    ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/attributes"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"1eb58aa4-07ed-4ce1-aaae-540c5f56569e"}],"id":"d281b0f2-5da7-458b-87b7-28bedf0c5334","description":"<p>Below you will find methods related to Product Attributes which is to be used in tandem with Product Variants</p>\n","_postman_id":"d281b0f2-5da7-458b-87b7-28bedf0c5334","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Categories","item":[{"name":"Add Category","id":"87acfc83-e38f-4eca-aa49-c191e952b44c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Category Name\",\r\n    \"description\":\"This is where the description goes\"\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories","description":"<p>Add a product category.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The category description (maximum 1000 characters).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Integer</td>\n<td>The number of products associated to the category.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>String</td>\n<td>User name that created the category.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>String</td>\n<td>User name that last updated the category.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}categories"],"query":[],"variable":[]}},"response":[{"id":"2980b975-af7a-4942-bb53-89b202371187","name":"Add Category","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Category Name\",\r\n    \"description\": \"This is where the description goes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jul 2020 16:08:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 22,\n        \"name\": \"Category Name\",\n        \"description\": \"This is where the description goes\",\n        \"product_count\": 0,\n        \"created_by\": \"sticky.io\",\n        \"updated_by\": null\n    }\n}"},{"id":"1452352f-576d-45da-bef0-ae994a47a53d","name":"Add Category","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"First-Aid Supplies\",\r\n    \"description\":\"Supplies needed for healing minor injuries\"\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 24,\n        \"name\": \"First-Aid Supplies\",\n        \"description\": \"Supplies needed for healing minor injuries\",\n        \"product_count\": 0,\n        \"created_by\": \"sticky.io\",\n        \"updated_by\": null\n    }\n}"}],"_postman_id":"87acfc83-e38f-4eca-aa49-c191e952b44c"},{"name":"Update Category","id":"11a64f8b-cb3d-4f24-965d-e837b14de553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Updated Name\",\n\t\"description\":\"This is where your updated description goes\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories/{{category_id}}","description":"<p>Update an existing product category.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The category description (maximum 1000 characters).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Integer</td>\n<td>The number of products associated to the category.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>String</td>\n<td>User name that created the category.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>String</td>\n<td>User name that last updated the category.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{category_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}categories"],"query":[],"variable":[]}},"response":[{"id":"363a22d6-58c0-4f72-983d-93574ed835de","name":"Update Category","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Updated Name\",\n\t\"description\":\"This is where your updated description goes\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories/{{category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jul 2020 16:09:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"187"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Updated Name\",\n        \"description\": \"This is where your updated description goes\",\n        \"product_count\": 52,\n        \"created_by\": \"sticky.io\",\n        \"updated_by\": \"sticky.io\"\n    }\n}"},{"id":"190c046b-c3fa-4d78-9fab-546359a27758","name":"Update Category","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"First-Aid Supply Kits\",\n    \"description\":\"Supplies needed for healing minor cuts, burns, and scrapes\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories/{{category_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 24,\n        \"name\": \"First-Aid Supply Kits\",\n        \"description\": \"Supplies needed for healing minor cuts, burns, and scrapes\",\n        \"product_count\": 0,\n        \"created_by\": \"sticky.io\",\n        \"updated_by\": \"sticky.io\"\n    }\n}"}],"_postman_id":"11a64f8b-cb3d-4f24-965d-e837b14de553"},{"name":"Get Category","id":"397834b0-5548-4d17-ae56-0479658b164b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories/{{category_id}}","description":"<p>Fetch a list of product categories.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Integer</td>\n<td>The number of products associated to the category.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>String</td>\n<td>User name that created the category.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>String</td>\n<td>User name that last updated the category.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{category_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}categories"],"query":[],"variable":[]}},"response":[{"id":"eda6e6bb-fc0f-41d8-9f26-12c9af38b3a3","name":"Get Category","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories/{{category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jul 2020 16:12:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 5,\n            \"name\": \"Cuban Coffee\",\n            \"description\": \"All of our cuban coffee products\",\n            \"product_count\": 4,\n            \"created_by\": \"sticky.io\",\n            \"updated_by\": null\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Jamaican Coffee\",\n            \"description\": \"Coffee from Jamaica\",\n            \"product_count\": 0,\n            \"created_by\": \"sticky.io\",\n            \"updated_by\": null\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Mexican Coffee\",\n            \"description\": \"Coffee from mexico\",\n            \"product_count\": 0,\n            \"created_by\": \"sticky.io\",\n            \"updated_by\": null\n        }\n    ],\n    \"first_page_url\": \"http://dnvbdemo.sticky.io/api/v2/categories?page=1\",\n    \"from\": 1,\n    \"last_page\": 2,\n    \"last_page_url\": \"http://dnvbdemo.sticky.io/api/v2/categories?page=2\",\n    \"next_page_url\": \"http://dnvbdemo.sticky.io/api/v2/categories?page=2\",\n    \"path\": \"http://dnvbdemo.sticky.io/api/v2/categories\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 19\n}"}],"_postman_id":"397834b0-5548-4d17-ae56-0479658b164b"},{"name":"Delete Category","id":"95922902-623a-474f-8bd3-f94fe756f9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories/{{category_id}}","description":"<p>Delete a product category.</p>\n<p><strong>Note</strong> A category can <em>not</em> be deleted if products are attached.</p>\n<p><strong>Response Data</strong><br />No data is returned. Look for a standard standard <code>SUCCESS</code> indicator in the <code>status</code> field.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{category_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}categories"],"query":[],"variable":[]}},"response":[{"id":"9477aaf1-3da1-40ba-b6ba-fe535e3a8dfd","name":"Delete Category","originalRequest":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}/api/categories/{{category_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 15 Jan 2019 19:40:48 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Set-Cookie","value":"token=godlt0jtqhep3p71iait5ilimv; expires=Tue, 15-Jan-2019 20:55:50 GMT; Max-Age=4500; path=/; secure"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"95922902-623a-474f-8bd3-f94fe756f9c6"},{"name":"Get Categories","id":"a904402a-77b2-4690-84e6-c55ba4ea55e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories","description":"<p>Fetch a list of product categories.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Integer</td>\n<td>The number of products associated to the category.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>String</td>\n<td>User name that created the category.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>String</td>\n<td>User name that last updated the category.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}categories"],"query":[],"variable":[]}},"response":[{"id":"1bf706a9-39f9-43c5-bbde-07e069222bba","name":"Get Categories","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jul 2020 16:10:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2205"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 5,\n            \"name\": \"Cuban Coffee\",\n            \"description\": \"All of our cuban coffee products\",\n            \"product_count\": 4,\n            \"created_by\": \"sticky.io\",\n            \"updated_by\": null\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Jamaican Coffee\",\n            \"description\": \"Coffee from Jamaica\",\n            \"product_count\": 0,\n            \"created_by\": \"sticky.io\",\n            \"updated_by\": null\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Mexican Coffee\",\n            \"description\": \"Coffee from mexico\",\n            \"product_count\": 0,\n            \"created_by\": \"sticky.io\",\n            \"updated_by\": null\n        }\n    ],\n    \"first_page_url\": \"http://dnvbdemo.sticky.io/api/v2/categories?page=1\",\n    \"from\": 1,\n    \"last_page\": 2,\n    \"last_page_url\": \"http://dnvbdemo.sticky.io/api/v2/categories?page=2\",\n    \"next_page_url\": \"http://dnvbdemo.sticky.io/api/v2/categories?page=2\",\n    \"path\": \"http://dnvbdemo.sticky.io/api/v2/categories\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 19\n}"}],"_postman_id":"a904402a-77b2-4690-84e6-c55ba4ea55e7"}],"id":"1067a2d5-369c-487a-a05b-39b9cb3aa701","description":"<p>Product Categories. The API Permissions used for these routes are the same as the Product permissions</p>\n","event":[{"listen":"prerequest","script":{"id":"2af2e385-ff72-478d-89b2-91979f306bf7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"40c7fafd-336d-4039-a23a-81d08ceca666","type":"text/javascript","exec":[""]}}],"_postman_id":"1067a2d5-369c-487a-a05b-39b9cb3aa701","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Images","item":[{"name":"Get Product Image","id":"37e2697d-6d27-47ac-9e13-29867a3c3a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images/{{image_id}}","description":"<p>Fetch a single image associated with a product.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the defaule selected in email notifications when this product is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","images","{{image_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"0936dd15-6def-486c-b14f-8ea1b7e515b3","name":"Get Product Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images/{{image_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 1,\n        \"uuid\": \"0812ebdf-ec1c-4702-921f-69772295247b\",\n        \"alias\": \"google-logo\",\n        \"created_at\": \"2021-09-13T14:25:41.000000Z\",\n        \"updated_at\": \"2021-09-13T14:25:41.000000Z\",\n        \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663/vkVajfRz_400x400.jpg\",\n        \"is_default\": 0,\n        \"is_default_email\": 0\n    }\n}"}],"_postman_id":"37e2697d-6d27-47ac-9e13-29867a3c3a9d"},{"name":"Get Product Images","id":"6d0a48b7-edd3-478d-abfd-8e304a8ad5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images","description":"<p>Fetch a list of images associated with a product.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"03e53b8c-e141-4ef1-82b4-be306a9f22fb","name":"Get Product Images","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"0812ebdf-ec1c-4702-921f-69772295247b\",\n            \"alias\": \"google-logo\",\n            \"created_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"updated_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 6,\n            \"uuid\": \"a90b37c8-e159-4eda-897e-96837b607a9d\",\n            \"alias\": \"google-logo6\",\n            \"created_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-6/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"6d0a48b7-edd3-478d-abfd-8e304a8ad5d7"},{"name":"Detach Product Image","id":"77d4c740-0f5e-4dec-b51d-7d05704b9a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images/{{image_id}}","description":"<p>Detach a single image from a product.</p>\n<p><strong>Response Data</strong><br />No data is returned. Look for a standard standard <code>SUCCESS</code> indicator in the <code>status</code> field.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","images","{{image_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"19aef2cc-2e4d-40d0-aa34-057a1156fff7","name":"Detach Product Image","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images/{{image_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"77d4c740-0f5e-4dec-b51d-7d05704b9a6c"},{"name":"Set Product Images","id":"beaa86d9-b944-4472-b0be-9ae483d021e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"image_ids\" : [\n   \t   1, \n   \t   2, \n   \t   3,\n   \t   \"43d3daf7-c069-40e8-9ab1-886b0a9a2a08\"\n   \t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images","description":"<p>Attach images to product <strong>only</strong> if none present.</p>\n<p><strong>NOTE</strong>: If images already exist on this product, you must use the <code>Attach Product Images</code> method.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>image_ids</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of image IDs or image UUIDs.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"a0860b9c-14ee-4e7f-9e8b-1cdadd852860","name":"Set Product Images","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"image_ids\": [\n        1,\n        \"a90b37c8-e159-4eda-897e-96837b607a9d\"\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"0812ebdf-ec1c-4702-921f-69772295247b\",\n            \"alias\": \"google-logo\",\n            \"created_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"updated_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 6,\n            \"uuid\": \"a90b37c8-e159-4eda-897e-96837b607a9d\",\n            \"alias\": \"google-logo6\",\n            \"created_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-6/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"beaa86d9-b944-4472-b0be-9ae483d021e6"},{"name":"Attach Product Images","id":"e38487b3-6cb3-407f-a7f4-c2a91b14a602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"image_ids\" : [\n   \t   1, \n   \t   2, \n   \t   3,\n   \t   \"43d3daf7-c069-40e8-9ab1-886b0a9a2a08\"\n   \t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images","description":"<p>Append image relationships to product, maintaining existing relationships.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>image_ids</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of image IDs or image UUIDs.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"6e3241e1-e73d-40aa-b4e0-face770975fd","name":"Attach Product Images","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"image_ids\": [\n        3,\n        \"d996c850-d124-4b29-87c9-fcfc74c37efe\"\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 3,\n            \"uuid\": \"7f794feb-df1d-4b93-94bf-6db3d67abdf0\",\n            \"alias\": \"google-logo3\",\n            \"created_at\": \"2021-09-13T14:26:19.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:19.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-3/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"d996c850-d124-4b29-87c9-fcfc74c37efe\",\n            \"alias\": \"google-logo2\",\n            \"created_at\": \"2021-09-13T14:26:03.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:03.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-2/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"e38487b3-6cb3-407f-a7f4-c2a91b14a602"},{"name":"Update Product Images","id":"26011b92-f7a9-4629-924a-04aacf2b806e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"image_ids\" : [\n   \t   1, \n   \t   2, \n   \t   3,\n   \t   \"43d3daf7-c069-40e8-9ab1-886b0a9a2a08\"\n   \t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images","description":"<p>Detach existing images from a product and attach requested images.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>image_ids</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of image IDs or image UUIDs.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the defaule selected in email notifications when this product is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"697fb209-758a-400d-af00-d0660a0db73e","name":"Update Product Images","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"image_ids\": [\n        5,\n        \"470d196e-b9ff-46e0-bb85-c707621c66d0\"\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 5,\n            \"uuid\": \"73c17b54-72dc-493d-b3e0-5655cea1c1ce\",\n            \"alias\": \"google-logo5\",\n            \"created_at\": \"2021-09-13T14:26:34.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:34.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-5/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 4,\n            \"uuid\": \"470d196e-b9ff-46e0-bb85-c707621c66d0\",\n            \"alias\": \"google-logo4\",\n            \"created_at\": \"2021-09-13T14:26:27.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:27.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-4/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"26011b92-f7a9-4629-924a-04aacf2b806e"}],"id":"76cbc1f1-8949-43fb-b893-e3a47152f0e1","_postman_id":"76cbc1f1-8949-43fb-b893-e3a47152f0e1","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Meta","item":[{"name":"Get Bundle Types","id":"28e84010-710f-4de8-bcca-927568bde72c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/bundle_types","description":"<p>Fetch a list of product bundle types.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The bundle type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The bundle type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["bundle_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"a9f33f32-ccd2-4448-977b-679c754d6bb9","name":"Get Bundle Types","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/bundle_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Sep 2020 17:33:44 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Pre-built\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Custom Built\"\n        }\n    ]\n}"}],"_postman_id":"28e84010-710f-4de8-bcca-927568bde72c"},{"name":"Get Price Types","id":"4feedf3c-ce90-459a-a4f6-b8143535cc60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/price_types","description":"<p>Fetch a list of product bundle price types.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The bundle price type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The bundle price type name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["price_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"21137832-7819-48e7-9e3b-91450af1a463","name":"Get Price Types","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/price_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Sep 2020 17:33:32 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Fixed\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Per Item\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Product Price\"\n        }\n    ]\n}"}],"_postman_id":"4feedf3c-ce90-459a-a4f6-b8143535cc60"},{"name":"Get Weight Types","id":"f8277fea-6e04-445d-8f96-fa197ef0156f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/weight_types","description":"<p>Fetch a list of product weight types.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The product weight type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product weight type name.</td>\n</tr>\n<tr>\n<td>abbreviation</td>\n<td>String</td>\n<td>The product weight type abbreviation.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["weight_types"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"7a4c2e12-2ddf-44b6-a31f-74e15b6033ae","name":"Get Weight Types","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/weight_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Sep 2020 17:33:10 GMT"},{"key":"Server","value":"Apache/2.4.43 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"259"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"ounces\",\n            \"abbreviation\": \"oz\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"pounds\",\n            \"abbreviation\": \"lbs\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"grams\",\n            \"abbreviation\": \"g\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"kilograms\",\n            \"abbreviation\": \"kg\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"miligrams\",\n            \"abbreviation\": \"mg\"\n        }\n    ]\n}"}],"_postman_id":"f8277fea-6e04-445d-8f96-fa197ef0156f"}],"id":"8a93cf3e-68f8-4f59-9fc9-8d3f0f6b30b8","event":[{"listen":"prerequest","script":{"id":"f3dc0558-903c-4be8-908d-c0e8bbca63bc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8690191e-7864-43bb-8641-1a4f1402aed2","type":"text/javascript","exec":[""]}}],"_postman_id":"8a93cf3e-68f8-4f59-9fc9-8d3f0f6b30b8","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Variants","item":[{"name":"Images","item":[{"name":"Attach Variant Images","id":"4bfffee6-f8e7-426d-9e2c-0f42bd8c0fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"image_ids\" : [\n   \t   1, \n   \t   2, \n   \t   3,\n   \t   \"43d3daf7-c069-40e8-9ab1-886b0a9a2a08\"\n   \t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images","description":"<p>Append image relationships to product variant, maintaining existing relationships.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>image_ids</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of image IDs or image UUIDs.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product variant.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product variant is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"473660cf-b54e-4de3-82a1-57717d2a4108","name":"Attach Variant Images","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"image_ids\": [\n        3,\n        \"d996c850-d124-4b29-87c9-fcfc74c37efe\"\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 3,\n            \"uuid\": \"7f794feb-df1d-4b93-94bf-6db3d67abdf0\",\n            \"alias\": \"google-logo3\",\n            \"created_at\": \"2021-09-13T14:26:19.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:19.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-3/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"d996c850-d124-4b29-87c9-fcfc74c37efe\",\n            \"alias\": \"google-logo2\",\n            \"created_at\": \"2021-09-13T14:26:03.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:03.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-2/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"4bfffee6-f8e7-426d-9e2c-0f42bd8c0fb3"},{"name":"Get Variant Images","id":"3bff72fa-05fd-4663-9b87-8792306f4fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images","description":"<p>Fetch a list of images associated with a product variant.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product variant.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product variant is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"014ae3c2-8149-42bb-8f6e-ec587aab97b8","name":"Get Variant Images","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"0812ebdf-ec1c-4702-921f-69772295247b\",\n            \"alias\": \"google-logo\",\n            \"created_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"updated_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 6,\n            \"uuid\": \"a90b37c8-e159-4eda-897e-96837b607a9d\",\n            \"alias\": \"google-logo6\",\n            \"created_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-6/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"3bff72fa-05fd-4663-9b87-8792306f4fe3"},{"name":"Get Variant Image","id":"59776da2-7ecf-4a0c-b98c-159b9c2735a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images/{{image_id}}","description":"<p>Fetch a single image associated with a product variant.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product variant.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product variant is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","images","{{image_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"a9583115-df32-46a7-9423-0078934a2f9f","name":"Get Variant Image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images/{{image_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 6,\n        \"uuid\": \"a90b37c8-e159-4eda-897e-96837b607a9d\",\n        \"alias\": \"google-logo6\",\n        \"created_at\": \"2021-09-13T14:26:45.000000Z\",\n        \"updated_at\": \"2021-09-13T14:26:45.000000Z\",\n        \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-6/vkVajfRz_400x400.jpg\",\n        \"is_default\": 0,\n        \"is_default_email\": 0\n    }\n}"}],"_postman_id":"59776da2-7ecf-4a0c-b98c-159b9c2735a0"},{"name":"Detach Variant Image","id":"16ad3fdb-418d-4d93-aea5-f5d4694b4ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images/{{image_id}}","description":"<p>Detach a single image from a product variant.</p>\n<p><strong>Response Data</strong><br />No data is returned. Look for a standard standard <code>SUCCESS</code> indicator in the <code>status</code> field.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","images","{{image_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"b4d0e455-bb5f-496b-bf26-b1e901217375","name":"Detach Variant Image","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images/{{image_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"16ad3fdb-418d-4d93-aea5-f5d4694b4ff0"},{"name":"Set  Variant Images","id":"16ce887f-de91-4fb6-accc-5effca18e31b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"image_ids\" : [\n   \t   1, \n   \t   2, \n   \t   3,\n   \t   \"43d3daf7-c069-40e8-9ab1-886b0a9a2a08\"\n   \t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images","description":"<p>Attach images to product variant <strong>only</strong> if none present.</p>\n<p><strong>NOTE</strong>: If images already exist on this product variant, you must use the <code>Attach Variant Images</code> method.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>image_ids</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of image IDs or image UUIDs.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product variant.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product variant is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"0c500e04-a608-4a83-b07a-45b9378234b2","name":"Set  Variant Images","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"image_ids\": [\n        1,\n        \"a90b37c8-e159-4eda-897e-96837b607a9d\"\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"0812ebdf-ec1c-4702-921f-69772295247b\",\n            \"alias\": \"google-logo\",\n            \"created_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"updated_at\": \"2021-09-13T14:25:41.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 6,\n            \"uuid\": \"a90b37c8-e159-4eda-897e-96837b607a9d\",\n            \"alias\": \"google-logo6\",\n            \"created_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:45.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-6/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"16ce887f-de91-4fb6-accc-5effca18e31b"},{"name":"Update Variant Images","id":"07ad397f-c669-481c-a08a-4cc3752f340d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"image_ids\" : [\n   \t   1, \n   \t   2, \n   \t   3,\n   \t   \"43d3daf7-c069-40e8-9ab1-886b0a9a2a08\"\n   \t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images","description":"<p>Detach existing images from a product variant and attach requested images.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>image_ids</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of image IDs or image UUIDs.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>The image UUID.</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>The image alias.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the image was last updated.</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full image path.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected for its associated product variant.</td>\n</tr>\n<tr>\n<td>is_default_email</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the image is the default selected in email notifications when this product variant is ordered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","images"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"bb648f06-d15b-410b-987e-8d332b99185f","name":"Update Variant Images","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"image_ids\": [\n        5,\n        \"470d196e-b9ff-46e0-bb85-c707621c66d0\"\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/images"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 5,\n            \"uuid\": \"73c17b54-72dc-493d-b3e0-5655cea1c1ce\",\n            \"alias\": \"google-logo5\",\n            \"created_at\": \"2021-09-13T14:26:34.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:34.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-5/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        },\n        {\n            \"id\": 4,\n            \"uuid\": \"470d196e-b9ff-46e0-bb85-c707621c66d0\",\n            \"alias\": \"google-logo4\",\n            \"created_at\": \"2021-09-13T14:26:27.000000Z\",\n            \"updated_at\": \"2021-09-13T14:26:27.000000Z\",\n            \"path\": \"https://pbs.twimg.com/profile_images/1216813945408966663-4/vkVajfRz_400x400.jpg\",\n            \"is_default\": 0,\n            \"is_default_email\": 0\n        }\n    ]\n}"}],"_postman_id":"07ad397f-c669-481c-a08a-4cc3752f340d"}],"id":"d5eea481-0c06-44a3-b184-7d17b9e108f4","_postman_id":"d5eea481-0c06-44a3-b184-7d17b9e108f4","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Get Product Variants","id":"7c2f7e4d-8b65-4264-9d33-072c4e413163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants","description":"<p>Fetch a list of product variants associated with a single product.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The variant price. Will be <code>null</code> if it inherits the product price.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>The max quantity of the product variant. Will be <code>null</code> if it inherits the product max quantity.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The weight of the product variant.</td>\n</tr>\n<tr>\n<td>sku_num</td>\n<td>String</td>\n<td>The variant SKU identifier.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Array</td>\n<td>An array of product variant attribute objects.</td>\n</tr>\n<tr>\n<td>attributes.*.id</td>\n<td>Integer</td>\n<td>The attribute ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute</td>\n<td>Object</td>\n<td>The product variant attribute object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.id</td>\n<td>Integer</td>\n<td>The attribute-option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.name</td>\n<td>String</td>\n<td>The attribute name.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option</td>\n<td>Object</td>\n<td>The attribute option object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.id</td>\n<td>Integer</td>\n<td>The attribute option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.name</td>\n<td>String</td>\n<td>The attribute option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"b27a1351-72e4-4470-839f-84dae39fd313","name":"Get Product Variants","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 18,\n            \"price\": \"14.0000\",\n            \"quantity\": 1100,\n            \"weight\": 5,\n            \"sku_num\": \"T-SHIRT-BASE-1\",\n            \"attributes\": [\n                {\n                    \"id\": 55,\n                    \"attribute\": {\n                        \"id\": 25,\n                        \"name\": \"Size\",\n                        \"option\": {\n                            \"id\": 26,\n                            \"name\": \"Small\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 19,\n            \"price\": null,\n            \"quantity\": null,\n            \"weight\": null,\n            \"sku_num\": \"T-SHIRT-BASE-2\",\n            \"attributes\": [\n                {\n                    \"id\": 51,\n                    \"attribute\": {\n                        \"id\": 25,\n                        \"name\": \"Size\",\n                        \"option\": {\n                            \"id\": 27,\n                            \"name\": \"Medium\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 20,\n            \"price\": null,\n            \"quantity\": null,\n            \"weight\": null,\n            \"sku_num\": \"T-SHIRT-BASE-3\",\n            \"attributes\": [\n                {\n                    \"id\": 52,\n                    \"attribute\": {\n                        \"id\": 25,\n                        \"name\": \"Size\",\n                        \"option\": {\n                            \"id\": 28,\n                            \"name\": \"Large\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 21,\n            \"price\": null,\n            \"quantity\": null,\n            \"weight\": null,\n            \"sku_num\": \"T-SHIRT-BASE-4\",\n            \"attributes\": [\n                {\n                    \"id\": 53,\n                    \"attribute\": {\n                        \"id\": 25,\n                        \"name\": \"Size\",\n                        \"option\": {\n                            \"id\": 29,\n                            \"name\": \"XLarge\"\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"7c2f7e4d-8b65-4264-9d33-072c4e413163"},{"name":"Update Product Variant","id":"9776cf2c-a31e-4a54-a5ff-abb32101d16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"price\": 5.00,\n\t\"quantity\": 20.00,\n\t\"weight\": 10.25,\n\t\"sku_num\": \"newskunumber\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}","description":"<p>Update an existing product variant.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>price</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The new variant price.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The new variant max quantity.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The new variant weight.</td>\n</tr>\n<tr>\n<td>sku_num</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The updated product variant sku.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The variant price.  Will be <code>null</code> if it inherits the product price.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>The max quantity of the product variant. Will be <code>null</code> if it inherits the product max quantity.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The weight of the product variant.</td>\n</tr>\n<tr>\n<td>sku_num</td>\n<td>String</td>\n<td>The variant SKU identifier.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Array</td>\n<td>An array of product variant attribute objects.</td>\n</tr>\n<tr>\n<td>attributes.*.id</td>\n<td>Integer</td>\n<td>The attribute ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute</td>\n<td>Object</td>\n<td>The product variant attribute object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.id</td>\n<td>Integer</td>\n<td>The attribute-option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.name</td>\n<td>String</td>\n<td>The attribute name.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option</td>\n<td>Object</td>\n<td>The attribute option object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.id</td>\n<td>Integer</td>\n<td>The attribute option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.name</td>\n<td>String</td>\n<td>The attribute option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"0a9897c5-7f37-4f6c-a719-0e7b9d8611c3","name":"Update Product Variant","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"price\": 15.00,\n    \"quantity\": 1300.00,\n    \"weight\": 10.25,\n    \"sku_num\": \"SHIRT-SKU-1233\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 18,\n        \"price\": \"15\",\n        \"quantity\": \"1300\",\n        \"weight\": \"10.25\",\n        \"sku_num\": \"SHIRT-SKU-1233\",\n        \"attributes\": [\n            {\n                \"id\": 55,\n                \"attribute\": {\n                    \"id\": 25,\n                    \"name\": \"Size\",\n                    \"option\": {\n                        \"id\": 26,\n                        \"name\": \"Small\"\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"9776cf2c-a31e-4a54-a5ff-abb32101d16f"},{"name":"Add Product Variant","id":"0dff34cb-9397-46a6-b799-52ccfae9aa1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"variants\": [\n\t\t{\n\t\t\t\"price\": 15.00,\n            \"quantity\": 5,\n            \"weight\": 15.25,\n            \"sku_num\": \"testSKU\",\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": 731,\n                        \"option\": {\n                            \"id\": 732\n                        }\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": 735,\n                        \"option\": {\n                            \"id\": 736\n                        }\n                    }\n                }\n            ]\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants","description":"<p>Add a new product variant.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>variants</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of variant objects.</td>\n</tr>\n<tr>\n<td>variants.*.price</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The new variant price.</td>\n</tr>\n<tr>\n<td>variants.*.quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The new variant max quantity.</td>\n</tr>\n<tr>\n<td>variants.*.weight</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The new variant weight.</td>\n</tr>\n<tr>\n<td>variants.*.sku_num</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The updated product variant sku.</td>\n</tr>\n<tr>\n<td>variants.*.attributes</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of attribute objects.</td>\n</tr>\n<tr>\n<td>variants.*.attributes</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of product attribute objects.</td>\n</tr>\n<tr>\n<td>variants.*.attributes.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The attribute ID.</td>\n</tr>\n<tr>\n<td>variants.*.attributes.*.options</td>\n<td>Required</td>\n<td>-</td>\n<td>Object</td>\n<td>An option object.</td>\n</tr>\n<tr>\n<td>variants.*.attributes.*.options.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The variant price.  Will be <code>null</code> if it inherits the product price.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>The max quantity of the product variant. Will be <code>null</code> if it inherits the product max quantity.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The weight of the product variant.</td>\n</tr>\n<tr>\n<td>sku_num</td>\n<td>String</td>\n<td>The variant SKU identifier.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Array</td>\n<td>An array of product variant attribute objects.</td>\n</tr>\n<tr>\n<td>attributes.*.id</td>\n<td>Integer</td>\n<td>The attribute ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute</td>\n<td>Object</td>\n<td>The product variant attribute object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.id</td>\n<td>Integer</td>\n<td>The attribute-option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.name</td>\n<td>String</td>\n<td>The attribute name.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option</td>\n<td>Object</td>\n<td>The attribute option object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.id</td>\n<td>Integer</td>\n<td>The attribute option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.name</td>\n<td>String</td>\n<td>The attribute option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"4f45e03f-6425-4af6-80a9-a8c2877e9108","name":"Add Product Variant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"variants\": [\n        {\n            \"price\": 15.00,\n            \"quantity\": 5,\n            \"weight\": 15.25,\n            \"sku_num\": \"testSKU\",\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": 731,\n                        \"option\": {\n                            \"id\": 732\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 24,\n        \"price\": \"15\",\n        \"quantity\": \"5\",\n        \"weight\": \"15.25\",\n        \"sku_num\": \"testSKU\",\n        \"attributes\": [\n            {\n                \"attribute\": {\n                    \"id\": 731,\n                    \"option\": {\n                        \"id\": 732\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"0dff34cb-9397-46a6-b799-52ccfae9aa1f"},{"name":"Delete Product Variant","id":"f38b02e8-413c-48d6-9b0a-195d1c71ef19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}","description":"<p>Delete a product variant.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The variant ID.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The variant price.  Will be <code>null</code> if it inherits the product price.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>The max quantity of the product variant. Will be <code>null</code> if it inherits the product max quantity.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The weight of the product variant.</td>\n</tr>\n<tr>\n<td>sku_num</td>\n<td>String</td>\n<td>The variant SKU identifier.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Array</td>\n<td>An array of product variant attribute objects.</td>\n</tr>\n<tr>\n<td>attributes.*.id</td>\n<td>Integer</td>\n<td>The attribute ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute</td>\n<td>Object</td>\n<td>The product variant attribute object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.id</td>\n<td>Integer</td>\n<td>The attribute-option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.name</td>\n<td>String</td>\n<td>The attribute name.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option</td>\n<td>Object</td>\n<td>The attribute option object.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.id</td>\n<td>Integer</td>\n<td>The attribute option ID.</td>\n</tr>\n<tr>\n<td>attributes.*.attribute.option.name</td>\n<td>String</td>\n<td>The attribute option name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"f1405693-e6e0-49e0-bb3c-d8c0434ca143","name":"Delete Product Variant","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 18,\n            \"price\": \"15.0000\",\n            \"quantity\": 1300,\n            \"weight\": 10.25,\n            \"sku_num\": \"SHIRT-SKU-1233\",\n            \"attributes\": [\n                {\n                    \"id\": 55,\n                    \"attribute\": {\n                        \"id\": 25,\n                        \"name\": \"Size\",\n                        \"option\": {\n                            \"id\": 26,\n                            \"name\": \"Small\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 20,\n            \"price\": null,\n            \"quantity\": null,\n            \"weight\": null,\n            \"sku_num\": \"T-SHIRT-BASE-3\",\n            \"attributes\": [\n                {\n                    \"id\": 52,\n                    \"attribute\": {\n                        \"id\": 25,\n                        \"name\": \"Size\",\n                        \"option\": {\n                            \"id\": 28,\n                            \"name\": \"Large\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 21,\n            \"price\": null,\n            \"quantity\": null,\n            \"weight\": null,\n            \"sku_num\": \"T-SHIRT-BASE-4\",\n            \"attributes\": [\n                {\n                    \"id\": 53,\n                    \"attribute\": {\n                        \"id\": 25,\n                        \"name\": \"Size\",\n                        \"option\": {\n                            \"id\": 29,\n                            \"name\": \"XLarge\"\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f38b02e8-413c-48d6-9b0a-195d1c71ef19"}],"id":"5815adc4-90b1-4df8-b980-667c084b6841","description":"<p>Below you will find methods related to Product Variants which is to be used in tandem with Product Attributes</p>\n","_postman_id":"5815adc4-90b1-4df8-b980-667c084b6841","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Add Product","id":"85a88742-6b57-470a-b356-e34d3641352e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adding Example Product\",\n    \"sku\": \"ABC1234343433\",\n    \"category_id\": 1,\n    \"description\": \"Describe me in just a few words please.\",\n    \"price\": 999.99,\n    \"max_quantity\": 10,\n    \"auto_create_variants\": 1,\n    \"attributes\": [\n        {\n            \"name\": \"Brand\",\n            \"options\": [\n                \"NIKE\",\n                \"ReeBok\",\n                \"PuMa\"\n            ]\n        },\n        {\n            \"name\": \"Color\",\n            \"options\": [\n                \"ReD\",\n                \"GrEeN\",\n                \"bLuE\"\n            ]\n        }\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products","description":"<p>Create a new standard, bundle, or variant product.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The product SKU identifier</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product category ID.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The product price.</td>\n</tr>\n<tr>\n<td>cost_of_goods</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The cost of goods sold.</td>\n</tr>\n<tr>\n<td>restocking_fee</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The restocking fee.</td>\n</tr>\n<tr>\n<td>max_quantity</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum quantity allowed per order for the product.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>the product description.</td>\n</tr>\n<tr>\n<td>tax_code</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>User-defined product tax code.</td>\n</tr>\n<tr>\n<td>is_taxable</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is taxable.</td>\n</tr>\n<tr>\n<td>is_delivery_confirm</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not delivery confirmation is required.</td>\n</tr>\n<tr>\n<td>is_signature_confirm</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not signature confirmation is required.</td>\n</tr>\n<tr>\n<td>is_qty_preserved</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not quantity is preserved upon rebill.</td>\n</tr>\n<tr>\n<td>is_collections_enabled</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not this product is eligible for collections.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The product weight.</td>\n</tr>\n<tr>\n<td>weight_unit_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product weight unit ID.</td>\n</tr>\n<tr>\n<td>bundle</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>(Bundle products only) A product bundle configuration object.</td>\n</tr>\n<tr>\n<td>bundle.type_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product bundle type ID.</td>\n</tr>\n<tr>\n<td>bundle.price_type_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product bundle price type ID.</td>\n</tr>\n<tr>\n<td>bundle.max_items</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum items allowed in a bundle.</td>\n</tr>\n<tr>\n<td>bundle.children</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of product bundle children objects (pre-built bundles).</td>\n</tr>\n<tr>\n<td>bundle.children.*.product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The child product ID.</td>\n</tr>\n<tr>\n<td>bundle.children.*.quantity</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The child product quantity.</td>\n</tr>\n<tr>\n<td>shipping_restrictions</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of shipping restriction objects.</td>\n</tr>\n<tr>\n<td>shipping_restrictions.*.country_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The shipping restriction country ID.</td>\n</tr>\n<tr>\n<td>shipping_restrictions.*.values</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of shipping restriction values.</td>\n</tr>\n<tr>\n<td>shipping_restrictions.*.values.*</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>Shipping restriction value.</td>\n</tr>\n<tr>\n<td>auto_create_variants</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not to create variants based on the provided attributes.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of product variant attributes.</td>\n</tr>\n<tr>\n<td>attributes.*.name</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>Variant attribute name.</td>\n</tr>\n<tr>\n<td>attributes.*.options</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of variant attribute options.</td>\n</tr>\n<tr>\n<td>attributes.*.options.*</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>Variant attribute option name.</td>\n</tr>\n<tr>\n<td>paired_product_ids</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of paired product IDs.</td>\n</tr>\n<tr>\n<td>paired_product_ids.*</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>Paired product ID.</td>\n</tr>\n<tr>\n<td>enforce_sku_uniqueness</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether a variant’s SKU must be unique.  <br />1 indicates that the SKU must be unique, while 0 allows duplicate SKUs.  <br />The default value is 0.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>is_trial_product</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a trial product.</td>\n</tr>\n<tr>\n<td>is_shippable</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is shippable.</td>\n</tr>\n<tr>\n<td>tax_code</td>\n<td>String</td>\n<td>User-defined tax-code.</td>\n</tr>\n<tr>\n<td>is_licensed</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a license product.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The product description.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The product base price.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The product weight.</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>Numeric</td>\n<td>The product declared value.</td>\n</tr>\n<tr>\n<td>restocking_fee</td>\n<td>Numeric</td>\n<td>The product restocking fee.</td>\n</tr>\n<tr>\n<td>cost_of_goods</td>\n<td>Numeric</td>\n<td>The cost of goods sold.</td>\n</tr>\n<tr>\n<td>max_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed for purchase per order.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Nullable creation timestamp object.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>Integer</td>\n<td>The creation timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The creation timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Nullable last updated timestamp object.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The last updated timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The last updated timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The last updated timezone.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>Array</td>\n<td>An array of custom field objects.</td>\n</tr>\n<tr>\n<td>vertical</td>\n<td>Object</td>\n<td>The vertical object associated with the product.</td>\n</tr>\n<tr>\n<td>vertical.id</td>\n<td>Integer</td>\n<td>The vertical ID.</td>\n</tr>\n<tr>\n<td>vertical.name</td>\n<td>String</td>\n<td>The vertical name.</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Object</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>category.id</td>\n<td>Integer</td>\n<td>The category object associated with the product.</td>\n</tr>\n<tr>\n<td>category.name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>category.description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>is_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>shipping_restrictions</td>\n<td>Array</td>\n<td>An array of shipping restriction objects.</td>\n</tr>\n<tr>\n<td>paired_product_ids</td>\n<td>Array</td>\n<td>An array of paired product IDs.</td>\n</tr>\n<tr>\n<td>weight_unit</td>\n<td>Object</td>\n<td>The weight unit type object.</td>\n</tr>\n<tr>\n<td>weight_unit.id</td>\n<td>Integer</td>\n<td>The weight unit type ID.</td>\n</tr>\n<tr>\n<td>weight_unit.name</td>\n<td>String</td>\n<td>The weight unit type name.</td>\n</tr>\n<tr>\n<td>weight_unit.abbreviation</td>\n<td>String</td>\n<td>The weight unit type abbreviation.</td>\n</tr>\n<tr>\n<td>bundle_type</td>\n<td>Object</td>\n<td>The bundle type object.</td>\n</tr>\n<tr>\n<td>bundle_type.id</td>\n<td>Integer</td>\n<td>The bundle type ID.</td>\n</tr>\n<tr>\n<td>bundle_type.name</td>\n<td>String</td>\n<td>The bundle type name.</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Object</td>\n<td>The bundle price type object.</td>\n</tr>\n<tr>\n<td>price_type.id</td>\n<td>Integer</td>\n<td>The bundle price type ID.</td>\n</tr>\n<tr>\n<td>price_type.name</td>\n<td>String</td>\n<td>The bundle price type name.</td>\n</tr>\n<tr>\n<td>bundle_children</td>\n<td>Array</td>\n<td>An array of bundle children objects.</td>\n</tr>\n<tr>\n<td>bundle_children.*.quantity</td>\n<td>Integer</td>\n<td>The bundle child quantity.</td>\n</tr>\n<tr>\n<td>bundle_children.*.id</td>\n<td>Integer</td>\n<td>The bundle child product ID.</td>\n</tr>\n<tr>\n<td>bundle_children.*.product_id</td>\n<td>Integer</td>\n<td>The bundle child product ID.</td>\n</tr>\n<tr>\n<td>bundle_children.*.name</td>\n<td>String</td>\n<td>The bundle child product name.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Array</td>\n<td>An array of product variant attributes.</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>Array</td>\n<td>An array of product variant objects.</td>\n</tr>\n<tr>\n<td>is_variant_enabled</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product has variants.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>An array of image objects.</td>\n</tr>\n<tr>\n<td>archived_flag</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is archived.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"0f8a6855-d3fb-4ce6-9329-14ecda33c345","name":"Add Product - Prebuilt Fixed Price Bundle","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adding Example Product\",\n    \"sku\": \"ABC1234343433\",\n    \"category_id\": 1,\n    \"description\": \"Describe me in just a few words please.\",\n    \"price\": 999.99,\n    \"max_quantity\": 10,\n    \"bundle\": {\n        \"type_id\": 1,\n        \"price_type_id\": 1,\n        \"children\": [\n            {\n                \"product_id\": 1,\n                \"quantity\": 2\n            },\n            {\n                \"product_id\": 2,\n                \"quantity\": 3\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Feb 2020 14:42:29 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=o6gsqvt0meik7bsjbgma6uktkp; expires=Tue, 11-Feb-2020 15:57:32 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"879"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_shippable\": 1,\n        \"tax_code\": null,\n        \"is_licensed\": 0,\n        \"id\": 45,\n        \"name\": \"Adding Example Product\",\n        \"description\": \"Describe me in just a few words please.\",\n        \"sku\": \"ABC1234343433\",\n        \"price\": \"999.9900\",\n        \"weight\": 0,\n        \"declared_value\": \"0.00\",\n        \"restocking_fee\": \"0.00\",\n        \"cost_of_goods\": \"0.00\",\n        \"max_quantity\": 10,\n        \"created_at\": {\n            \"date\": \"2020-02-11 09:42:35.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2020-02-11 09:42:37.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"custom_fields\": [],\n        \"vertical\": [],\n        \"category_id\": 1,\n        \"is_bundle\": 1,\n        \"is_custom_bundle\": 0,\n        \"shipping_restrictions\": [],\n        \"weight_unit\": {\n            \"id\": 1,\n            \"name\": \"ounces\",\n            \"abbreviation\": \"oz\"\n        },\n        \"bundle_type\": {\n            \"id\": 1,\n            \"name\": \"Pre-built\"\n        },\n        \"price_type\": {\n            \"id\": 1,\n            \"name\": \"Fixed\"\n        },\n        \"bundle_children\": [\n            {\n                \"quantity\": 2,\n                \"product_id\": 1,\n                \"name\": \"Movie Ticket\"\n            },\n            {\n                \"quantity\": 3,\n                \"product_id\": 2,\n                \"name\": \"Hat\"\n            }\n        ]\n    }\n}"},{"id":"3be9670c-2797-44ce-a81b-b7ab497b637a","name":"Add Product With Attributes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adding Example Product\",\n    \"sku\": \"ABC1234343433\",\n    \"category_id\": 1,\n    \"description\": \"Describe me in just a few words please.\",\n    \"price\": 999.99,\n    \"max_quantity\": 10,\n    \"attributes\": [\n        {\n            \"name\": \"Brand\",\n            \"options\": [\n                \"NIKE\",\n                \"ReeBok\",\n                \"PuMa\"\n            ]\n        },\n        {\n            \"name\": \"Color\",\n            \"options\": [\n                \"ReD\",\n                \"GrEeN\",\n                \"bLuE\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Feb 2020 17:27:53 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=ca8hn6q0hngol6nh2bfifdpju0; expires=Tue, 11-Feb-2020 18:42:53 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"986"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_shippable\": 1,\n        \"tax_code\": null,\n        \"is_licensed\": 0,\n        \"id\": 49,\n        \"name\": \"Adding Example Product\",\n        \"description\": \"Describe me in just a few words please.\",\n        \"sku\": \"ABC1234343433\",\n        \"price\": \"999.9900\",\n        \"weight\": 0,\n        \"declared_value\": \"0.00\",\n        \"restocking_fee\": \"0.00\",\n        \"cost_of_goods\": \"0.00\",\n        \"max_quantity\": 10,\n        \"created_at\": {\n            \"date\": \"2020-02-11 12:27:54.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2020-02-11 12:27:54.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"custom_fields\": [],\n        \"vertical\": [],\n        \"category_id\": 1,\n        \"is_bundle\": 0,\n        \"is_custom_bundle\": 0,\n        \"shipping_restrictions\": [],\n        \"weight_unit\": {\n            \"id\": 1,\n            \"name\": \"ounces\",\n            \"abbreviation\": \"oz\"\n        },\n        \"bundle_type\": null,\n        \"price_type\": null,\n        \"bundle_children\": [],\n        \"attributes\": [\n            {\n                \"id\": 131,\n                \"name\": \"Brand\",\n                \"options\": [\n                    {\n                        \"id\": 132,\n                        \"name\": \"NIKE\"\n                    },\n                    {\n                        \"id\": 133,\n                        \"name\": \"ReeBok\"\n                    },\n                    {\n                        \"id\": 134,\n                        \"name\": \"PuMa\"\n                    }\n                ]\n            },\n            {\n                \"id\": 135,\n                \"name\": \"Color\",\n                \"options\": [\n                    {\n                        \"id\": 136,\n                        \"name\": \"ReD\"\n                    },\n                    {\n                        \"id\": 137,\n                        \"name\": \"GrEeN\"\n                    },\n                    {\n                        \"id\": 138,\n                        \"name\": \"bLuE\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"634a37e6-7b10-4a44-b02e-357bff71402b","name":"Add Product Basic","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adding Example Product\",\n    \"sku\": \"ABC1234343433\",\n    \"category_id\": 1,\n    \"description\": \"Describe me in just a few words please.\",\n    \"price\": 999.99,\n    \"max_quantity\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Feb 2020 14:27:04 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=o6gsqvt0meik7bsjbgma6uktkp; expires=Tue, 11-Feb-2020 15:42:08 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"743"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_shippable\": 1,\n        \"tax_code\": null,\n        \"is_licensed\": 0,\n        \"id\": 40,\n        \"name\": \"Adding Example Product\",\n        \"description\": \"Describe me in just a few words please.\",\n        \"sku\": \"ABC1234343433\",\n        \"price\": \"999.9900\",\n        \"weight\": 0,\n        \"declared_value\": \"0.00\",\n        \"restocking_fee\": \"0.00\",\n        \"cost_of_goods\": \"0.00\",\n        \"max_quantity\": 10,\n        \"created_at\": {\n            \"date\": \"2020-02-11 09:27:08.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2020-02-11 09:27:08.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"custom_fields\": [],\n        \"vertical\": [],\n        \"category_id\": 1,\n        \"is_bundle\": 0,\n        \"is_custom_bundle\": 0,\n        \"shipping_restrictions\": [],\n        \"weight_unit\": {\n            \"id\": 1,\n            \"name\": \"ounces\",\n            \"abbreviation\": \"oz\"\n        },\n        \"bundle_type\": null,\n        \"price_type\": null,\n        \"bundle_children\": []\n    }\n}"},{"id":"eec8b07a-6a7f-41c6-9f5d-e8d41a5d1a79","name":"Add Product With Attributes - Autocreate Variants","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Adding Example Product\",\n    \"sku\": \"ABC1234343433\",\n    \"category_id\": 1,\n    \"description\": \"Describe me in just a few words please.\",\n    \"price\": 999.99,\n    \"max_quantity\": 10,\n    \"auto_create_variants\": 1,\n    \"attributes\": [\n        {\n            \"name\": \"Brand\",\n            \"options\": [\n                \"NIKE\",\n                \"ReeBok\",\n                \"PuMa\"\n            ]\n        },\n        {\n            \"name\": \"Color\",\n            \"options\": [\n                \"ReD\",\n                \"GrEeN\",\n                \"bLuE\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Feb 2020 17:31:41 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.41 (Amazon)"},{"key":"Set-Cookie","value":"token=ca8hn6q0hngol6nh2bfifdpju0; expires=Tue, 11-Feb-2020 18:46:41 GMT; Max-Age=4500; path=/; secure; HttpOnly"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"3210"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_shippable\": 1,\n        \"tax_code\": null,\n        \"is_licensed\": 0,\n        \"id\": 50,\n        \"name\": \"Adding Example Product\",\n        \"description\": \"Describe me in just a few words please.\",\n        \"sku\": \"ABC1234343433\",\n        \"price\": \"999.9900\",\n        \"weight\": 0,\n        \"declared_value\": \"0.00\",\n        \"restocking_fee\": \"0.00\",\n        \"cost_of_goods\": \"0.00\",\n        \"max_quantity\": 10,\n        \"created_at\": {\n            \"date\": \"2020-02-11 12:31:41.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2020-02-11 12:31:42.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"custom_fields\": [],\n        \"vertical\": [],\n        \"category_id\": 1,\n        \"is_bundle\": 0,\n        \"is_custom_bundle\": 0,\n        \"shipping_restrictions\": [],\n        \"weight_unit\": {\n            \"id\": 1,\n            \"name\": \"ounces\",\n            \"abbreviation\": \"oz\"\n        },\n        \"bundle_type\": null,\n        \"price_type\": null,\n        \"bundle_children\": [],\n        \"attributes\": [\n            {\n                \"id\": 139,\n                \"name\": \"Brand\",\n                \"options\": [\n                    {\n                        \"id\": 140,\n                        \"name\": \"NIKE\"\n                    },\n                    {\n                        \"id\": 141,\n                        \"name\": \"ReeBok\"\n                    },\n                    {\n                        \"id\": 142,\n                        \"name\": \"PuMa\"\n                    }\n                ]\n            },\n            {\n                \"id\": 143,\n                \"name\": \"Color\",\n                \"options\": [\n                    {\n                        \"id\": 144,\n                        \"name\": \"ReD\"\n                    },\n                    {\n                        \"id\": 145,\n                        \"name\": \"GrEeN\"\n                    },\n                    {\n                        \"id\": 146,\n                        \"name\": \"bLuE\"\n                    }\n                ]\n            }\n        ],\n        \"variants\": [\n            {\n                \"id\": 151,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-1\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 140,\n                                \"name\": \"NIKE\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 144,\n                                \"name\": \"ReD\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 152,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-2\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 141,\n                                \"name\": \"ReeBok\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 144,\n                                \"name\": \"ReD\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 153,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-3\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 142,\n                                \"name\": \"PuMa\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 144,\n                                \"name\": \"ReD\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 154,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-4\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 140,\n                                \"name\": \"NIKE\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 145,\n                                \"name\": \"GrEeN\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 155,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-5\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 141,\n                                \"name\": \"ReeBok\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 145,\n                                \"name\": \"GrEeN\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 156,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-6\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 142,\n                                \"name\": \"PuMa\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 145,\n                                \"name\": \"GrEeN\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 157,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-7\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 140,\n                                \"name\": \"NIKE\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 146,\n                                \"name\": \"bLuE\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 158,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-8\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 141,\n                                \"name\": \"ReeBok\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 146,\n                                \"name\": \"bLuE\"\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 159,\n                \"price\": null,\n                \"quantity\": null,\n                \"weight\": null,\n                \"sku_num\": \"ABC1234343433-9\",\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": 139,\n                            \"name\": \"Brand\",\n                            \"option\": {\n                                \"id\": 142,\n                                \"name\": \"PuMa\"\n                            }\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": 143,\n                            \"name\": \"Color\",\n                            \"option\": {\n                                \"id\": 146,\n                                \"name\": \"bLuE\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"85a88742-6b57-470a-b356-e34d3641352e"},{"name":"Get Products","id":"60f093e9-1276-4899-a8ef-d396a8407708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products","description":"<p>Fetch a list of products.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>is_trial_product</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a trial product.</td>\n</tr>\n<tr>\n<td>is_shippable</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is shippable.</td>\n</tr>\n<tr>\n<td>tax_code</td>\n<td>String</td>\n<td>User-defined tax-code.</td>\n</tr>\n<tr>\n<td>is_licensed</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a license product.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The product description.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The product base price.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The product weight.</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>Numeric</td>\n<td>The product declared value.</td>\n</tr>\n<tr>\n<td>restocking_fee</td>\n<td>Numeric</td>\n<td>The product restocking fee.</td>\n</tr>\n<tr>\n<td>cost_of_goods</td>\n<td>Numeric</td>\n<td>The cost of goods sold.</td>\n</tr>\n<tr>\n<td>max_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed for purchase per order.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Nullable creation timestamp object.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>Integer</td>\n<td>The creation timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The creation timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Nullable last updated timestamp object.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The last updated timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The last updated timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The last updated timezone.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>Array</td>\n<td>An array of custom field objects.</td>\n</tr>\n<tr>\n<td>vertical</td>\n<td>Object</td>\n<td>The vertical object associated with the product.</td>\n</tr>\n<tr>\n<td>vertical.id</td>\n<td>Integer</td>\n<td>The vertical ID.</td>\n</tr>\n<tr>\n<td>vertical.name</td>\n<td>String</td>\n<td>The vertical name.</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Object</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>category.id</td>\n<td>Integer</td>\n<td>The category object associated with the product.</td>\n</tr>\n<tr>\n<td>category.name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>category.description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>is_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>is_variant_enabled</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product has variants.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>An array of image objects.</td>\n</tr>\n<tr>\n<td>archived_flag</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is archived.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"7a53dd30-ea23-4bbc-a06e-914eaca6b09c","name":"Get Products","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"is_trial_product\": 0,\n            \"is_shippable\": 1,\n            \"tax_code\": null,\n            \"is_licensed\": 0,\n            \"id\": 1,\n            \"name\": \"Cuban Blend 1\",\n            \"description\": \"TEST\",\n            \"sku\": \"CUBAN1\",\n            \"price\": \"24.9900\",\n            \"weight\": 16,\n            \"declared_value\": \"0.00\",\n            \"restocking_fee\": \"2.00\",\n            \"cost_of_goods\": \"1.00\",\n            \"max_quantity\": 100,\n            \"created_at\": {\n                \"date\": \"2021-01-22 11:46:20\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null,\n            \"custom_fields\": [],\n            \"vertical\": {\n                \"id\": 7,\n                \"name\": \"Diet\"\n            },\n            \"category_id\": 5,\n            \"category\": {\n                \"id\": 5,\n                \"name\": \"Cuban Coffee\",\n                \"description\": \"All of our cuban coffee products\"\n            },\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"is_variant_enabled\": 0,\n            \"legacy_subscription\": {\n                \"next_product_id\": 0,\n                \"type\": 0,\n                \"type_name\": null,\n                \"cycle\": 0,\n                \"week\": null,\n                \"week_name\": null,\n                \"day\": null,\n                \"day_name\": null\n            },\n            \"images\": []\n        },\n        {\n            \"is_trial_product\": 0,\n            \"is_shippable\": 1,\n            \"tax_code\": null,\n            \"is_licensed\": 0,\n            \"id\": 2,\n            \"name\": \"Cuban Blend 2\",\n            \"description\": \"TEST\",\n            \"sku\": \"CUBAN2\",\n            \"price\": \"27.9900\",\n            \"weight\": 16,\n            \"declared_value\": \"0.00\",\n            \"restocking_fee\": \"2.00\",\n            \"cost_of_goods\": \"1.00\",\n            \"max_quantity\": 100,\n            \"created_at\": {\n                \"date\": \"2021-01-22 11:46:39\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-01-22 11:49:33\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"custom_fields\": [],\n            \"vertical\": {\n                \"id\": 7,\n                \"name\": \"Diet\"\n            },\n            \"category_id\": 5,\n            \"category\": {\n                \"id\": 5,\n                \"name\": \"Cuban Coffee\",\n                \"description\": \"All of our cuban coffee products\"\n            },\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"is_variant_enabled\": 0,\n            \"legacy_subscription\": {\n                \"next_product_id\": 0,\n                \"type\": 0,\n                \"type_name\": null,\n                \"cycle\": 0,\n                \"week\": null,\n                \"week_name\": null,\n                \"day\": null,\n                \"day_name\": null\n            },\n            \"images\": []\n        },\n        {\n            \"is_trial_product\": 0,\n            \"is_shippable\": 1,\n            \"tax_code\": null,\n            \"is_licensed\": 0,\n            \"id\": 3,\n            \"name\": \"Cuban Blend 3\",\n            \"description\": \"TEST\",\n            \"sku\": \"CUBAN3\",\n            \"price\": \"28.9900\",\n            \"weight\": 16,\n            \"declared_value\": \"0.00\",\n            \"restocking_fee\": \"2.00\",\n            \"cost_of_goods\": \"1.00\",\n            \"max_quantity\": 100,\n            \"created_at\": {\n                \"date\": \"2021-01-22 11:46:50\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-01-22 11:49:12\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"custom_fields\": [],\n            \"vertical\": {\n                \"id\": 7,\n                \"name\": \"Diet\"\n            },\n            \"category_id\": 5,\n            \"category\": {\n                \"id\": 5,\n                \"name\": \"Cuban Coffee\",\n                \"description\": \"All of our cuban coffee products\"\n            },\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"is_variant_enabled\": 0,\n            \"legacy_subscription\": {\n                \"next_product_id\": 0,\n                \"type\": 0,\n                \"type_name\": null,\n                \"cycle\": 0,\n                \"week\": null,\n                \"week_name\": null,\n                \"day\": null,\n                \"day_name\": null\n            },\n            \"images\": []\n        },\n        {\n            \"is_trial_product\": 0,\n            \"is_shippable\": 1,\n            \"tax_code\": null,\n            \"is_licensed\": 0,\n            \"id\": 4,\n            \"name\": \"Cuban Blend 4\",\n            \"description\": \"TEST\",\n            \"sku\": \"CUBAN4\",\n            \"price\": \"26.9900\",\n            \"weight\": 16,\n            \"declared_value\": \"0.00\",\n            \"restocking_fee\": \"2.00\",\n            \"cost_of_goods\": \"1.00\",\n            \"max_quantity\": 100,\n            \"created_at\": {\n                \"date\": \"2021-01-22 11:46:57\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-01-22 11:48:20\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"custom_fields\": [],\n            \"vertical\": {\n                \"id\": 7,\n                \"name\": \"Diet\"\n            },\n            \"category_id\": 5,\n            \"category\": {\n                \"id\": 5,\n                \"name\": \"Cuban Coffee\",\n                \"description\": \"All of our cuban coffee products\"\n            },\n            \"is_bundle\": 0,\n            \"is_custom_bundle\": 0,\n            \"is_variant_enabled\": 0,\n            \"legacy_subscription\": {\n                \"next_product_id\": 0,\n                \"type\": 0,\n                \"type_name\": null,\n                \"cycle\": 0,\n                \"week\": null,\n                \"week_name\": null,\n                \"day\": null,\n                \"day_name\": null\n            },\n            \"images\": []\n        }\n    ],\n    \"first_page_url\": \"http://demodnvb.sticky.io/dev03/api/v2/products?page=1\",\n    \"from\": 1,\n    \"last_page\": 3,\n    \"last_page_url\": \"http://demodnvb.sticky.io/dev03/api/v2/products?page=3\",\n    \"next_page_url\": \"http://demodnvb.sticky.io/dev03/api/v2/products?page=2\",\n    \"path\": \"http://demodnvb.sticky.io/dev03/api/v2/products\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 45\n}"}],"_postman_id":"60f093e9-1276-4899-a8ef-d396a8407708"},{"name":"Get Product","id":"8d4ba4b1-10af-47e9-98a0-21d1962daac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}","description":"<p>Fetch a single product object.</p>\n<p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>is_trial_product</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a trial product.</td>\n</tr>\n<tr>\n<td>is_shippable</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is shippable.</td>\n</tr>\n<tr>\n<td>tax_code</td>\n<td>String</td>\n<td>User-defined tax-code.</td>\n</tr>\n<tr>\n<td>is_licensed</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a license product.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The product description.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The product base price.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The product weight.</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>Numeric</td>\n<td>The product declared value.</td>\n</tr>\n<tr>\n<td>restocking_fee</td>\n<td>Numeric</td>\n<td>The product restocking fee.</td>\n</tr>\n<tr>\n<td>cost_of_goods</td>\n<td>Numeric</td>\n<td>The cost of goods sold.</td>\n</tr>\n<tr>\n<td>max_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed for purchase per order.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Nullable creation timestamp object.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>Integer</td>\n<td>The creation timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The creation timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Nullable last updated timestamp object.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The last updated timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The last updated timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The last updated timezone.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>Array</td>\n<td>An array of custom field objects.</td>\n</tr>\n<tr>\n<td>vertical</td>\n<td>Object</td>\n<td>The vertical object associated with the product.</td>\n</tr>\n<tr>\n<td>vertical.id</td>\n<td>Integer</td>\n<td>The vertical ID.</td>\n</tr>\n<tr>\n<td>vertical.name</td>\n<td>String</td>\n<td>The vertical name.</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Object</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>category.id</td>\n<td>Integer</td>\n<td>The category object associated with the product.</td>\n</tr>\n<tr>\n<td>category.name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>category.description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>is_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>shipping_restrictions</td>\n<td>Array</td>\n<td>An array of shipping restriction objects.</td>\n</tr>\n<tr>\n<td>paired_product_ids</td>\n<td>Array</td>\n<td>An array of paired product IDs.</td>\n</tr>\n<tr>\n<td>weight_unit</td>\n<td>Object</td>\n<td>The weight unit type object.</td>\n</tr>\n<tr>\n<td>weight_unit.id</td>\n<td>Integer</td>\n<td>The weight unit type ID.</td>\n</tr>\n<tr>\n<td>weight_unit.name</td>\n<td>String</td>\n<td>The weight unit type name.</td>\n</tr>\n<tr>\n<td>weight_unit.abbreviation</td>\n<td>String</td>\n<td>The weight unit type abbreviation.</td>\n</tr>\n<tr>\n<td>bundle_type</td>\n<td>Object</td>\n<td>The bundle type object.</td>\n</tr>\n<tr>\n<td>bundle_type.id</td>\n<td>Integer</td>\n<td>The bundle type ID.</td>\n</tr>\n<tr>\n<td>bundle_type.name</td>\n<td>String</td>\n<td>The bundle type name.</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Object</td>\n<td>The bundle price type object.</td>\n</tr>\n<tr>\n<td>price_type.id</td>\n<td>Integer</td>\n<td>The bundle price type ID.</td>\n</tr>\n<tr>\n<td>price_type.name</td>\n<td>String</td>\n<td>The bundle price type name.</td>\n</tr>\n<tr>\n<td>bundle_children</td>\n<td>Array</td>\n<td>An array of bundle children objects.</td>\n</tr>\n<tr>\n<td>bundle_children.*.quantity</td>\n<td>Integer</td>\n<td>The bundle child quantity.</td>\n</tr>\n<tr>\n<td>bundle_children.*.id</td>\n<td>Integer</td>\n<td>The bundle child product ID.</td>\n</tr>\n<tr>\n<td>bundle_children.*.product_id</td>\n<td>Integer</td>\n<td>The bundle child product ID.</td>\n</tr>\n<tr>\n<td>bundle_children.*.name</td>\n<td>String</td>\n<td>The bundle child product name.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Array</td>\n<td>An array of product variant attributes.</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>Array</td>\n<td>An array of product variant objects.</td>\n</tr>\n<tr>\n<td>is_variant_enabled</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product has variants.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>An array of image objects.</td>\n</tr>\n<tr>\n<td>archived_flag</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is archived.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"688c77b5-8330-4a11-ae76-d1be9864a2fb","name":"Get Product","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_trial_product\": 0,\n        \"is_shippable\": 0,\n        \"tax_code\": \"28675679\",\n        \"is_licensed\": 0,\n        \"id\": 45,\n        \"name\": \"Test Product Bundle\",\n        \"description\": \"Test product\",\n        \"sku\": \"SKU01\",\n        \"price\": \"27.0000\",\n        \"weight\": 12,\n        \"declared_value\": \"0.00\",\n        \"restocking_fee\": \"10.00\",\n        \"cost_of_goods\": \"8.00\",\n        \"max_quantity\": 100,\n        \"created_at\": {\n            \"date\": \"2021-09-14 09:10:56\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2021-09-14 09:10:57\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"custom_fields\": [],\n        \"vertical\": [],\n        \"category_id\": 18,\n        \"category\": {\n            \"id\": 18,\n            \"name\": \"Jamaican Coffee\",\n            \"description\": \"Coffee from Jamaica\"\n        },\n        \"is_bundle\": 1,\n        \"is_custom_bundle\": 0,\n        \"shipping_restrictions\": [],\n        \"paired_product_ids\": [\n            3,\n            4\n        ],\n        \"is_variant_enabled\": 0,\n        \"weight_unit\": {\n            \"id\": 1,\n            \"name\": \"ounces\",\n            \"abbreviation\": \"oz\"\n        },\n        \"bundle_type\": {\n            \"id\": 1,\n            \"name\": \"Pre-built\"\n        },\n        \"price_type\": {\n            \"id\": 1,\n            \"name\": \"Fixed\"\n        },\n        \"bundle_children\": [\n            {\n                \"quantity\": 2,\n                \"id\": 5,\n                \"product_id\": 5,\n                \"name\": \"FlexTape\"\n            },\n            {\n                \"quantity\": 4,\n                \"id\": 6,\n                \"product_id\": 6,\n                \"name\": \"FlexGlue\"\n            }\n        ],\n        \"attributes\": [],\n        \"variants\": [],\n        \"images\": []\n    }\n}"}],"_postman_id":"8d4ba4b1-10af-47e9-98a0-21d1962daac8"},{"name":"Update Product","id":"ab7ad439-4081-4ed5-86aa-495967eeb971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"price\": \"20.00\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}","description":"<p>Update an existing product.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The product SKU identifier</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product category ID.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The product price.</td>\n</tr>\n<tr>\n<td>cost_of_goods</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The cost of goods sold.</td>\n</tr>\n<tr>\n<td>restocking_fee</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The restocking fee.</td>\n</tr>\n<tr>\n<td>max_quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum quantity allowed per order for the product.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>the product description.</td>\n</tr>\n<tr>\n<td>tax_code</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>User-defined product tax code.</td>\n</tr>\n<tr>\n<td>is_taxable</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is taxable.</td>\n</tr>\n<tr>\n<td>is_delivery_confirm</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not delivery confirmation is required.</td>\n</tr>\n<tr>\n<td>is_signature_confirm</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not signature confirmation is required.</td>\n</tr>\n<tr>\n<td>is_qty_preserved</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not quantity is preserved upon rebill.</td>\n</tr>\n<tr>\n<td>is_collections_enabled</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not this product is eligible for collections.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The product weight.</td>\n</tr>\n<tr>\n<td>weight_unit_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product weight unit ID.</td>\n</tr>\n<tr>\n<td>bundle</td>\n<td>Optional</td>\n<td>-</td>\n<td>Object</td>\n<td>(Bundle products only) A product bundle configuration object.</td>\n</tr>\n<tr>\n<td>bundle.type_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product bundle type ID.</td>\n</tr>\n<tr>\n<td>bundle.price_type_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The product bundle price type ID.</td>\n</tr>\n<tr>\n<td>bundle.max_items</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum items allowed in a bundle.</td>\n</tr>\n<tr>\n<td>bundle.children</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of product bundle children objects (pre-built bundles).</td>\n</tr>\n<tr>\n<td>bundle.children.*.product_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The child product ID.</td>\n</tr>\n<tr>\n<td>bundle.children.*.quantity</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The child product quantity.</td>\n</tr>\n<tr>\n<td>shipping_restrictions</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of shipping restriction objects.</td>\n</tr>\n<tr>\n<td>shipping_restrictions.*.country_id</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The shipping restriction country ID.</td>\n</tr>\n<tr>\n<td>shipping_restrictions.*.values</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of shipping restriction values.</td>\n</tr>\n<tr>\n<td>shipping_restrictions.*.values.*</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>Shipping restriction value.</td>\n</tr>\n<tr>\n<td>auto_create_variants</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not to create variants based on the provided attributes.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of product variant attributes.</td>\n</tr>\n<tr>\n<td>attributes.*.name</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>Variant attribute name.</td>\n</tr>\n<tr>\n<td>attributes.*.options</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of variant attribute options.</td>\n</tr>\n<tr>\n<td>attributes.*.options.*</td>\n<td>Conditional</td>\n<td>-</td>\n<td>String</td>\n<td>Variant attribute option name.</td>\n</tr>\n<tr>\n<td>paired_product_ids</td>\n<td>Optional</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of paired product IDs.</td>\n</tr>\n<tr>\n<td>paired_product_ids.*</td>\n<td>Conditional</td>\n<td>-</td>\n<td>Integer</td>\n<td>Paired product ID.</td>\n</tr>\n<tr>\n<td>enforce_sku_uniqueness</td>\n<td>Optional</td>\n<td></td>\n<td>Integer Flag</td>\n<td>A flag that determines whether a variant’s SKU must be unique.  <br />1 indicates that the SKU must be unique, while 0 allows duplicate SKUs.  <br />The default value is 0.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong><br />Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The product ID.</td>\n</tr>\n<tr>\n<td>is_trial_product</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a trial product.</td>\n</tr>\n<tr>\n<td>is_shippable</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is shippable.</td>\n</tr>\n<tr>\n<td>tax_code</td>\n<td>String</td>\n<td>User-defined tax-code.</td>\n</tr>\n<tr>\n<td>is_licensed</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a license product.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The product description.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Numeric</td>\n<td>The product base price.</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Numeric</td>\n<td>The product weight.</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>Numeric</td>\n<td>The product declared value.</td>\n</tr>\n<tr>\n<td>restocking_fee</td>\n<td>Numeric</td>\n<td>The product restocking fee.</td>\n</tr>\n<tr>\n<td>cost_of_goods</td>\n<td>Numeric</td>\n<td>The cost of goods sold.</td>\n</tr>\n<tr>\n<td>max_quantity</td>\n<td>Integer</td>\n<td>The maximum quantity allowed for purchase per order.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Object</td>\n<td>Nullable creation timestamp object.</td>\n</tr>\n<tr>\n<td>created_at.date</td>\n<td>String</td>\n<td>The creation timestamp.</td>\n</tr>\n<tr>\n<td>created_at.timezone_type</td>\n<td>Integer</td>\n<td>The creation timezone type ID.</td>\n</tr>\n<tr>\n<td>created_at.timezone</td>\n<td>String</td>\n<td>The creation timezone.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Object</td>\n<td>Nullable last updated timestamp object.</td>\n</tr>\n<tr>\n<td>updated_at.date</td>\n<td>String</td>\n<td>The last updated timestamp.</td>\n</tr>\n<tr>\n<td>updated_at.timezone_type</td>\n<td>Integer</td>\n<td>The last updated timezone type ID.</td>\n</tr>\n<tr>\n<td>updated_at.timezone</td>\n<td>String</td>\n<td>The last updated timezone.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>Array</td>\n<td>An array of custom field objects.</td>\n</tr>\n<tr>\n<td>vertical</td>\n<td>Object</td>\n<td>The vertical object associated with the product.</td>\n</tr>\n<tr>\n<td>vertical.id</td>\n<td>Integer</td>\n<td>The vertical ID.</td>\n</tr>\n<tr>\n<td>vertical.name</td>\n<td>String</td>\n<td>The vertical name.</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Integer</td>\n<td>The category ID.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Object</td>\n<td>The image ID.</td>\n</tr>\n<tr>\n<td>category.id</td>\n<td>Integer</td>\n<td>The category object associated with the product.</td>\n</tr>\n<tr>\n<td>category.name</td>\n<td>String</td>\n<td>The category name.</td>\n</tr>\n<tr>\n<td>category.description</td>\n<td>String</td>\n<td>The category description.</td>\n</tr>\n<tr>\n<td>is_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a bundle.</td>\n</tr>\n<tr>\n<td>is_custom_bundle</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is a custom bundle.</td>\n</tr>\n<tr>\n<td>shipping_restrictions</td>\n<td>Array</td>\n<td>An array of shipping restriction objects.</td>\n</tr>\n<tr>\n<td>paired_product_ids</td>\n<td>Array</td>\n<td>An array of paired product IDs.</td>\n</tr>\n<tr>\n<td>weight_unit</td>\n<td>Object</td>\n<td>The weight unit type object.</td>\n</tr>\n<tr>\n<td>weight_unit.id</td>\n<td>Integer</td>\n<td>The weight unit type ID.</td>\n</tr>\n<tr>\n<td>weight_unit.name</td>\n<td>String</td>\n<td>The weight unit type name.</td>\n</tr>\n<tr>\n<td>weight_unit.abbreviation</td>\n<td>String</td>\n<td>The weight unit type abbreviation.</td>\n</tr>\n<tr>\n<td>bundle_type</td>\n<td>Object</td>\n<td>The bundle type object.</td>\n</tr>\n<tr>\n<td>bundle_type.id</td>\n<td>Integer</td>\n<td>The bundle type ID.</td>\n</tr>\n<tr>\n<td>bundle_type.name</td>\n<td>String</td>\n<td>The bundle type name.</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Object</td>\n<td>The bundle price type object.</td>\n</tr>\n<tr>\n<td>price_type.id</td>\n<td>Integer</td>\n<td>The bundle price type ID.</td>\n</tr>\n<tr>\n<td>price_type.name</td>\n<td>String</td>\n<td>The bundle price type name.</td>\n</tr>\n<tr>\n<td>bundle_children</td>\n<td>Array</td>\n<td>An array of bundle children objects.</td>\n</tr>\n<tr>\n<td>bundle_children.*.quantity</td>\n<td>Integer</td>\n<td>The bundle child quantity.</td>\n</tr>\n<tr>\n<td>bundle_children.*.id</td>\n<td>Integer</td>\n<td>The bundle child product ID.</td>\n</tr>\n<tr>\n<td>bundle_children.*.product_id</td>\n<td>Integer</td>\n<td>The bundle child product ID.</td>\n</tr>\n<tr>\n<td>bundle_children.*.name</td>\n<td>String</td>\n<td>The bundle child product name.</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>Array</td>\n<td>An array of product variant attributes.</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>Array</td>\n<td>An array of product variant objects.</td>\n</tr>\n<tr>\n<td>is_variant_enabled</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product has variants.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>Array</td>\n<td>An array of image objects.</td>\n</tr>\n<tr>\n<td>archived_flag</td>\n<td>Integer Flag</td>\n<td>A flag that determines whether or not the product is archived.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"697819cf-d594-4989-b693-099682893354","name":"Update Product","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Cool Product\",                               \n    \"sku\": \"SKU01099\",                             \n    \"price\": \"27.77\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"is_trial_product\": 0,\n        \"is_shippable\": 0,\n        \"tax_code\": \"28675679\",\n        \"is_licensed\": 0,\n        \"id\": 45,\n        \"name\": \"Cool Product\",\n        \"description\": \"Test product\",\n        \"sku\": \"SKU01099\",\n        \"price\": \"27.7700\",\n        \"weight\": 12,\n        \"declared_value\": \"0.00\",\n        \"restocking_fee\": \"10.00\",\n        \"cost_of_goods\": \"8.00\",\n        \"max_quantity\": 100,\n        \"created_at\": {\n            \"date\": \"2021-09-14 09:10:56\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2021-09-14 09:48:53\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"custom_fields\": [],\n        \"vertical\": [],\n        \"category_id\": 18,\n        \"category\": {\n            \"id\": 18,\n            \"name\": \"Jamaican Coffee\",\n            \"description\": \"Coffee from Jamaica\"\n        },\n        \"is_bundle\": 1,\n        \"is_custom_bundle\": 0,\n        \"shipping_restrictions\": [],\n        \"paired_product_ids\": [\n            3,\n            4\n        ],\n        \"is_variant_enabled\": 0,\n        \"weight_unit\": {\n            \"id\": 1,\n            \"name\": \"ounces\",\n            \"abbreviation\": \"oz\"\n        },\n        \"bundle_type\": {\n            \"id\": 1,\n            \"name\": \"Pre-built\"\n        },\n        \"price_type\": {\n            \"id\": 1,\n            \"name\": \"Fixed\"\n        },\n        \"bundle_children\": [\n            {\n                \"quantity\": 2,\n                \"id\": 5,\n                \"product_id\": 5,\n                \"name\": \"FlexTape\"\n            },\n            {\n                \"quantity\": 4,\n                \"id\": 6,\n                \"product_id\": 6,\n                \"name\": \"FlexGlue\"\n            }\n        ],\n        \"attributes\": [],\n        \"variants\": [],\n        \"images\": []\n    }\n}"}],"_postman_id":"ab7ad439-4081-4ed5-86aa-495967eeb971"},{"name":"Delete Product","id":"98fcac6e-694b-433a-bb9d-3e7abd2721e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}","description":"<p>Delete a product.</p>\n<p><strong>Response Data</strong><br />No data is returned. Look for a standard standard <code>SUCCESS</code> indicator in the <code>status</code> field.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"60baf180-8df2-447f-8b1c-aa35a358d92c","name":"Delete Product","originalRequest":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"98fcac6e-694b-433a-bb9d-3e7abd2721e7"},{"name":"Get Product Custom Fields","id":"eae6aed1-7228-4ac2-9158-74587087b747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":65,\n\t\t\t\"value\":790\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/products","description":"<p>Fetch a list of all custom fields created for products</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>field_type_id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>token_key</td>\n<td>String</td>\n<td>The custom field email token field.</td>\n</tr>\n<tr>\n<td>is_multi</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.value</td>\n<td>String</td>\n<td>The option value.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["products"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"c79b2ed7-dacf-46dd-a41e-89210c98ca36","name":"Get Product Custom Fields","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":65,\n\t\t\t\"value\":790\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"field_type_id\": 1,\n            \"name\": \"shade\",\n            \"token_key\": \"shade\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 3\n        }\n    ],\n    \"first_page_url\": \"http://marv.dev4.sticky.io/dev03/api/v2/custom_fields/products?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://marv.dev4.sticky.io/dev03/api/v2/custom_fields/products?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://marv.dev4.sticky.io/dev03/api/v2/custom_fields/products\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"eae6aed1-7228-4ac2-9158-74587087b747"},{"name":"Add Custom Field Values","id":"97659727-9f5e-473c-9ec1-55ee53f7a116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":65,\n\t\t\t\"value\":790\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/custom_fields","description":"<p>Attach an existing product's custom fields and assign values for them to the product.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field desired value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"9b3c88a1-9445-4ea5-8e6d-f853490fb746","name":"Add Custom Field Values","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 65,\n            \"value\": 790\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/custom_fields"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"97659727-9f5e-473c-9ec1-55ee53f7a116"},{"name":"Update Custom Field Values","id":"0e3178c8-a7ec-44a2-ba88-43ff5b2b55f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":65,\n\t\t\t\"value\":186\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/custom_fields","description":"<p><strong>Note: Any Custom Field Values that are NOT included in the Update payload WILL be DELETED</strong></p>\n<p>Update custom fields list that attached to the product .</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field desired value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"49fa9546-70c6-473e-b709-f9e298cab077","name":"Update Custom Field Values","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 65,\n            \"values\": [\n                {\n                    \"value\": \"Blue\",\n                    \"option_id\": 186\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/custom_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:15:35 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"706"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"0e3178c8-a7ec-44a2-ba88-43ff5b2b55f8"},{"name":"Delete Custom Field Values","id":"3dc9111c-bd03-49cf-888e-aab2d79cdf5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/custom_fields/{{custom_field_id}}","description":"<p>Delete an existing custom field from the list attached to the product</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","custom_fields","{{custom_field_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"e9bc68bc-4fd9-40b9-8a38-3fe5602cb99d","name":"Delete Custom Field Values","originalRequest":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/custom_fields/{{custom_field_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"3dc9111c-bd03-49cf-888e-aab2d79cdf5d"},{"name":"Get Assigned Product License Keys","id":"8949d690-b18f-42f7-bca4-003e33accaed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/licenses/assigned","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","licenses","assigned"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[{"disabled":true,"key":"assigned","value":"2"},{"disabled":true,"description":{"content":"<p>Required when assigned value is 1.  Start date of windows for assigned license keys. Expected date format: YYY-MM-DD</p>\n","type":"text/plain"},"key":"search[status_id]","value":"::0"},{"disabled":true,"description":{"content":"<p>Required when assigned value is 1.  End date of windows for assigned license keys. Expected date format: YYY-MM-DD</p>\n","type":"text/plain"},"key":"search[][]","value":"'2019-02-10'"}],"variable":[]}},"response":[{"id":"13f3e5a2-7221-4d49-92ce-13a1977a4ebb","name":"Get Assigned Product License Keys","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/licenses/assigned?start_at=2019-01-01&end_at=2019-02-10","protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"path":["{{product_id}}","licenses","assigned"],"query":[{"key":"start_at","value":"2019-01-01","description":"Optional| If not passed in that case, system will get the product licenses feature's creation date as the start date."},{"key":"end_at","value":"2019-02-10","description":"Optional| If not passed in that case, system will get today's date as the end date."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"key\": \"123456klolp\",\n            \"product_id\": 78,\n            \"status_id\": 2,\n            \"held_at\": \"2019-02-04 12:37:32\",\n            \"created_at\": \"2019-02-04 12:27:11\",\n            \"status_name\": \"Assigned\"\n        }\n    ],\n    \"first_page_url\": \"http://ricardo.dev2.limelightcrm.com/cloud/api/v2/products/78/licenses?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://ricardo.dev2.limelightcrm.com/cloud/api/v2/products/78/licenses?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://ricardo.dev2.limelightcrm.com/cloud/api/v2/products/78/licenses\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 4\n}"}],"_postman_id":"8949d690-b18f-42f7-bca4-003e33accaed"},{"name":"Get Unassigned Product License Keys","id":"c22b4e77-5c57-4bab-97f3-45a02b2ee8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/licenses/unassigned","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","licenses","unassigned"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[{"id":"369c4a4f-5f7b-4428-80fb-ce84f8ebb45c","name":"Get Unassigned Product License Keys","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/licenses/unassigned"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 2,\n            \"key\": \"1234asdf\",\n            \"product_id\": 78,\n            \"status_id\": 0,\n            \"order_id\": null,\n            \"held_at\": null,\n            \"created_at\": \"2019-02-04 12:36:51\",\n            \"status_name\": \"New\"\n        },\n        {\n            \"id\": 3,\n            \"key\": \"asdaf123213\",\n            \"product_id\": 78,\n            \"status_id\": 0,\n            \"order_id\": null,\n            \"held_at\": null,\n            \"created_at\": \"2019-02-04 12:37:01\",\n            \"status_name\": \"New\"\n        },\n        {\n            \"id\": 4,\n            \"key\": \"1235645asdasdasd\",\n            \"product_id\": 78,\n            \"status_id\": 0,\n            \"order_id\": null,\n            \"held_at\": null,\n            \"created_at\": \"2019-02-04 12:37:09\",\n            \"status_name\": \"New\"\n        }\n    ],\n    \"first_page_url\": \"http://ricardo.dev2.limelightcrm.com/cloud/api/v2/products/78/licenses/unassigned?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://ricardo.dev2.limelightcrm.com/cloud/api/v2/products/78/licenses/unassigned?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://ricardo.dev2.limelightcrm.com/cloud/api/v2/products/78/licenses/unassigned\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"c22b4e77-5c57-4bab-97f3-45a02b2ee8ee"}],"id":"0f84a44e-100d-48b6-b795-6176452f30a5","description":"<p>Manage your platform products, bundles, attributes, variants, licenses, images, and product custom fields using the Product API.</p>\n","_postman_id":"0f84a44e-100d-48b6-b795-6176452f30a5","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Prospects","item":[{"name":"Get Prospect Custom Fields","id":"5c01454b-5cb4-47e7-a383-3d892373e06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/prospects","description":"<p>Fetch a list of all custom fields created for prospects</p>\n<p><strong>Response Data</strong><br />Response parameters expected in custom field object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>field_type_id</td>\n<td>Integer</td>\n<td>The custom field's field type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The custom field name.</td>\n</tr>\n<tr>\n<td>token_key</td>\n<td>String</td>\n<td>The custom field email token field.</td>\n</tr>\n<tr>\n<td>is_multi</td>\n<td>Integer Flag</td>\n<td>Allow for multiple options to be selected.</td>\n</tr>\n<tr>\n<td>options</td>\n<td>Array</td>\n<td>Array of option objects associated with the custom field.</td>\n</tr>\n<tr>\n<td>options.*.id</td>\n<td>Integer</td>\n<td>The option ID.</td>\n</tr>\n<tr>\n<td>options.*.value</td>\n<td>String</td>\n<td>The option value.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The custom field's type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["prospects"],"host":["{{app_key}}","{{domain}}{{v2_ext}}custom_fields"],"query":[],"variable":[]}},"response":[{"id":"3b147e2a-c0a0-4a36-9b68-6743a00a3542","name":"Get Prospect Custom Fields","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}custom_fields/prospects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Mar 2022 16:43:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3756"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 313,\n            \"field_type_id\": 1,\n            \"name\": \"Contact-Text\",\n            \"token_key\": \"contact-text\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 317,\n            \"field_type_id\": 1,\n            \"name\": \"Contact-Text-Test\",\n            \"token_key\": \"contact-text-test\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 320,\n            \"field_type_id\": 1,\n            \"name\": \"Contact_Text Test Underscore\",\n            \"token_key\": \"contact_text_test_underscore\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 321,\n            \"field_type_id\": 1,\n            \"name\": \"Contact Token Test Text\",\n            \"token_key\": \"contact_token_test_text\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 325,\n            \"field_type_id\": 1,\n            \"name\": \"7.6.0.14 - Contact Text\",\n            \"token_key\": \"7.6.0.14_-_contact_text\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 326,\n            \"field_type_id\": 2,\n            \"name\": \"7.6.0.14 - Contact Number\",\n            \"token_key\": \"7.6.0.14_-_contact_number\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 327,\n            \"field_type_id\": 3,\n            \"name\": \"7.6.0.14 - Contact Date\",\n            \"token_key\": \"7.6.0.14_-_contact_date\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 328,\n            \"field_type_id\": 4,\n            \"name\": \"7.6.0.14 - Contact Boolean\",\n            \"token_key\": \"7.6.0.14_-_contact_boolean\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 329,\n            \"field_type_id\": 5,\n            \"name\": \"7.6.0.14 - Contact Enumeration Single\",\n            \"token_key\": \"7.6.0.14_-_contact_enumeration_single\",\n            \"is_multi\": 0,\n            \"options\": [\n                {\n                    \"id\": 333,\n                    \"value\": \"Red\"\n                },\n                {\n                    \"id\": 334,\n                    \"value\": \"Green\"\n                },\n                {\n                    \"id\": 335,\n                    \"value\": \"Blue\"\n                }\n            ],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 330,\n            \"field_type_id\": 5,\n            \"name\": \"7.6.0.14 - Contact Enumeration Multi\",\n            \"token_key\": \"7.6.0.14_-_contact_enumeration_multi\",\n            \"is_multi\": 1,\n            \"options\": [\n                {\n                    \"id\": 336,\n                    \"value\": \"Red\"\n                },\n                {\n                    \"id\": 337,\n                    \"value\": \"Green\"\n                },\n                {\n                    \"id\": 338,\n                    \"value\": \"Blue\"\n                }\n            ],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 346,\n            \"field_type_id\": 1,\n            \"name\": \"This is a Custom Field\",\n            \"token_key\": \"this_is_a_custom_field\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 347,\n            \"field_type_id\": 1,\n            \"name\": \"This is a Custom Field 1\",\n            \"token_key\": \"thisisacustomfield\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 348,\n            \"field_type_id\": 1,\n            \"name\": \"Matt Custom Field Test\",\n            \"token_key\": \"matt_custom_field_test\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 354,\n            \"field_type_id\": 1,\n            \"name\": \"MM-Contact Text\",\n            \"token_key\": \"mm-contact_text\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 355,\n            \"field_type_id\": 2,\n            \"name\": \"MM-Contact Number\",\n            \"token_key\": \"mm-contact_number\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 356,\n            \"field_type_id\": 3,\n            \"name\": \"MM-Contact Date\",\n            \"token_key\": \"mm-contact_date\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 357,\n            \"field_type_id\": 4,\n            \"name\": \"MM-Contact Boolean\",\n            \"token_key\": \"mm-contact_boolean\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 358,\n            \"field_type_id\": 5,\n            \"name\": \"MM-Contact List Single\",\n            \"token_key\": \"mm-contact_list_single\",\n            \"is_multi\": 0,\n            \"options\": [\n                {\n                    \"id\": 359,\n                    \"value\": \"A\"\n                },\n                {\n                    \"id\": 360,\n                    \"value\": \"B\"\n                },\n                {\n                    \"id\": 361,\n                    \"value\": \"C\"\n                }\n            ],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 359,\n            \"field_type_id\": 5,\n            \"name\": \"MM-Contact List Multi\",\n            \"token_key\": \"mm-contact_list_multi\",\n            \"is_multi\": 1,\n            \"options\": [\n                {\n                    \"id\": 363,\n                    \"value\": \"E\"\n                },\n                {\n                    \"id\": 364,\n                    \"value\": \"F\"\n                }\n            ],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 360,\n            \"field_type_id\": 3,\n            \"name\": \"MM Custom Date\",\n            \"token_key\": \"mm_custom_date\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 364,\n            \"field_type_id\": 1,\n            \"name\": \"TR\",\n            \"token_key\": \"tr\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 371,\n            \"field_type_id\": 2,\n            \"name\": \"lolol\",\n            \"token_key\": \"lolol\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        },\n        {\n            \"id\": 393,\n            \"field_type_id\": 3,\n            \"name\": \"Contact test custom field\",\n            \"token_key\": \"contact_test_custom_field\",\n            \"is_multi\": 0,\n            \"options\": [],\n            \"type_id\": 13\n        }\n    ],\n    \"first_page_url\": \"https://test-dnvb.qa1.sticky.io/api/v2/custom_fields/prospects?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://test-dnvb.qa1.sticky.io/api/v2/custom_fields/prospects?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://test-dnvb.qa1.sticky.io/api/v2/custom_fields/prospects\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 23,\n    \"total\": 23\n}"}],"_postman_id":"5c01454b-5cb4-47e7-a383-3d892373e06e"},{"name":"Add Custom Field Values","id":"1b18ebd8-c5eb-42d9-aaf7-2873343d37f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":256,\n\t\t\t\"value\":\"Manchester City\"\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/custom_fields","description":"<p>Attach an existing prospect's custom fields and assign values for them to the prospects.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field desired value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{prospect_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}prospects"],"query":[],"variable":[]}},"response":[{"id":"f6d745be-d079-4d5b-a863-8bede6536975","name":"Add Custom Field Values","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 256,\n            \"value\": \"Manchester City\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/custom_fields"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"1b18ebd8-c5eb-42d9-aaf7-2873343d37f5"},{"name":"Update Custom Field Values","id":"dae05bf1-e0c6-43d3-8e20-5b25686ef34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"custom_fields\":\n\t[\n\t\t{\n\t\t\t\"id\":256,\n\t\t\t\"value\":\"Manchester City FC\"\n\t\t}\n\t]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/custom_fields","description":"<p>Update custom fields list that attached to the prospect.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_fields</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of custom fields.</td>\n</tr>\n<tr>\n<td>custom_fields.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The custom field ID.</td>\n</tr>\n<tr>\n<td>custom_fields.*.value</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The custom field desired value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{prospect_id}}","custom_fields"],"host":["{{app_key}}","{{domain}}{{v2_ext}}prospects"],"query":[],"variable":[]}},"response":[{"id":"5c253e0c-a016-45c8-b44c-d3b771e040c7","name":"Update Custom Field Values","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"custom_fields\": [\n        {\n            \"id\": 256,\n            \"values\": [\n                {\n                    \"value\": \"Manchester City FC\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/custom_fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:30:31 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"798"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"dae05bf1-e0c6-43d3-8e20-5b25686ef34e"},{"name":"Delete Custom Field Values","id":"633d4ce5-2622-43c4-87d2-215714d57ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/custom_fields/{{custom_field_id}}","description":"<p>Delete an existing custom field from the list attached to the customer</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{prospect_id}}","custom_fields","{{custom_field_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}prospects"],"query":[],"variable":[]}},"response":[{"id":"a5237be6-267b-41c4-87cd-6bceb028a7ed","name":"Delete Custom Field Values","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/custom_fields/{{custom_field_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 07 Nov 2018 12:31:07 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"633d4ce5-2622-43c4-87d2-215714d57ec2"},{"name":"Get Prospect Interests","id":"bfc02c1b-a130-4305-b4da-835a85ea58a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/interests","description":"<p>Fetch a list of all interests created for prospects</p>\n<p><strong>Response Data</strong><br />Response parameters expected in interest object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_id</td>\n<td>Integer</td>\n<td>The interest's contact ID.</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Integer</td>\n<td>The interest's type ID.</td>\n</tr>\n<tr>\n<td>entity_type_id</td>\n<td>Integer</td>\n<td>The interest's entity type ID.</td>\n</tr>\n<tr>\n<td>entity_id</td>\n<td>Integer</td>\n<td>The interest's entity ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{prospect_id}}","interests"],"host":["{{app_key}}","{{domain}}{{v2_ext}}prospects"],"query":[],"variable":[]}},"response":[{"id":"778bb5f0-6aa6-46e6-ba6f-1675f51ca5e3","name":"Get Prospect Interests","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/interests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Mar 2022 17:05:29 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"999"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 10241,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 10467,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 10470,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 10478,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 10734,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 10760,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 11084,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 2,\n            \"entity_id\": 11152,\n            \"type_id\": 1\n        },\n        {\n            \"contact_id\": 7,\n            \"entity_type_id\": 5,\n            \"entity_id\": 1,\n            \"type_id\": 1\n        }\n    ],\n    \"first_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/prospects/1/interests?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/prospects/1/interests?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://denys.dev2.sticky.io/dev/api/v2/prospects/1/interests\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 9,\n    \"total\": 9\n}"}],"_postman_id":"bfc02c1b-a130-4305-b4da-835a85ea58a2"},{"name":"Create Prospect Interest","id":"255601ac-5fcc-4e6f-8a6b-39b31591d902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"product\",\n  \"id\": 148\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/interests","description":"<p>Create an interest entity for the prospect.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The interest entity ID.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The interest's entity type.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{prospect_id}}","interests"],"host":["{{app_key}}","{{domain}}{{v2_ext}}prospects"],"query":[],"variable":[]}},"response":[{"id":"734ef030-d04b-414c-8383-8d8c94892027","name":"Create Prospect Interest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"product\",\n  \"id\": 4\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}prospects/{{prospect_id}}/interests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Mar 2022 17:24:06 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"type_id\": 2,\n        \"contact_id\": 7,\n        \"entity_type_id\": 3,\n        \"entity_id\": \"4\"\n    }\n}"}],"_postman_id":"255601ac-5fcc-4e6f-8a6b-39b31591d902"}],"id":"5ad6af08-7ea6-49b5-b19b-ac27ce2b028c","_postman_id":"5ad6af08-7ea6-49b5-b19b-ac27ce2b028c","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Shipping","item":[{"name":"Types","item":[{"name":"Get Shipping Types","id":"8db457c8-6de1-4bce-a185-20df2bbf4972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type","description":"<p>Fetch a list of shipping type objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each shipping type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The shipping type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The shipping type name.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The shipping type code.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping type was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping type was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}shipping_type"],"query":[],"variable":[]}},"response":[{"id":"76ff9242-44ad-4046-a142-e5ce623698c7","name":"Get Shipping Types","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 02 Mar 2022 18:47:43 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"1007"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"First Class Mail\",\n            \"code\": \"FIRST\",\n            \"created_at\": {\n                \"date\": \"2021-03-07 21:08:28\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Priority Mail\",\n            \"code\": \"PRIORITY\",\n            \"created_at\": {\n                \"date\": \"2021-03-07 21:08:28\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Free Shipping\",\n            \"code\": \"123\",\n            \"created_at\": {\n                \"date\": \"2021-04-22 10:22:26\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        {\n            \"id\": 4,\n            \"name\": \"ALPHA\",\n            \"code\": \"ALPHA\",\n            \"created_at\": {\n                \"date\": \"2022-01-13 11:18:17\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        }\n    ],\n    \"first_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping_type?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping_type?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping_type\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 4\n}"}],"_postman_id":"8db457c8-6de1-4bce-a185-20df2bbf4972"},{"name":"Get Shipping Type","id":"c63dffbb-0330-40ad-872b-57f8757a4b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type/{{shipping_id}}","description":"<p>Fetch a specific shipping type object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the shipping type object contained within the data field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The shipping type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The shipping type name.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The shipping type code.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping type was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping type was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{shipping_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}shipping_type"],"query":[],"variable":[]}},"response":[{"id":"ccb0db93-16e1-421b-a4a7-b48df5693e54","name":"Get Shipping Type","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 02 Mar 2022 22:13:16 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"First Class Mail\",\n        \"code\": \"FIRST\",\n        \"created_at\": {\n            \"date\": \"2021-03-07 21:08:28\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": null\n    }\n}"},{"id":"d91717bd-2049-48cb-baba-792b027c1e36","name":"Get Shipping Type","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 02 Mar 2022 22:13:48 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Priority Mail\",\n        \"code\": \"PRIORITY\",\n        \"created_at\": {\n            \"date\": \"2021-03-07 21:08:28\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": null\n    }\n}"}],"_postman_id":"c63dffbb-0330-40ad-872b-57f8757a4b9c"},{"name":"Get Shipping Price Types","id":"dd07e6e4-1faa-4926-95e4-82ef7799bb40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping-price-types","description":"<p>Retrieve a list of shipping price types. These types specify how an order will determine its shipping price.</p>\n<p><strong>Type IDs</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Default</td>\n<td>System default, use the shipping method profile settings to determine shipping price.</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Initial</td>\n<td>Use the initial price specified in the shipping method profile.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Subscription</td>\n<td>Use the subscription price specified in the shipping method profile.</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Custom</td>\n<td>Use a custom price consumed from an external source or related module.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong> </p>\n<p>Response parameters expected in each shipping price type object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The shipping price type ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The shipping price type name.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Integer Flag</td>\n<td>The shipping price type active status.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}shipping-price-types"],"query":[],"variable":[]}},"response":[{"id":"8197b1ee-8e6c-4dee-a09f-ad2dc179cd03","name":"Get Shipping Price Types","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping-price-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 02 Mar 2022 22:16:30 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"552"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Default\",\n            \"active\": 1\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Initial\",\n            \"active\": 1\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Subscription\",\n            \"active\": 1\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Custom\",\n            \"active\": 1\n        }\n    ],\n    \"first_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping-price-types?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping-price-types?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping-price-types\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 4\n}"}],"_postman_id":"dd07e6e4-1faa-4926-95e4-82ef7799bb40"},{"name":"Create Shipping Type","id":"0c4f5476-84c7-4bea-9306-178c5ef19697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Shipping Type Test\",\n    \"code\": \"TEST\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type","description":"<p>Create a shipping type.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping type name.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping type code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}shipping_type"],"query":[],"variable":[]}},"response":[{"id":"97e4bb4d-c23d-4ed2-8237-ff344a71f697","name":"Create Shipping Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Shipping Type Test\",\n    \"code\": \"TEST\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 14:42:12 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"264"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"Shipping Type Test\",\n        \"code\": \"TEST\",\n        \"created_at\": {\n            \"date\": \"2022-03-03 09:42:13\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-03-03 09:42:13\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        }\n    }\n}"}],"_postman_id":"0c4f5476-84c7-4bea-9306-178c5ef19697"},{"name":"Update Shipping Type","id":"0cd2eb9f-9b72-408c-aa74-7d1ae391ddc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"USPS First Class Mail\",\n    \"code\": \"USPS_FC\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type/5","description":"<p>Update an existing shipping type.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping type name.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping type code.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["5"],"host":["{{app_key}}","{{domain}}{{v2_ext}}shipping_type"],"query":[],"variable":[]}},"response":[{"id":"3eb77753-922b-4980-a7ac-5f966f4161fb","name":"Update Shipping Type","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"USPS First Class Mail\",\n    \"code\": \"USPS_FC\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping_type/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 14:49:05 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"270"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 5,\n        \"name\": \"USPS First Class Mail\",\n        \"code\": \"USPS_FC\",\n        \"created_at\": {\n            \"date\": \"2022-03-03 09:42:13\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-03-03 09:49:05\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        }\n    }\n}"}],"_postman_id":"0cd2eb9f-9b72-408c-aa74-7d1ae391ddc0"},{"name":"Delete Shipping Type","id":"9a4b3450-ab6a-44a4-9c34-5e5243f682c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/{{shipping_id}}","description":"<p>Delete an existing shipping type.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{shipping_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}shipping"],"query":[],"variable":[]}},"response":[{"id":"fc360fc0-425f-4c3b-904c-5c4c30543a00","name":"Delete Shipping Type","originalRequest":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 14:57:32 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"9a4b3450-ab6a-44a4-9c34-5e5243f682c7"}],"id":"593e8d9f-750b-4599-944c-7b16e0a85b3e","_postman_id":"593e8d9f-750b-4599-944c-7b16e0a85b3e","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Get Shipping Methods","id":"240bc49b-19ac-4286-98ea-9485c70677e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping","description":"<p>Fetch a list of shipping method objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each shipping method object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The shipping method ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The shipping method name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The shipping method description.</td>\n</tr>\n<tr>\n<td>service_code</td>\n<td>String</td>\n<td>The shipping method service code. These codes are used per order to pass information to fulfillment and will be provided by your fulfillment provider if needed</td>\n</tr>\n<tr>\n<td>threshold_amount</td>\n<td>NULL,String(double)</td>\n<td>If an order total is over the threshold amount, the threshold charge amount will be charged for shipping on the order</td>\n</tr>\n<tr>\n<td>threshold_charge_amount</td>\n<td>NULL,String(double)</td>\n<td>The shipping method threshold charge amount, applies conditionally</td>\n</tr>\n<tr>\n<td>freight_code</td>\n<td>String</td>\n<td>The shipping method freight code charge paid for carriage or transportation of goods by air, land, or sea. Enter in your Tax Fright Code if required by your Tax Provider</td>\n</tr>\n<tr>\n<td>amount_trial</td>\n<td>String(double)</td>\n<td>Initial/trial shipping price</td>\n</tr>\n<tr>\n<td>amount_recurring</td>\n<td>String(double)</td>\n<td>recurring subscription shipping price</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping method was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String,NULL</td>\n<td>A timestamp that represents when the shipping method was last updated.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Object</td>\n<td>The shipping type object associated with this shipping method. Shipping Groups house shipping codes which are typically dictated by a fulfillment provider</td>\n</tr>\n<tr>\n<td>type.id</td>\n<td>Integer</td>\n<td>The shipping type ID.</td>\n</tr>\n<tr>\n<td>type.name</td>\n<td>String</td>\n<td>The shipping type name.</td>\n</tr>\n<tr>\n<td>type.code</td>\n<td>String</td>\n<td>The shipping type code.</td>\n</tr>\n<tr>\n<td>type.created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping type was created.</td>\n</tr>\n<tr>\n<td>type.updated_at</td>\n<td>String,NULL</td>\n<td>A timestamp that represents when the shipping type was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}shipping"],"query":[],"variable":[]}},"response":[{"id":"8488e8e2-4e88-49a8-a9c6-6fb9b0d20346","name":"Get Shipping Methods","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 14:58:30 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"7860"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 2,\n            \"name\": \"Shipping 1\",\n            \"description\": \"fixed_shipping\",\n            \"amount_trial\": \"0\",\n            \"amount_recurring\": \"0\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-03-12 14:32:48\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-10-06 15:14:02\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"123\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 3,\n            \"name\": \"Free Shipping\",\n            \"description\": \"Neck Massager\",\n            \"amount_trial\": \"0.00\",\n            \"amount_recurring\": \"0.00\",\n            \"type\": {\n                \"id\": 3,\n                \"name\": \"Free Shipping\",\n                \"code\": \"123\",\n                \"created_at\": {\n                    \"date\": \"2021-04-22 10:22:26\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"123\",\n            \"created_at\": {\n                \"date\": \"2021-04-22 10:23:05\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 4,\n            \"name\": \"Shipping with 0.00\",\n            \"description\": \"Shipping with 0.00\",\n            \"amount_trial\": \"0.00\",\n            \"amount_recurring\": \"0.00\",\n            \"type\": {\n                \"id\": 2,\n                \"name\": \"Priority Mail\",\n                \"code\": \"PRIORITY\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"\",\n            \"created_at\": {\n                \"date\": \"2021-04-22 10:23:38\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 5,\n            \"name\": \"Shipping with 6.95\",\n            \"description\": \"Shipping with 6.95\",\n            \"amount_trial\": \"6.95\",\n            \"amount_recurring\": \"6.95\",\n            \"type\": {\n                \"id\": 2,\n                \"name\": \"Priority Mail\",\n                \"code\": \"PRIORITY\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"\",\n            \"created_at\": {\n                \"date\": \"2021-04-22 10:24:10\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-11-05 14:56:16\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 7,\n            \"name\": \"Flat Rate ~ 2\",\n            \"description\": \"peritem\",\n            \"amount_trial\": \"5.01\",\n            \"amount_recurring\": \"5.01\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-10-05 17:24:44\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-10-21 09:26:05\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 8,\n            \"name\": \"Pickup In Store ~ 3\",\n            \"description\": \"pickupinstore\",\n            \"amount_trial\": \"0\",\n            \"amount_recurring\": \"0\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-10-06 09:20:51\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-10-06 09:20:51\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 9,\n            \"name\": \"Fixed Shipping ~ 9999999\",\n            \"description\": \"product_shipping_overrides\",\n            \"amount_trial\": \"0\",\n            \"amount_recurring\": \"0\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-10-06 15:19:43\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-10-20 14:13:48\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 10,\n            \"name\": \"Ship by Weight ~ 4\",\n            \"description\": \"total\",\n            \"amount_trial\": \"0\",\n            \"amount_recurring\": \"0\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-10-13 10:33:51\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-10-14 10:35:27\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 11,\n            \"name\": \"Free Shipping ~ 5\",\n            \"description\": \"freeshipping\",\n            \"amount_trial\": \"0\",\n            \"amount_recurring\": \"0\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-11-03 12:25:46\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-11-03 12:25:46\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 12,\n            \"name\": \"Flat Rate ~ 6\",\n            \"description\": \"perorder\",\n            \"amount_trial\": \"13\",\n            \"amount_recurring\": \"13\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-11-03 12:25:46\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-11-03 12:25:46\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 13,\n            \"name\": \"Copy of Flat Rate - test ~ 7\",\n            \"description\": \"peritem\",\n            \"amount_trial\": \"5.01\",\n            \"amount_recurring\": \"5.01\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-11-04 12:12:23\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-11-04 12:12:23\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 14,\n            \"name\": \"Free Shipping ~ -1\",\n            \"description\": \"freeshipping\",\n            \"amount_trial\": \"0\",\n            \"amount_recurring\": \"0\",\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"First Class Mail\",\n                \"code\": \"FIRST\",\n                \"created_at\": {\n                    \"date\": \"2021-03-07 21:08:28\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"N/A\",\n            \"created_at\": {\n                \"date\": \"2021-11-04 12:17:52\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": {\n                \"date\": \"2021-11-04 12:17:52\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            }\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 15,\n            \"name\": \"DHL eCommerce\",\n            \"description\": \"Fulfillmen.com\",\n            \"amount_trial\": \"5.00\",\n            \"amount_recurring\": \"5.00\",\n            \"type\": {\n                \"id\": 4,\n                \"name\": \"ALPHA\",\n                \"code\": \"ALPHA\",\n                \"created_at\": {\n                    \"date\": \"2022-01-13 11:18:17\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"DHLGLBL\",\n            \"created_at\": {\n                \"date\": \"2022-01-13 11:21:12\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        {\n            \"freight_code\": \"\",\n            \"threshold_amount\": null,\n            \"threshold_charge_amount\": null,\n            \"id\": 16,\n            \"name\": \"FedEx\",\n            \"description\": \"FedEx\",\n            \"amount_trial\": \"5.00\",\n            \"amount_recurring\": \"5.00\",\n            \"type\": {\n                \"id\": 4,\n                \"name\": \"ALPHA\",\n                \"code\": \"ALPHA\",\n                \"created_at\": {\n                    \"date\": \"2022-01-13 11:18:17\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": null\n            },\n            \"service_code\": \"\",\n            \"created_at\": {\n                \"date\": \"2022-01-13 11:27:17\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        }\n    ],\n    \"first_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://denys.dev2.sticky.io/dev/api/v2/shipping\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 14,\n    \"total\": 14\n}"}],"_postman_id":"240bc49b-19ac-4286-98ea-9485c70677e3"},{"name":"Get Shipping Method","id":"5fde01c8-7778-44b3-bcb4-3d18d0dc0fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/16","description":"<p>Fetch a specific shipping method object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the shipping method object contained within the data field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The shipping method ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The shipping method name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The shipping method description.</td>\n</tr>\n<tr>\n<td>service_code</td>\n<td>String</td>\n<td>The shipping method service code. These codes are used per order to pass information to fulfillment and will be provided by your fulfillment provider if needed</td>\n</tr>\n<tr>\n<td>threshold_amount</td>\n<td>NULL,String(double)</td>\n<td>If an order total is over the threshold amount, the threshold charge amount will be charged for shipping on the order</td>\n</tr>\n<tr>\n<td>threshold_charge_amount</td>\n<td>NULL,String(double)</td>\n<td>The shipping method threshold charge amount, applies conditionally</td>\n</tr>\n<tr>\n<td>freight_code</td>\n<td>String</td>\n<td>The shipping method freight code charge paid for carriage or transportation of goods by air, land, or sea. Enter in your Tax Fright Code if required by your Tax Provider</td>\n</tr>\n<tr>\n<td>amount_trial</td>\n<td>String(double)</td>\n<td>Initial/trial shipping price</td>\n</tr>\n<tr>\n<td>amount_recurring</td>\n<td>String(double)</td>\n<td>recurring subscription shipping price</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping method was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String,NULL</td>\n<td>A timestamp that represents when the shipping method was last updated.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Object</td>\n<td>The shipping type object associated with this shipping method. Shipping Groups house shipping codes which are typically dictated by a fulfillment provider</td>\n</tr>\n<tr>\n<td>type.id</td>\n<td>Integer</td>\n<td>The shipping type ID.</td>\n</tr>\n<tr>\n<td>type.name</td>\n<td>String</td>\n<td>The shipping type name.</td>\n</tr>\n<tr>\n<td>type.code</td>\n<td>String</td>\n<td>The shipping type code.</td>\n</tr>\n<tr>\n<td>type.created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the shipping type was created.</td>\n</tr>\n<tr>\n<td>type.updated_at</td>\n<td>String,NULL</td>\n<td>A timestamp that represents when the shipping type was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["16"],"host":["{{app_key}}","{{domain}}{{v2_ext}}shipping"],"query":[],"variable":[]}},"response":[{"id":"6922d547-6f50-4fc7-9f0a-2cd7c3923f24","name":"Get Shipping Method","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/16"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 17:46:08 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"573"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"freight_code\": \"QWERTY\",\n        \"threshold_amount\": \"199.99\",\n        \"threshold_charge_amount\": \"15.99\",\n        \"id\": 16,\n        \"name\": \"FedEx\",\n        \"description\": \"FedEx\",\n        \"amount_trial\": \"5.00\",\n        \"amount_recurring\": \"5.00\",\n        \"type\": {\n            \"id\": 4,\n            \"name\": \"ALPHA\",\n            \"code\": \"ALPHA\",\n            \"created_at\": {\n                \"date\": \"2022-01-13 11:18:17\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        \"service_code\": \"CODE\",\n        \"created_at\": {\n            \"date\": \"2022-01-13 11:27:17\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-03-03 10:27:12\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        }\n    }\n}"}],"_postman_id":"5fde01c8-7778-44b3-bcb4-3d18d0dc0fca"},{"name":"Create Shipping Method","id":"e822502d-35c3-4e1a-8549-60918a3717c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Shipping API\",\n    \"type_id\": 1,\n    \"service_code\": \"ABC\",\n    \"freight_code\": \"ADCFD\",\n    \"description\": \"Test Shipping API\",\n    \"amount_trial\": 10,\n    \"amount_recurring\": 200,\n    \"threshold_amount\": 50.02,\n    \"threshold_charge_amount\": 50.02\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping","description":"<p>Fetch a specific shipping method object by ID.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The shipping method ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping method name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping method description.</td>\n</tr>\n<tr>\n<td>service_code</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping method service code. These codes are used per order to pass information to fulfillment and will be provided by your fulfillment provider if needed</td>\n</tr>\n<tr>\n<td>threshold_amount</td>\n<td>Optional</td>\n<td></td>\n<td>NULL,String(double)</td>\n<td>If an order total is over the threshold amount, the threshold charge amount will be charged for shipping on the order</td>\n</tr>\n<tr>\n<td>threshold_charge_amount</td>\n<td>Optional</td>\n<td></td>\n<td>NULL,String(double)</td>\n<td>The shipping method threshold charge amount, applies conditionally</td>\n</tr>\n<tr>\n<td>freight_code</td>\n<td>Optional</td>\n<td></td>\n<td>String</td>\n<td>The shipping method freight code charge paid for carriage or transportation of goods by air, land, or sea. Enter in your Tax Fright Code if required by your Tax Provider</td>\n</tr>\n<tr>\n<td>amount_trial</td>\n<td>Required</td>\n<td>-</td>\n<td>String(double)</td>\n<td>Initial/trial shipping price</td>\n</tr>\n<tr>\n<td>amount_recurring</td>\n<td>Required</td>\n<td>-</td>\n<td>String(double)</td>\n<td>recurring subscription shipping price</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The existed shipping type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}shipping"],"query":[],"variable":[]}},"response":[{"id":"5d970f41-b48d-40b3-9b44-235e1f271da7","name":"Create Shipping Method","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Shipping API\",\n    \"type_id\": 1,\n    \"service_code\": \"ABC\",\n    \"freight_code\": \"ADCFD\",\n    \"description\": \"Test Shipping API\",\n    \"amount_trial\": 10,\n    \"amount_recurring\": 200,\n    \"threshold_amount\": 50.02,\n    \"threshold_charge_amount\": 50.02\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 18:01:23 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"597"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"freight_code\": \"ADCFD\",\n        \"threshold_amount\": \"50.02\",\n        \"threshold_charge_amount\": \"50.02\",\n        \"id\": 17,\n        \"name\": \"Shipping API\",\n        \"description\": \"Test Shipping API\",\n        \"amount_trial\": \"10\",\n        \"amount_recurring\": \"200\",\n        \"type\": {\n            \"id\": 1,\n            \"name\": \"First Class Mail\",\n            \"code\": \"FIRST\",\n            \"created_at\": {\n                \"date\": \"2021-03-07 21:08:28\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        \"service_code\": \"ABC\",\n        \"created_at\": {\n            \"date\": \"2022-03-03 13:01:24\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-03-03 13:01:24\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        }\n    }\n}"}],"_postman_id":"e822502d-35c3-4e1a-8549-60918a3717c8"},{"name":"Update Shipping Method","id":"0729545d-efd1-4b83-b9ae-1743b4f11f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type_id\": 1,\n    \"service_code\": \"ABC\",\n    \"freight_code\": \"ADCFD\",\n    \"description\": \"Test Shipping API\",\n    \"amount_trial\": 10,\n    \"amount_recurring\": 200,\n    \"threshold_amount\": 50.02,\n    \"threshold_charge_amount\": 50.02\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/{{shipping_id}}","description":"<p>Fetch a specific shipping method object by ID.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The shipping method ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping method name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping method description.</td>\n</tr>\n<tr>\n<td>service_code</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The shipping method service code. These codes are used per order to pass information to fulfillment and will be provided by your fulfillment provider if needed</td>\n</tr>\n<tr>\n<td>threshold_amount</td>\n<td>Optional</td>\n<td></td>\n<td>NULL,String(double)</td>\n<td>If an order total is over the threshold amount, the threshold charge amount will be charged for shipping on the order</td>\n</tr>\n<tr>\n<td>threshold_charge_amount</td>\n<td>Optional</td>\n<td></td>\n<td>NULL,String(double)</td>\n<td>The shipping method threshold charge amount, applies conditionally</td>\n</tr>\n<tr>\n<td>freight_code</td>\n<td>Optional</td>\n<td></td>\n<td>String</td>\n<td>The shipping method freight code charge paid for carriage or transportation of goods by air, land, or sea. Enter in your Tax Fright Code if required by your Tax Provider</td>\n</tr>\n<tr>\n<td>amount_trial</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(double)</td>\n<td>Initial/trial shipping price</td>\n</tr>\n<tr>\n<td>amount_recurring</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(double)</td>\n<td>recurring subscription shipping price</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The existed shipping type ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{shipping_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}shipping"],"query":[],"variable":[]}},"response":[{"id":"c3444cf6-e017-4c08-b97f-fdd3ff176256","name":"Update Shipping Method","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type_id\": 1,\n    \"service_code\": \"ABC\",\n    \"freight_code\": \"ADCFD\",\n    \"description\": \"Test Shipping API\",\n    \"amount_trial\": 10,\n    \"amount_recurring\": 200,\n    \"threshold_amount\": 50.02,\n    \"threshold_charge_amount\": 50.02\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/17"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 18:31:40 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"597"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"freight_code\": \"ADCFD\",\n        \"threshold_amount\": \"50.02\",\n        \"threshold_charge_amount\": \"50.02\",\n        \"id\": 17,\n        \"name\": \"Shipping API\",\n        \"description\": \"Test Shipping API\",\n        \"amount_trial\": \"10\",\n        \"amount_recurring\": \"200\",\n        \"type\": {\n            \"id\": 1,\n            \"name\": \"First Class Mail\",\n            \"code\": \"FIRST\",\n            \"created_at\": {\n                \"date\": \"2021-03-07 21:08:28\",\n                \"timezone_type\": 3,\n                \"timezone\": \"America/New_York\"\n            },\n            \"updated_at\": null\n        },\n        \"service_code\": \"ABC\",\n        \"created_at\": {\n            \"date\": \"2022-03-03 13:01:24\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-03-03 13:01:24\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        }\n    }\n}"}],"_postman_id":"0729545d-efd1-4b83-b9ae-1743b4f11f6d"},{"name":"Delete Shipping Method","id":"29c9a6f5-edfc-481e-b7f7-00480800b6d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/{{shipping_id}}","description":"<p>Delete an existing shipping method.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{shipping_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}shipping"],"query":[],"variable":[]}},"response":[{"id":"f570d460-98a8-4815-8c6f-907c5bc75495","name":"Delete Shipping Method","originalRequest":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}shipping/17"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 03 Mar 2022 18:32:19 GMT"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"29c9a6f5-edfc-481e-b7f7-00480800b6d1"}],"id":"54f98e84-f4c2-4516-9fd9-f06e4a7b3f45","_postman_id":"54f98e84-f4c2-4516-9fd9-f06e4a7b3f45","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Tokenization","item":[{"name":"Tokenize Payment","id":"571e25ab-ae74-4868-a45a-36e1c4719556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"card_number\" : \"1312332123424212\",\n\t\"cvv\" : \"123\",\n\t\"expiry\" : \"10-2020\",\n\t\"brand\" : \"visa\"\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}tokenize_payment","description":"<p>Get a temporary token that will be used as an alternative to sending personal cardholder information (card number, expiry, CVV) with a new_order call. It is passed to new_order via the <code>payment_token</code> attribute. The token is valid for 15 minutes</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>card_number</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The card number 12-19 digits</td>\n</tr>\n<tr>\n<td>cvv</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The cvv 3-4 digits</td>\n</tr>\n<tr>\n<td>expiry</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The expiry format is: MM-YYYY</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>Optionally</td>\n<td>Mapped by the cc number to (Visa, Master, AMEX, Discover, Diners)</td>\n<td>String</td>\n<td>The brand name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}tokenize_payment"],"query":[],"variable":[]}},"response":[{"id":"3eb10a92-e9be-4ffd-9c46-9bf3bba6bf0f","name":"Tokenize Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"card_number\": \"1312332123424212\",\n    \"cvv\": \"123\",\n    \"expiry\": \"10-2020\",\n    \"brand\": \"visa\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}tokenize_payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 Dec 2018 12:48:53 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"token\": \"4ac679e4-f955-11e8-a7e3-12f0b4779fbe\",\n        \"expires_at\": \"2018-12-06 08:03:55\"\n    }\n}"}],"_postman_id":"571e25ab-ae74-4868-a45a-36e1c4719556"},{"name":"Tokenize API Credentials","id":"fee54375-8ad9-40a0-b29e-74c25d14499a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}token/{{method}}","description":"<p>This call is intended to be used to tokenize API credentials for each API endpoint.\nThe token in the response from this call can be used as the replacement of your plain API credentials (username and password), this is an alternative to keep your API credentials secure when making API calls.</p>\n<p>##How to use the token\nThe token should be pass as a <code>Bearer</code> token in the <code>Authorization</code> header for the API call passed when creating the token. For example:</p>\n<p>A call to <code>/api/v2/token/tokenize_payment </code> will create a token specifically for the <code>tokenize_payment</code> endpoint, that token should be passed as a <code>Bearer</code> token in the <code>Authorization</code> header for the subsequent call to <code>/api/v2/tokenize_payment</code>.</p>\n<p>##Important Note\nThe life of the token is 10 minutes from the time of its creation.</p>\n","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":true,"source":{"_postman_id":"6af160c3-179e-4a3d-86c0-0d04a8b034ee","id":"6af160c3-179e-4a3d-86c0-0d04a8b034ee","name":"Tokenization","type":"folder"}},"urlObject":{"protocol":"https","path":["{{method}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}token"],"query":[],"variable":[]}},"response":[{"id":"84b9ac74-730a-4a9f-84da-e4e374e5a7f5","name":"Tokenize API Credentials","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}token/new_order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 13 Dec 2018 13:15:39 GMT"},{"key":"Server","value":"Apache/2.4.34 (Amazon)"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"token\": \"3365a176-fed9-11e8-a7e3-12f0b4779fbe\"\n    }\n}"}],"_postman_id":"fee54375-8ad9-40a0-b29e-74c25d14499a"}],"id":"6af160c3-179e-4a3d-86c0-0d04a8b034ee","auth":{"type":"basic","basic":{"password":"<password>","username":"<username>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b0b0b1cc-fb41-4240-a70b-1e8e256d882a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d263675-ca1f-41f0-a889-c13174bfe36b","type":"text/javascript","exec":[""]}}],"_postman_id":"6af160c3-179e-4a3d-86c0-0d04a8b034ee","description":""},{"name":"Users","item":[{"name":"Get Users","id":"4fe8a781-46f4-4993-a073-ea23f8927a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}users","description":"<p>Fetch a list of user objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each user objects contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The user ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The user first and last name.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The user's email.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>The user's timezone.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The user's active flag</td>\n</tr>\n<tr>\n<td>call_center_provider_id</td>\n<td>Integer</td>\n<td>The user's call center provider ID that is determining wether the user is allowed to use SSO</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the user was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the user was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}users"],"query":[],"variable":[]}},"response":[{"id":"1d73cfce-2cac-408c-9696-2bd7bfaa76d3","name":"Get Users","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Mar 2022 18:56:09 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Set-Cookie","value":"token=5ln6qrvai6644a7hqpp1ni17qr; expires=Thu, 24-Mar-2022 20:11:10 GMT; Max-Age=4500; path=/; secure; HttpOnly; SameSite=None"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"2987"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"department_id\": 3,\n            \"timezone\": \"America/New_York\",\n            \"id\": 2,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"dtroshuk@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        {\n            \"department_id\": 0,\n            \"timezone\": \"America/New_York\",\n            \"id\": 999998,\n            \"is_active\": 1,\n            \"name\": \"sticky.io API\",\n            \"email\": \"admin@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        {\n            \"department_id\": 0,\n            \"timezone\": \"America/New_York\",\n            \"id\": 999999,\n            \"is_active\": 1,\n            \"name\": \"sticky.io\",\n            \"email\": \"admin@sticky.io\",\n            \"call_center_provider_id\": 0\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000002,\n            \"is_active\": 1,\n            \"name\": \"n/a\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000003,\n            \"is_active\": 1,\n            \"name\": \"n/a\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000004,\n            \"is_active\": 1,\n            \"name\": \"BDP Agent\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000005,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"troshuk@gmail.com\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000006,\n            \"is_active\": 1,\n            \"name\": \"n/a\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000007,\n            \"is_active\": 1,\n            \"name\": \"n/a\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000008,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000009,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"dtroshuk@sticky.io\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000010,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"dtroshuktest@gmail.com\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000013,\n            \"is_active\": 1,\n            \"name\": \"n/a\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000014,\n            \"is_active\": 1,\n            \"name\": \"n/a\",\n            \"email\": \"mmartin1@sticky.io\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000015,\n            \"is_active\": 1,\n            \"name\": \"Matt Testing\",\n            \"email\": \"mmartin@limelightcrm.com\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 19,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000016,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"dtroshuk@sticky.io\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 19,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000019,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        },\n        {\n            \"department_id\": 17,\n            \"timezone\": \"America/New_York\",\n            \"id\": 1000020,\n            \"is_active\": 1,\n            \"name\": \"Denys Troshuk\",\n            \"email\": \"\",\n            \"call_center_provider_id\": 4\n        }\n    ],\n    \"first_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/users?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/users?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://denys.dev2.sticky.io/dev/api/v2/users\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 18,\n    \"total\": 18\n}"}],"_postman_id":"4fe8a781-46f4-4993-a073-ea23f8927a62"},{"name":"Get Call Center Providers","id":"21199695-230f-444e-bff6-c0186a03a657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}users/call_center_providers","description":"<p>Fetch a list of call center provider objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each call center provider objects contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The call center provider's ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The call center provider's name.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["call_center_providers"],"host":["{{app_key}}","{{domain}}{{v2_ext}}users"],"query":[],"variable":[]}},"response":[{"id":"e15a7bd7-9aba-4931-aa36-33a615ba6562","name":"Get Call Center Providers","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}users/call_center_providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Mar 2022 19:30:24 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Set-Cookie","value":"token=5ln6qrvai6644a7hqpp1ni17qr; expires=Thu, 24-Mar-2022 20:45:25 GMT; Max-Age=4500; path=/; secure; HttpOnly; SameSite=None"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"460"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 23,\n            \"name\": \"BDP Call Center\"\n        }\n    ],\n    \"first_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/users/call_center_providers?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/users/call_center_providers?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://denys.dev2.sticky.io/dev/api/v2/users/call_center_providers\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"21199695-230f-444e-bff6-c0186a03a657"},{"name":"Get User Departments","id":"dbff9bfc-7cd4-4b7b-aae3-d51980647c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":false},"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}users/departments","description":"<p>Fetch a list of department objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each department objects contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The department's ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The department's name.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["departments"],"host":["{{app_key}}","{{domain}}{{v2_ext}}users"],"query":[],"variable":[]}},"response":[{"id":"1a2b507f-c54f-46b3-a3d8-3f3c321f6c2b","name":"Get User Departments","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}users/departments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Mar 2022 19:55:56 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Apache/2.4.51 ()"},{"key":"Set-Cookie","value":"token=5ln6qrvai6644a7hqpp1ni17qr; expires=Thu, 24-Mar-2022 21:10:57 GMT; Max-Age=4500; path=/; secure; HttpOnly; SameSite=None"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"809"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Customer Service\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Financial\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Administrator\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Technical\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Fulfillment\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Tier 1 Agent\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Tier 2 Agent\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Supervisor Agent\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Manager\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"SalesForce Commerce Cloud\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"BigCommerce\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Affiliate\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Shopify\"\n        }\n    ],\n    \"first_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/users/departments?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://denys.dev2.sticky.io/dev/api/v2/users/departments?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"http://denys.dev2.sticky.io/dev/api/v2/users/departments\",\n    \"per_page\": 100,\n    \"prev_page_url\": null,\n    \"to\": 13,\n    \"total\": 13\n}"}],"_postman_id":"dbff9bfc-7cd4-4b7b-aae3-d51980647c6b"}],"id":"255f8de9-9d23-4ff6-aced-52e0e2256523","_postman_id":"255f8de9-9d23-4ff6-aced-52e0e2256523","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Providers","item":[{"name":"Chargeback","item":[{"name":"Add Representment","id":"dac3ad8d-4a5d-4d23-8e99-ad0e6e5bd8ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Platform-Key","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"representments\":[\r\n        {\r\n            \"provider_transaction_id\": \"123abc\",\r\n            \"provider_mid\": \"mid123\",\r\n            \"provider_alias\": \"Alias\",\r\n            \"gateway_id\": 123,\r\n            \"order_id\": \"sticky orders_id\",\r\n            \"reason_code\": \"21asc\",\r\n            \"reason_category\": \"category\",\r\n            \"case_number\": \"123abc\",\r\n            \"posted_date_in\": \"2022-01-23\",\r\n            \"transaction_date_in\": \"2022-01-22\",\r\n            \"dispute_amount\": 12,\r\n            \"first_name\": \"John\",\r\n            \"last_name\": \"Doe\",\r\n            \"billing_address_1\": \"123 Street\",\r\n            \"billing_city\": \"Tampa\", \r\n            \"billing_state\": \"Florida\",\r\n            \"billing_zip\": \"33584\",\r\n            \"currency\": \"USD\",\r\n            \"ip_address\": \"255.255.255.255\",\r\n            \"provider_status\": \"Created\",\r\n            \"provider_verdict\": \"Accepted\",\r\n            \"case_type\": \"Type\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}providers/chargeback/add-representments","description":"<p>Create one or multiple representment cases.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>representments</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of representment objects.</td>\n</tr>\n<tr>\n<td>representments.*.provider_transaction_id</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The transaction ID in the provider.</td>\n</tr>\n<tr>\n<td>representments.*.provider_mid</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The MID in the provider.</td>\n</tr>\n<tr>\n<td>representments.*.provider_alias</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The alias of the provider.</td>\n</tr>\n<tr>\n<td>representments.*.gateway_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>Gateway ID associated to the transaction.</td>\n</tr>\n<tr>\n<td>representments.*.order_id</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The order ID associated to the transaction in sticky.</td>\n</tr>\n<tr>\n<td>representments.*.reason_code</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The reason code associated with the transaction.</td>\n</tr>\n<tr>\n<td>representments.*.reason_category</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The reason category.</td>\n</tr>\n<tr>\n<td>representments.*.case_number</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The case number associated to the transaction.</td>\n</tr>\n<tr>\n<td>representments.*.posted_date_in</td>\n<td>Optional</td>\n<td>-</td>\n<td>String: Date format(<code>Y-m-d</code>)</td>\n<td>The date the transaction was posted.</td>\n</tr>\n<tr>\n<td>representments.*.transaction_date_in</td>\n<td>Optional</td>\n<td>-</td>\n<td>String: Date format(<code>Y-m-d</code>)</td>\n<td>The date the transaction was created.</td>\n</tr>\n<tr>\n<td>representments.*.dispute_amount</td>\n<td>Optional</td>\n<td>-</td>\n<td>Float</td>\n<td>The amount being disputed.</td>\n</tr>\n<tr>\n<td>representments.*.first_name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The first name of the customer.</td>\n</tr>\n<tr>\n<td>representments.*.last_name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The last name of the customer.</td>\n</tr>\n<tr>\n<td>representments.*.billing_address_1</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The billing address 1 of the customer.</td>\n</tr>\n<tr>\n<td>representments.*.billing_city</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The billing city of the customer.</td>\n</tr>\n<tr>\n<td>representments.*.billing_state</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The billing state of the customer.</td>\n</tr>\n<tr>\n<td>representments.*.billing_zip</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The billing zip of the customer.</td>\n</tr>\n<tr>\n<td>representments.*.currency</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The currency of the transaction.</td>\n</tr>\n<tr>\n<td>representments.*.ip_address</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The ip address of the customer.</td>\n</tr>\n<tr>\n<td>representments.*.provider_status</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The status of the case.</td>\n</tr>\n<tr>\n<td>representments.*.provider_verdict</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The verdict of the case.</td>\n</tr>\n<tr>\n<td>representments.*.case_type</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The type of case.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["chargeback","add-representments"],"host":["{{app_key}}","{{domain}}{{v2_ext}}providers"],"query":[],"variable":[]}},"response":[],"_postman_id":"dac3ad8d-4a5d-4d23-8e99-ad0e6e5bd8ed"}],"id":"51f73916-9d04-4cf6-8f88-b08141f8c119","_postman_id":"51f73916-9d04-4cf6-8f88-b08141f8c119","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}}],"id":"261e9809-75d3-4032-8d42-139ecc7c6ecc","_postman_id":"261e9809-75d3-4032-8d42-139ecc7c6ecc","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Trial Workflows","item":[{"name":"Get Trial Workflows","id":"f4d48e8e-edae-437c-836d-74d02c5079b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows","description":"<p>Fetch a list of trial workflow objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each trial workflow object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The trial workflow ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The trial workflow name.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The trial workflow active status.</td>\n</tr>\n<tr>\n<td>is_deleted</td>\n<td>Integer Flag</td>\n<td>The trial workflow deleted status.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the trial workflow.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the trial workflow.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow was last updated.</td>\n</tr>\n<tr>\n<td>units</td>\n<td>Array</td>\n<td>Array of trial workflow unit objects associated with this trial workflow.</td>\n</tr>\n<tr>\n<td>units.*.id</td>\n<td>Integer</td>\n<td>The trial workflow unit ID.</td>\n</tr>\n<tr>\n<td>units.*.trial_workflow_id</td>\n<td>Integer</td>\n<td>The trial workflow ID associated with this trial workflow unit.</td>\n</tr>\n<tr>\n<td>units.*.step_number</td>\n<td>Integer</td>\n<td>The step number in which this trial workflow unit's configurations will be enforced.</td>\n</tr>\n<tr>\n<td>units.*.name</td>\n<td>String</td>\n<td>The trial workflow unit name.</td>\n</tr>\n<tr>\n<td>units.*.duration</td>\n<td>Integer</td>\n<td>The amount of days used to determine the next recurring date during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.price</td>\n<td>Float</td>\n<td>Custom line item price to be charged during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.product_id</td>\n<td>Integer</td>\n<td>Custom product ID to be selected for purchase during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_shippable</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a line item will ship during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_notifiable</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not an order confirmation email will get sent during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_one_time_pairable</td>\n<td>Integer Flag</td>\n<td>Specifies if one time paired products can be attached during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_active</td>\n<td>Integer Flag</td>\n<td>The trial workflow unit active status.</td>\n</tr>\n<tr>\n<td>units.*.is_deleted</td>\n<td>Integer Flag</td>\n<td>The trial workflow unit deleted status.</td>\n</tr>\n<tr>\n<td>units.*.created_by</td>\n<td>Integer</td>\n<td>The user ID that created the trial workflow unit.</td>\n</tr>\n<tr>\n<td>units.*.updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the trial workflow unit.</td>\n</tr>\n<tr>\n<td>units.*.created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow unit was created.</td>\n</tr>\n<tr>\n<td>units.*.updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow unit was last updated.</td>\n</tr>\n<tr>\n<td>units.*.is_parent_cancellable</td>\n<td>Integer Flag</td>\n<td>Specified whether or not to refund the parent order associated with this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price_type_id</td>\n<td>Integer</td>\n<td>An identifier that tells the system how to determine the shipping charge on a specified trial workflow unit. See Get Shipping Price Type API for allowed values.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price</td>\n<td>Float</td>\n<td>The custom shipping price to be used on this trial workflow unit.  Applicable when shipping_price_type_id is 4.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4d48e8e-edae-437c-836d-74d02c5079b3"},{"name":"Get One Trial Workflow","id":"db22f5d4-7236-4179-bf26-36d2152adfea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows/1","description":"<p>Fetch a specific trial workflow object by ID.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in the trial workflow object contained within the data field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The trial workflow ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The trial workflow name.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The trial workflow active status.</td>\n</tr>\n<tr>\n<td>is_deleted</td>\n<td>Integer Flag</td>\n<td>The trial workflow deleted status.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The user ID that created the trial workflow.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the trial workflow.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow was last updated.</td>\n</tr>\n<tr>\n<td>units</td>\n<td>Array</td>\n<td>Array of trial workflow unit objects associated with this trial workflow.</td>\n</tr>\n<tr>\n<td>units.*.id</td>\n<td>Integer</td>\n<td>The trial workflow unit ID.</td>\n</tr>\n<tr>\n<td>units.*.trial_workflow_id</td>\n<td>Integer</td>\n<td>The trial workflow ID associated with this trial workflow unit.</td>\n</tr>\n<tr>\n<td>units.*.step_number</td>\n<td>Integer</td>\n<td>The step number in which this trial workflow unit's configurations will be enforced.</td>\n</tr>\n<tr>\n<td>units.*.name</td>\n<td>String</td>\n<td>The trial workflow unit name.</td>\n</tr>\n<tr>\n<td>units.*.duration</td>\n<td>Integer</td>\n<td>The amount of days used to determine the next recurring date during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.price</td>\n<td>Float</td>\n<td>Custom line item price to be charged during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.product_id</td>\n<td>Integer</td>\n<td>Custom product ID to be selected for purchase during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_shippable</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a line item will ship during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_notifiable</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not an order confirmation email will get sent during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_one_time_pairable</td>\n<td>Integer Flag</td>\n<td>Specifies if one time paired products can be attached during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_active</td>\n<td>Integer Flag</td>\n<td>The trial workflow unit active status.</td>\n</tr>\n<tr>\n<td>units.*.is_deleted</td>\n<td>Integer Flag</td>\n<td>The trial workflow unit deleted status.</td>\n</tr>\n<tr>\n<td>units.*.created_by</td>\n<td>Integer</td>\n<td>The user ID that created the trial workflow unit.</td>\n</tr>\n<tr>\n<td>units.*.updated_by</td>\n<td>Integer</td>\n<td>The user ID that last updated the trial workflow unit.</td>\n</tr>\n<tr>\n<td>units.*.created_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow unit was created.</td>\n</tr>\n<tr>\n<td>units.*.updated_at</td>\n<td>String</td>\n<td>A timestamp that represents when the trial workflow unit was last updated.</td>\n</tr>\n<tr>\n<td>units.*.is_parent_cancellable</td>\n<td>Integer Flag</td>\n<td>Specified whether or not to refund the parent order associated with this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price_type_id</td>\n<td>Integer</td>\n<td>An identifier that tells the system how to determine the shipping charge on a specified trial workflow unit. See Get Shipping Price Type API for allowed values.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price</td>\n<td>Float</td>\n<td>The custom shipping price to be used on this trial workflow unit.  Applicable when shipping_price_type_id is 4.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1"],"host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"db22f5d4-7236-4179-bf26-36d2152adfea"},{"name":"Create Trial Workflow","id":"99d85650-2f5c-4e08-afa5-b53309c9a87c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Basic Trial Workflow\",\n    \"is_active\":1,\n    \"units\":[\n        {\n            \"step_number\":1,\n            \"name\":\"Reservation Charge\",\n            \"duration\":2,\n            \"price\":2.50,\n            \"is_parent_cancellable\":0,\n            \"product_id\":4,\n            \"is_shippable\":0,\n            \"is_notifiable\":0,\n            \"is_one_time_pairable\":0,\n            \"shipping_price_type_id\": 4,\n            \"shipping_price\": 0.00\n        },\n        {\n            \"step_number\":2,\n            \"name\":\"Remaining Charge\",\n            \"duration\":28,\n            \"price\":17.50,\n            \"is_parent_cancellable\":1,\n            \"is_shippable\":1,\n            \"is_notifiable\":1,\n            \"is_one_time_pairable\":1,\n            \"shipping_price_type_id\": 2\n        }\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows","description":"<p>Create a trial workflow.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The trial workflow name.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>The trial workflow active status.</td>\n</tr>\n<tr>\n<td>units</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of trial workflow unit objects associated with this trial workflow.</td>\n</tr>\n<tr>\n<td>units.*.step_number</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The step number in which this trial workflow unit's configurations will be enforced.</td>\n</tr>\n<tr>\n<td>units.*.name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The trial workflow unit name.</td>\n</tr>\n<tr>\n<td>units.*.duration</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer</td>\n<td>The amount of days used to determine the next recurring date during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.price</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Float</td>\n<td>Custom line item price to be charged during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.product_id</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer</td>\n<td>Custom product ID to be selected for purchase during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_shippable</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a line item will ship during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_notifiable</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not an order confirmation email will get sent during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_one_time_pairable</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>Specifies if one time paired products can be attached during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_parent_cancellable</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specified whether or not to refund the parent order associated with this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price_type_id</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer</td>\n<td>An identifier that tells the system how to determine the shipping charge on a specified trial workflow unit. See Get Shipping Price Type API for allowed values.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price</td>\n<td>Required Sometimes</td>\n<td><code>null</code></td>\n<td>Float</td>\n<td>The custom shipping price to be used on this trial workflow unit.  Applicable when shipping_price_type_id is 4.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"99d85650-2f5c-4e08-afa5-b53309c9a87c"},{"name":"Copy Trial Workflow","id":"81feec06-3411-40cc-a70f-064976028d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows/1/copy","description":"<p>Copy a trial workflow.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","copy"],"host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"81feec06-3411-40cc-a70f-064976028d4c"},{"name":"Update Trial Workflow","id":"5b9956f3-b308-40e1-8a69-9240106a0820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Advanced Trial Workflow\",\n    \"is_active\":1,\n    \"replace\":1,\n    \"units\":[\n        {\n            \"step_number\":1,\n            \"name\":\"Reservation Charge\",\n            \"duration\":2,\n            \"price\":2.75,\n            \"is_parent_cancellable\":0,\n            \"product_id\":4,\n            \"is_shippable\":0,\n            \"is_notifiable\":0,\n            \"is_one_time_pairable\":0,\n            \"shipping_price_type_id\": 4,\n            \"shipping_price\": 4.95\n        },\n        {\n            \"step_number\":2,\n            \"name\":\"Service Charge\",\n            \"duration\":18,\n            \"price\":10.00,\n            \"is_parent_cancellable\":1,\n            \"is_shippable\":0,\n            \"is_notifiable\":0,\n            \"is_one_time_pairable\":0,\n            \"shipping_price_type_id\": 2\n        },\n        {\n            \"step_number\":3,\n            \"name\":\"Confirmation Charge\",\n            \"duration\":10,\n            \"price\":20.00,\n            \"is_parent_cancellable\":1,\n            \"is_shippable\":1,\n            \"is_notifiable\":1,\n            \"is_one_time_pairable\":1\n        }\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows/4","description":"<p>Update an existing trial workflow.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>replace</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not to append or replace trial workflow units passed in the <code>units</code> array.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The trial workflow name.</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>The trial workflow active status.</td>\n</tr>\n<tr>\n<td>units</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of trial workflow unit objects associated with this trial workflow.</td>\n</tr>\n<tr>\n<td>units.*.id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Integer</td>\n<td>The trial workflow unit ID. Only specify this parameter when you want to update an existing trial workflow unit within the trial workflow.</td>\n</tr>\n<tr>\n<td>units.*.step_number</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>Integer</td>\n<td>The step number in which this trial workflow unit's configurations will be enforced. Required when <code>id</code> is specified in a given trial workflow unit object.</td>\n</tr>\n<tr>\n<td>units.*.name</td>\n<td>Required Sometimes</td>\n<td>-</td>\n<td>String</td>\n<td>The trial workflow unit name. Required when <code>id</code> is specified in a given trial workflow unit object.</td>\n</tr>\n<tr>\n<td>units.*.duration</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Integer</td>\n<td>The amount of days used to determine the next recurring date during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.price</td>\n<td>Optional</td>\n<td><code>null</code></td>\n<td>Float</td>\n<td>Custom line item price to be charged during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.product_id</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer</td>\n<td>Custom product ID to be selected for purchase during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_shippable</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not a line item will ship during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_notifiable</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not an order confirmation email will get sent during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_one_time_pairable</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer Flag</td>\n<td>Specifies if one time paired products can be attached during this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.is_parent_cancellable</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specified whether or not to refund the parent order associated with this trial workflow unit's billing event.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price_type_id</td>\n<td>Optional</td>\n<td>1</td>\n<td>Integer</td>\n<td>An identifier that tells the system how to determine the shipping charge on a specified trial workflow unit. See Get Shipping Price Type API for allowed values.</td>\n</tr>\n<tr>\n<td>units.*.shipping_price</td>\n<td>Required Sometimes</td>\n<td><code>null</code></td>\n<td>Float</td>\n<td>The custom shipping price to be used on this trial workflow unit.  Applicable when shipping_price_type_id is 4.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["4"],"host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b9956f3-b308-40e1-8a69-9240106a0820"},{"name":"Delete Trial Workflow","id":"3ca5a7f4-9570-4cb8-919f-7cc5a710229f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows/1","description":"<p>Delete an existing trial workflow.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1"],"host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca5a7f4-9570-4cb8-919f-7cc5a710229f"},{"name":"Relate To Offer","id":"4b0fb0e9-7901-4dd5-90d5-54a0086d01eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"is_default\":1}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows/1/offer/196","description":"<p>Associate a trial workflow to an offer.</p>\n<p><strong>Request Data</strong></p>\n<p>A request body is <strong>not</strong> required for this API call.  However, you can send the following request parameter(s):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>is_default</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not the trial workflow associated with this request will be the default trial workflow for the offer associated with this request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","offer","196"],"host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b0fb0e9-7901-4dd5-90d5-54a0086d01eb"},{"name":"Relate Many To Offer","id":"2f75db2a-0826-4c42-a3fb-4cc4a8288e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        {\n            \"id\": 1,\n            \"is_default\": 0\n        },\n        {\n            \"id\": 2,\n            \"is_default\": 1\n        }\n    ]\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflow-offer/184/relate","description":"<p>Associate 1 or more trial workflows to a single offer.</p>\n<p><strong>Request Data</strong></p>\n<p>Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>An array of objects specifying offers to associate.</td>\n</tr>\n<tr>\n<td>ids.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The offer ID that will relate to trial workflow associated with this API request.</td>\n</tr>\n<tr>\n<td>ids.*.is_default</td>\n<td>Optional</td>\n<td>0</td>\n<td>Integer Flag</td>\n<td>Specifies whether or not the trial workflow associated with this request will be the default trial workflow for the offer associated with this request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["184","relate"],"host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflow-offer"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f75db2a-0826-4c42-a3fb-4cc4a8288e65"},{"name":"Unrelate From Offer","id":"a2e506d8-7e77-44c6-8fe2-099f8aa9858c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}trial-workflows/1/offer/196","description":"<p>Break the association between a trial workflow and an existing offer.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["1","offer","196"],"host":["{{app_key}}","{{domain}}{{v2_ext}}trial-workflows"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2e506d8-7e77-44c6-8fe2-099f8aa9858c"}],"id":"94c82590-e932-4233-af0c-f7fa55f297f4","description":"<p>Orchestrate a sequence of billing events with trial workflows.</p>\n","_postman_id":"94c82590-e932-4233-af0c-f7fa55f297f4","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Inventories","item":[{"name":"Get All Inventories","id":"0dc66b40-2586-4b97-ad0c-d12482de85f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}inventories","description":"<p>This method is used to get all Inventories.</p>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>This is the ID for the related inventory.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>int</td>\n<td>This is the product id of the related inventory.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>int</td>\n<td>This is the current quantity (initial excludes shipped)</td>\n</tr>\n<tr>\n<td>allocated_quantity</td>\n<td>int</td>\n<td>This is the purchased quantity but not shipped yet.  <br />(after shipping item quantity gets decremented)</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>This is the name of the product.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>warehouse_info</td>\n<td>json</td>\n<td>Warehouse object related to inventory.  <br />(Warehouse <strong>id</strong> and <strong>name</strong> will be inside of this object)</td>\n</tr>\n<tr>\n<td>variant_info</td>\n<td>json</td>\n<td>This is the variant info object of the product. This will show only if product has variants.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}inventories"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dc66b40-2586-4b97-ad0c-d12482de85f5"},{"name":"Get Product Inventories","id":"2f000206-cfc8-417b-bcf6-c9c92a0035ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/inventory","description":"<p>Get all inventories for a single product by passing product id in URL.</p>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>This is the ID for the related inventory.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>int</td>\n<td>This is the product id of the related inventory.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>int</td>\n<td>This is the current quantity (initial excludes shipped)</td>\n</tr>\n<tr>\n<td>allocated_quantity</td>\n<td>int</td>\n<td>This is the purchased quantity but not shipped yet. (after shipping item quantity gets decremented)</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>This is the name of the product.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>warehouse_info</td>\n<td>json</td>\n<td>Warehouse object related to inventory. (Warehouse <strong>id</strong> and <strong>name</strong> will be inside of this object)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","inventory"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f000206-cfc8-417b-bcf6-c9c92a0035ca"},{"name":"Update Inventory","id":"5c57e270-e4bf-445f-9942-8835511c66b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\"                : \"Empty Wash JUG\",\r\n    \"description\"         : \"Empty Wash JUG\",\r\n    \"initial_quantity\"    : 100,\r\n    \"quantity\"            : 105,\r\n    \"inventory_threshold\" : 5,\r\n    \"reorder_amount\"      : 99,\r\n    \"warehouse_id\"        : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/inventory","description":"<p>Update an existing product inventory.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>warehouse_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The warehouse id for product.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Required</td>\n<td></td>\n<td>Numeric</td>\n<td>This is the current quantity (initial excludes shipped)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the name of the product. It should be max 255 character.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the description of the product. It should be max 1000 character.</td>\n</tr>\n<tr>\n<td>initial_quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>This is the initially entered quantity for product inventory.</td>\n</tr>\n<tr>\n<td>inventory_threshold</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>Quantity in which we should initiate events (reorder etc…)</td>\n</tr>\n<tr>\n<td>reorder_amount</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>Reorder amount is the amount we need to request to reorder.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong></p>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>This is the ID for the related inventory.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>int</td>\n<td>This is the product id of the related inventory.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>int</td>\n<td>This is the current quantity (initial excludes shipped)</td>\n</tr>\n<tr>\n<td>allocated_quantity</td>\n<td>int</td>\n<td>This is the purchased quantity but not shipped yet. (after shipping item quantity gets decremented)</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>This is the name of the product.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>warehouse_info</td>\n<td>json</td>\n<td>Warehouse object related to inventory. (Warehouse <strong>id</strong> and <strong>name</strong> will be inside of this object)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","inventory"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c57e270-e4bf-445f-9942-8835511c66b6"},{"name":"Update Variant Inventory","id":"1387c6f5-ede7-42d2-a618-95af768dba05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\"                : \"Empty Wash JUG\",\r\n    \"description\"         : \"Empty Wash JUG\",\r\n    \"initial_quantity\"    : 100,\r\n    \"quantity\"            : 105,\r\n    \"inventory_threshold\" : 5,\r\n    \"reorder_amount\"      : 99,\r\n    \"warehouse_id\"        : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/inventory","description":"<p>Update an existing product inventory.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>warehouse_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The warehouse id for product.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>This is the current quantity (initial excludes shipped)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The name of product.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The description of product.</td>\n</tr>\n<tr>\n<td>initial_quantity</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>The initially entered quantity.</td>\n</tr>\n<tr>\n<td>inventory_threshold</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>Quantity in which we should initiate events (reorder etc…)</td>\n</tr>\n<tr>\n<td>reorder_amount</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>Reorder amount is the amount we need to request to reorder.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Data</strong></p>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>This is the ID for the related inventory.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>int</td>\n<td>This is the product_id of the related inventory.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>int</td>\n<td>This is the current quantity (initial excludes shipped)</td>\n</tr>\n<tr>\n<td>allocated_quantity</td>\n<td>int</td>\n<td>This is the purchased quantity but not shipped yet. (after shipping item quantity gets decremented)</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>This is the name of the product.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>warehouse_info</td>\n<td>json</td>\n<td>Warehouse object related to inventory. (Warehouse id and name will be inside of this object)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","inventory"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[],"_postman_id":"1387c6f5-ede7-42d2-a618-95af768dba05"},{"name":"Get Variant Inventory","id":"fb19c3b9-6fc3-4c4d-b322-79d0b1d31e48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}products/{{product_id}}/variants/{{variant_id}}/inventory","description":"<h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>This is the ID for the related inventory.</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>int</td>\n<td>This is the product id of the related inventory.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>int</td>\n<td>This is the current quantity (initial excludes shipped)</td>\n</tr>\n<tr>\n<td>allocated_quantity</td>\n<td>int</td>\n<td>This is the purchased quantity but not shipped yet. (after shipping item quantity gets decremented)</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>string</td>\n<td>This is the name of the product.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>The product SKU identifier.</td>\n</tr>\n<tr>\n<td>warehouse_info</td>\n<td>json</td>\n<td>Warehouse object related to inventory. (Warehouse <strong>id</strong> and <strong>name</strong> will be inside of this object)</td>\n</tr>\n<tr>\n<td>variant_info</td>\n<td>json</td>\n<td>This is the variant info object of the product.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{product_id}}","variants","{{variant_id}}","inventory"],"host":["{{app_key}}","{{domain}}{{v2_ext}}products"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb19c3b9-6fc3-4c4d-b322-79d0b1d31e48"}],"id":"08bdda26-6e1d-4512-87ef-e3ef8455fd21","description":"<p>Manage your platform inventory of the products using the inventory API.<br />Below you will find methods related to inventory.</p>\n","_postman_id":"08bdda26-6e1d-4512-87ef-e3ef8455fd21","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Warehouse","item":[{"name":"Get All warehouses","id":"63e5d19f-0e0d-4976-b9bf-28cd3ff1b3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}warehouses","description":"<p>This method is used to get all warehouse.</p>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>This is the warehouse ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>This is the warehouse name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>This is the description of warehouse.</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>String</td>\n<td>This is the first address of warehouse.</td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>String</td>\n<td>This is the second address of warehouse.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>This is the city name where warehouse located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>This is the state code where warehouse located.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>Number</td>\n<td>This is the zip code.</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>Number</td>\n<td>This is the country id.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Boolean Flag</td>\n<td>This is the warehouse status. It's return Boolean value 0/1.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Number</td>\n<td>This is the id of the user who created this warehouse.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Number</td>\n<td>This is the id of the user who updated this warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}warehouses"],"query":[],"variable":[]}},"response":[],"_postman_id":"63e5d19f-0e0d-4976-b9bf-28cd3ff1b3c0"},{"name":"Get Warehouse","id":"fe28d0eb-7cd4-45f2-af2c-9ec4195703ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}warehouse/{{warehouse_id}}","description":"<p>This method is used to get a single warehouse details.</p>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>This is the warehouse ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>This is the warehouse name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>This is the description of warehouse.</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>String</td>\n<td>This is the first address of warehouse.</td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>String</td>\n<td>This is the second address of warehouse.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>This is the city name where warehouse located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>This is the state code where warehouse located.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>Number</td>\n<td>This is the zip code.</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>Number</td>\n<td>This is the country id.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Boolean Flag</td>\n<td>This is the warehouse status. It's return Boolean value 0/1.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Number</td>\n<td>This is the id of the user who created this warehouse.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Number</td>\n<td>This is the id of the user who updated this warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{warehouse_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}warehouse"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe28d0eb-7cd4-45f2-af2c-9ec4195703ad"},{"name":"Update Warehouse","id":"0f156bd8-51e3-4150-9a48-f1e111354709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test Warehouse Name-New\",\r\n    \"description\": \"testdescriptionNew\",\r\n    \"address_1\": \"1234 main new str\",\r\n    \"address_2\": \"new suite3\",\r\n    \"city\": \"NOrlando\",\r\n    \"state\": \"FLU\",\r\n    \"zip\": \"32821\",\r\n    \"country_id\": 223,\r\n    \"active\": 0\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}warehouse/{{warehouse_id}}","description":"<p>This method is used to update a single warehouse details.</p>\n<h2 id=\"request-data\">Request Data</h2>\n<p>Request parameters expected during this API call:  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the warehouse name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the description of warehouse.</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the first address of warehouse.</td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the second address of warehouse.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the city name where warehouse located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>This is the state code.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>This is the zip code.</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>Optional</td>\n<td>-</td>\n<td>Numeric</td>\n<td>This is the country id.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Optional</td>\n<td>-</td>\n<td>Boolean</td>\n<td>This is the warehouse status. There value should be 0 or 1.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>This is the warehouse ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>This is the warehouse name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>This is the description of warehouse.</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>String</td>\n<td>This is the first address of warehouse.</td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>String</td>\n<td>This is the second address of warehouse.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>This is the city name where warehouse located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>This is the state code where warehouse located.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>Number</td>\n<td>This is the zip code.</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>Number</td>\n<td>This is the country id.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Boolean Flag</td>\n<td>This is the warehouse status. It's return Boolean value 0/1.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Number</td>\n<td>This is the id of the user who created this warehouse.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Number</td>\n<td>This is the id of the user who updated this warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{warehouse_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}warehouse"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f156bd8-51e3-4150-9a48-f1e111354709"},{"name":"Delete Warehouse","id":"ccf531f2-66e9-43b8-95fc-3ae2ec288f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}warehouse/{{warehouse_id}}","description":"<p>Delete an existing warehouse.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{warehouse_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}warehouse"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf531f2-66e9-43b8-95fc-3ae2ec288f52"},{"name":"Create Warehouse","id":"ffb1b2fd-3893-47d3-b0fb-faab35a7e9b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test Warehouse Name-New","description":"<p>The warehouse name.</p>\n","type":"text","contentType":""},{"key":"description","value":"Test description new","description":"<p>The warehouse description.</p>\n","type":"text"},{"key":"address_1","value":"1234 main new str","description":"<p>The warehouse address 1.</p>\n","type":"text"},{"key":"address_2","value":"new suite3","description":"<p>The warehouse address 2.</p>\n","type":"text"},{"key":"city","value":"NOrlando","description":"<p>The warehouse city.</p>\n","type":"text"},{"key":"state","value":"FLU","description":"<p>The warehouse located state code.</p>\n","type":"text"},{"key":"zip","value":"32821","description":"<p>The warehouse zip code.</p>\n","type":"text"},{"key":"country_id","value":"223","description":"<p>The warehouse country id.</p>\n","type":"text"},{"key":"active","value":"1","description":"<p>The warehouse status. It should be Boolean value 0 or 1.</p>\n","type":"text"}]},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}warehouse","description":"<p>This method is used to update a single warehouse details.</p>\n<h2 id=\"request-data\">Request Data</h2>\n<p>Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>country_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>This is the country id.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String(255)</td>\n<td>This is the warehouse name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>This is the description of warehouse.</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>This is the first address of warehouse.</td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>This is the second address of warehouse.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(255)</td>\n<td>This is the city name where warehouse located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(8)</td>\n<td>This is the state code.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>Optional</td>\n<td>-</td>\n<td>String(11)</td>\n<td>This is the zip code.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Optional</td>\n<td>-</td>\n<td>Boolean</td>\n<td>This is the warehouse status. There value should be 0 or 1.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-parameters\">Response Parameters</h2>\n<p>Response parameters contained within the <code>data</code> field <strong>object</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>This is the warehouse ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>This is the warehouse name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>This is the description of warehouse.</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>String</td>\n<td>This is the first address of warehouse.</td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>String</td>\n<td>This is the second address of warehouse.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>This is the city name where warehouse located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>This is the state code where warehouse located.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>This is the zip code.</td>\n</tr>\n<tr>\n<td>country_id</td>\n<td>Integer</td>\n<td>This is the country id.</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Boolean Flag</td>\n<td>This is the warehouse status. It's return Boolean value 0/1.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>This is the id of the user who created this warehouse.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>This is the id of the user who updated this warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}warehouse"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffb1b2fd-3893-47d3-b0fb-faab35a7e9b2"}],"id":"01ce9ca3-fe54-46d8-89c2-4c41625424a3","description":"<p>Manage your platform warehouse using the warehouse API.<br />Below you will find methods related to warehouse.</p>\n","_postman_id":"01ce9ca3-fe54-46d8-89c2-4c41625424a3","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"v3","item":[{"name":"Order","item":[{"name":"Get All Subscriptions","event":[{"listen":"test","script":{"id":"f4d3d132-93bb-4c1b-baa1-a15b1ab66542","exec":["var subData = JSON.parse(responseBody);","","if(subData.status == 'SUCCESS') {","    if(subData.data !== null) {","        subData.data.forEach(sub => {","            postman.setEnvironmentVariable(\"new_sub_id\", sub.id);","        })","    }","}"],"type":"text/javascript"}}],"id":"f73f1421-d74e-4035-bbb4-776c01f5ccbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}orders/{{order_id}}/subscriptions","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{order_id}}","subscriptions"],"host":["{{app_key}}","{{domain}}{{v3_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"2f45a028-7f4f-458f-8a16-d8860b7e6e80","name":"Get All Subscriptions","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}orders/{{order_id}}/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 18:43:04 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"564"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 237,\n            \"contact_id\": 181,\n            \"offer_type_id\": 5,\n            \"created_at\": \"2023-03-20T16:38:28.000000Z\",\n            \"updated_at\": \"2023-03-20T16:40:53.000000Z\",\n            \"deleted_at\": null,\n            \"offer_id\": 16,\n            \"billing_model_id\": 4,\n            \"is_completed\": false,\n            \"is_active\": false,\n            \"laravel_through_key\": 17749,\n            \"is_child\": false\n        },\n        {\n            \"id\": 238,\n            \"contact_id\": 181,\n            \"offer_type_id\": 5,\n            \"created_at\": \"2023-03-20T16:38:29.000000Z\",\n            \"updated_at\": \"2023-03-20T16:40:53.000000Z\",\n            \"deleted_at\": null,\n            \"offer_id\": 13,\n            \"billing_model_id\": 3,\n            \"is_completed\": false,\n            \"is_active\": false,\n            \"laravel_through_key\": 237,\n            \"is_child\": true\n        }\n    ]\n}"}],"_postman_id":"f73f1421-d74e-4035-bbb4-776c01f5ccbe"},{"name":"Get Children Subscriptions","event":[{"listen":"test","script":{"id":"f4d3d132-93bb-4c1b-baa1-a15b1ab66542","exec":["var subData = JSON.parse(responseBody);","","if(subData.status == 'SUCCESS') {","    if(subData.data !== null) {","        subData.data.forEach(sub => {","            postman.setEnvironmentVariable(\"new_sub_id\", sub.id);","        })","    }","}"],"type":"text/javascript"}}],"id":"24ca17ca-9051-4d1a-9d6c-128857e8b049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}orders/{{order_id}}/subscriptions/children","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{order_id}}","subscriptions","children"],"host":["{{app_key}}","{{domain}}{{v3_ext}}orders"],"query":[],"variable":[]}},"response":[{"id":"427a124a-56bd-445b-bd1c-98badce181bf","name":"Get Children Subscriptions","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}orders/{{order_id}}/subscriptions/children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 18:44:30 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"295"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 238,\n            \"contact_id\": 181,\n            \"offer_type_id\": 5,\n            \"created_at\": \"2023-03-20T16:38:29.000000Z\",\n            \"updated_at\": \"2023-03-20T16:40:53.000000Z\",\n            \"deleted_at\": null,\n            \"offer_id\": 13,\n            \"billing_model_id\": 3,\n            \"is_completed\": false,\n            \"is_active\": false,\n            \"laravel_through_key\": 237,\n            \"is_child\": true\n        }\n    ]\n}"}],"_postman_id":"24ca17ca-9051-4d1a-9d6c-128857e8b049"}],"id":"eb77f61c-2e29-48c6-920c-0c8c9df369d3","_postman_id":"eb77f61c-2e29-48c6-920c-0c8c9df369d3","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Subscription","item":[{"name":"Get Subscription","id":"157d9454-58f9-4ad8-b903-082562045584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"2fd08b42-19de-4e1c-b558-f344f8fc8b4f","name":"Get Subscription","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:29:09 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"267"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 149,\n        \"contact_id\": 168,\n        \"offer_type_id\": 5,\n        \"created_at\": \"2022-11-22T17:19:31.000000Z\",\n        \"updated_at\": \"2023-02-14T11:53:47.000000Z\",\n        \"deleted_at\": null,\n        \"offer_id\": 16,\n        \"billing_model_id\": 3,\n        \"is_completed\": true,\n        \"is_active\": false,\n        \"is_child\": false\n    }\n}"}],"_postman_id":"157d9454-58f9-4ad8-b903-082562045584"},{"name":"Get Next Shipment Positions","id":"3a12953a-2bd8-44fa-8966-abb17b876d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/next-positions","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","next-positions"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"f1238675-4ebc-4a5d-b8bd-df56b1eb5021","name":"Get Next Shipment Positions","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/next-positions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:33:22 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"3a12953a-2bd8-44fa-8966-abb17b876d43"},{"name":"Stop Subscription","id":"71f54f9b-28b6-4997-903d-924413fa2657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/stop","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","stop"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"bd239b4a-c5c7-4ee5-af17-f970cab7a02d","name":"Stop Subscription","originalRequest":{"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/stop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:40:51 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"2267cf65-a45f-4123-b06f-69f4581d504e","name":"Stop Subscription","originalRequest":{"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/stop"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:41:12 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILURE\",\n    \"message\": \"This subscription is not active\"\n}"}],"_postman_id":"71f54f9b-28b6-4997-903d-924413fa2657"},{"name":"Resume Subscription","id":"2a03d3a2-007e-4f09-9a85-63f2b02ef858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/resume","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","resume"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"7fa914ec-af0c-4f1c-a3c4-ebaf75cbb782","name":"Resume Subscription","originalRequest":{"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/resume"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:36:38 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"2a03d3a2-007e-4f09-9a85-63f2b02ef858"},{"name":"Skip Next Shipment Positions","id":"4a5a72b5-b570-4726-ba13-ac1cff4c1d08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/skip","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","skip"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"aa454875-16e1-4bae-8c0b-fec2f0cbd138","name":"Skip Next Shipment Positions","originalRequest":{"method":"POST","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/skip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:39:54 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"2050"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"id\": 10,\n            \"collection_offer_id\": 6,\n            \"product_id\": 34,\n            \"product_unit_price\": \"12.99\",\n            \"product_qty\": 3,\n            \"position_id\": 4,\n            \"is_locked\": 0,\n            \"updated_at\": \"2022-11-16T21:12:57.000000Z\",\n            \"created_at\": \"2022-08-18T19:38:10.000000Z\",\n            \"deleted_at\": null,\n            \"product\": {\n                \"is_trial_product\": 0,\n                \"is_shippable\": 1,\n                \"tax_code\": null,\n                \"is_licensed\": 0,\n                \"product_group_attributes\": null,\n                \"disable_product_swap\": null,\n                \"id\": 34,\n                \"name\": \"Denys Product 13\",\n                \"description\": \"Denys Product 13\",\n                \"sku\": \"WWW-13\",\n                \"price\": \"16.9900\",\n                \"weight\": 0,\n                \"declared_value\": \"0.00\",\n                \"restocking_fee\": \"0.00\",\n                \"cost_of_goods\": \"0.00\",\n                \"max_quantity\": 100,\n                \"created_at\": {\n                    \"date\": \"2021-11-04 11:59:42\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2023-03-15 09:01:11\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"custom_fields\": [\n                    {\n                        \"id\": 9,\n                        \"field_type_id\": 1,\n                        \"name\": \"BC Product ID\",\n                        \"token_key\": \"bc_product_id\",\n                        \"is_multi\": 0,\n                        \"type_id\": 3,\n                        \"values\": [\n                            {\n                                \"option_id\": 0,\n                                \"value\": \"113\",\n                                \"name\": \"BC Product ID\"\n                            }\n                        ]\n                    }\n                ],\n                \"vertical\": [],\n                \"category_id\": 1,\n                \"category\": {\n                    \"id\": 1,\n                    \"name\": \"Food\",\n                    \"description\": \"Food Category\"\n                },\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0,\n                \"is_variant_enabled\": 0\n            }\n        },\n        {\n            \"id\": 7,\n            \"collection_offer_id\": 6,\n            \"product_id\": 1,\n            \"product_unit_price\": \"13.99\",\n            \"product_qty\": 1,\n            \"position_id\": 5,\n            \"is_locked\": 0,\n            \"updated_at\": \"2022-11-16T21:12:57.000000Z\",\n            \"created_at\": \"2022-08-10T20:58:41.000000Z\",\n            \"deleted_at\": null,\n            \"product\": {\n                \"is_trial_product\": 0,\n                \"is_shippable\": 1,\n                \"tax_code\": null,\n                \"is_licensed\": 0,\n                \"product_group_attributes\": null,\n                \"disable_product_swap\": null,\n                \"id\": 1,\n                \"name\": \"Product 1\",\n                \"description\": \"\",\n                \"sku\": \"PRO_1\",\n                \"price\": \"10.0000\",\n                \"weight\": 0,\n                \"declared_value\": \"0.00\",\n                \"restocking_fee\": \"0.00\",\n                \"cost_of_goods\": \"0.00\",\n                \"max_quantity\": 15,\n                \"created_at\": {\n                    \"date\": \"2021-03-12 14:28:43\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"updated_at\": {\n                    \"date\": \"2023-02-22 12:27:35\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                \"custom_fields\": [],\n                \"vertical\": [\n                    {\n                        \"id\": 10,\n                        \"name\": \"Family\"\n                    }\n                ],\n                \"category_id\": 1,\n                \"category\": {\n                    \"id\": 1,\n                    \"name\": \"Food\",\n                    \"description\": \"Food Category\"\n                },\n                \"is_bundle\": 0,\n                \"is_custom_bundle\": 0,\n                \"is_variant_enabled\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"4a5a72b5-b570-4726-ba13-ac1cff4c1d08"},{"name":"Get Parent Subscription","event":[{"listen":"test","script":{"id":"ea46059a-f1cb-4a38-a6b6-0e1c768afec9","exec":["var subData = JSON.parse(responseBody);","","if(subData.status == 'SUCCESS' && subData.data) {","    if(subData.data.id !== null) {","        postman.setEnvironmentVariable(\"new_sub_id\", subData.data.id);","    }","}"],"type":"text/javascript"}}],"id":"26ead1c0-40d3-4480-be34-35a064c2c696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/parent","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","parent"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"4ce65781-8b97-4f8f-9919-71e69768507d","name":"Get Parent Subscription","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/parent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:39:36 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"293"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 237,\n        \"contact_id\": 181,\n        \"offer_type_id\": 5,\n        \"created_at\": \"2023-03-20T16:38:28.000000Z\",\n        \"updated_at\": \"2023-03-20T16:38:28.000000Z\",\n        \"deleted_at\": null,\n        \"offer_id\": 16,\n        \"billing_model_id\": 4,\n        \"is_completed\": false,\n        \"is_active\": true,\n        \"laravel_through_key\": 238,\n        \"is_child\": false\n    }\n}"}],"_postman_id":"26ead1c0-40d3-4480-be34-35a064c2c696"},{"name":"Get Child Subscription","event":[{"listen":"test","script":{"id":"1b76c094-7762-48f1-9880-ce808e2e43c2","exec":["var subData = JSON.parse(responseBody);","","if(subData.status == 'SUCCESS' && subData.data) {","    if(subData.data.id !== null) {","        postman.setEnvironmentVariable(\"new_sub_id\", subData.data.id);","    }","}"],"type":"text/javascript"}}],"id":"f009a2ab-d8d9-4a66-af55-8b5f9beaca2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/child","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","child"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"04a227d7-03c6-4d1b-b9db-4c3624d2e86a","name":"Get Child Subscription","originalRequest":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/child"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:39:23 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"292"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 238,\n        \"contact_id\": 181,\n        \"offer_type_id\": 5,\n        \"created_at\": \"2023-03-20T16:38:29.000000Z\",\n        \"updated_at\": \"2023-03-20T16:38:29.000000Z\",\n        \"deleted_at\": null,\n        \"offer_id\": 13,\n        \"billing_model_id\": 3,\n        \"is_completed\": false,\n        \"is_active\": true,\n        \"laravel_through_key\": 237,\n        \"is_child\": true\n    }\n}"}],"_postman_id":"f009a2ab-d8d9-4a66-af55-8b5f9beaca2d"},{"name":"Reschedule Subscription","id":"b9ab8369-5467-4d33-a660-79cc1c1e5a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"recurring_date\": \"2023-04-18\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/reschedule","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","reschedule"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"13e194fc-8a8d-4ec8-bb2d-fab858f34105","name":"Reschedule Subscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"recurring_date\": \"2023-04-18\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/reschedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:40:23 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"b9ab8369-5467-4d33-a660-79cc1c1e5a10"},{"name":"Update Subscription","id":"341e4d13-b7ae-42bc-94b1-94fc236a1706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"recurring_date\": \"2023-04-18\",\n  \"billing_model_id\": 3,\n  \"use_new_day\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/update","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","update"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"60071446-0dff-4012-a717-61888e2d4fae","name":"Update Subscription (recurring day with use new day flag + billing model id)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"recurring_date\": \"2023-04-18\",\n  \"billing_model_id\": 3,\n  \"use_new_day\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:44:26 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"3e3b991e-97c8-48fd-ac8e-92aa3de2fb39","name":"Update Subscription (recurring day with billing model)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"recurring_date\": \"2023-04-18\",\n  \"billing_model_id\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:44:51 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"4adf49b7-4ef6-4b36-85ff-4ad8c01d0ac8","name":"Update Subscription (recurring day with use new day flag)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"recurring_date\": \"2023-04-18\",\n  \"use_new_day\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:45:15 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"},{"id":"c25cd2e5-c43b-4d0d-9062-c54c4a8fe550","name":"Update Subscription (recurring day)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"recurring_date\": \"2023-04-18\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 16:59:09 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"341e4d13-b7ae-42bc-94b1-94fc236a1706"},{"name":"Update Subscription Frequency","id":"5285ff1c-cc4b-4b6d-b38e-b1055c97de19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"billing_model_id\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/updateFrequency","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{new_sub_id}}","updateFrequency"],"host":["{{app_key}}","{{domain}}{{v3_ext}}subscriptions"],"query":[],"variable":[]}},"response":[{"id":"6e4a9837-b94e-40a1-bcaf-534edb1c38e6","name":"Update Subscription Frequency","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"billing_model_id\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v3_ext}}subscriptions/{{new_sub_id}}/updateFrequency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Mar 2023 17:00:43 GMT"},{"key":"Server","value":"Apache/2.4.54 ()"},{"key":"Vary","value":"Authorization"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"5285ff1c-cc4b-4b6d-b38e-b1055c97de19"}],"id":"a548c54d-cd18-4fe7-ac82-fd7d54640903","_postman_id":"a548c54d-cd18-4fe7-ac82-fd7d54640903","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}}],"id":"7f83eae8-381d-4d2b-9516-3af525700625","description":"<p>Currently v3 is designed for collection offer type subscriptions only and will not be working for any other subscription types</p>\n","_postman_id":"7f83eae8-381d-4d2b-9516-3af525700625","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Payment Router","item":[{"name":"Payment Router Gateways","id":"4f3f3992-c91f-42f0-bfe2-96345e1804b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{app_key}}.{{domain}}{{v2_ext}}payment_router/{{payment_router_id}}/gateways","description":"<p>Fetch payment router's associated gateways.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Example</th>\n<th>Required</th>\n<th>Comments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td>1</td>\n<td>optional</td>\n<td>Page number of the gateway list</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>15</td>\n<td>optional</td>\n<td>Number of gateways to list per page.  <br /><strong>Maximum limit : 100</strong></td>\n</tr>\n<tr>\n<td><code>gateway_status</code></td>\n<td>1</td>\n<td>optional</td>\n<td>1 or 0, if need payment gateway status in response or not</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-data\">Response Data</h4>\n<p>Response parameters expected in object contained within the <code>data</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lbc_id</td>\n<td>Integer</td>\n<td>The ID of payment router.</td>\n</tr>\n<tr>\n<td>gateway_id</td>\n<td>Integer</td>\n<td>The ID of gateway profile associated with the payment router</td>\n</tr>\n<tr>\n<td>monthly_cap</td>\n<td>Integer</td>\n<td>This is the monthly cap/limit for the gateway</td>\n</tr>\n<tr>\n<td>initial_order_count</td>\n<td>Integer</td>\n<td>Count of initial orders</td>\n</tr>\n<tr>\n<td>declines_count</td>\n<td>Integer</td>\n<td>Count of declined orders</td>\n</tr>\n<tr>\n<td>rebill_order_count</td>\n<td>Integer</td>\n<td>Count of subscription orders</td>\n</tr>\n<tr>\n<td>gateway</td>\n<td>Object</td>\n<td>A JSON object for further gateway specific details</td>\n</tr>\n<tr>\n<td>gateway_status</td>\n<td>String</td>\n<td>Status of gateway if its Active/Inactive/Gateway Decline Limit Met/Maxed Out.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The payload for gateway from the previous table above is returned as a JSON object. The details of gateway is formatted like in the table below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_id</td>\n<td>string</td>\n<td>The account ID of gateway</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>String</td>\n<td>The date when gateway profile was created</td>\n</tr>\n<tr>\n<td>current_monthly_amount</td>\n<td>Integer</td>\n<td>This is the current amount for the month on the gateway.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Number</td>\n<td>This is the ID of gateway profile</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>Number</td>\n<td>The Gateway Profile alias.</td>\n</tr>\n<tr>\n<td>account_name</td>\n<td>Number</td>\n<td>The account alias</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Number</td>\n<td>The Gateway Profile currency details</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>Number</td>\n<td>The Gateway Profile fields</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{payment_router_id}}","gateways"],"host":["{{app_key}}","{{domain}}{{v2_ext}}payment_router"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f3f3992-c91f-42f0-bfe2-96345e1804b2"}],"id":"af98ca4b-c4f8-4d9e-89f0-809358f57592","_postman_id":"af98ca4b-c4f8-4d9e-89f0-809358f57592","description":"","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Volume Discounts","item":[{"name":"Get Volume Discounts","id":"94f03d75-9484-41ff-959f-da369f4073df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts","description":"<p>Fetch a list of volume discount objects.</p>\n<p><strong>Response Data</strong><br />Response parameters expected in each volume discount object contained within the <code>data</code> field <strong>array</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The volume discount ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The volume discount name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The volume discount description</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The volume discount active status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The volume discount creation timestamp.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The volume discount updation timestamp.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the volume discount.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the volume discount.</td>\n</tr>\n<tr>\n<td>is_exclude_non_recurring</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the volume discount is active for non recurring products.</td>\n</tr>\n<tr>\n<td>apply_to_type_id</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether initial or recurring or it will apply for both.  <br />1 = Initial  <br />2 = Recurring  <br />3 = Both</td>\n</tr>\n<tr>\n<td>quantities</td>\n<td>Array</td>\n<td>Array of quantity rule object associated with the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.id</td>\n<td>Integer</td>\n<td>The quantity rule ID associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>quantities.*.volume_discount_id</td>\n<td>Integer</td>\n<td>The volume discount ID associated with the quantity rule.</td>\n</tr>\n<tr>\n<td>quantities.*.lower_bound</td>\n<td>Integer</td>\n<td>The minimum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.upper_bound</td>\n<td>Integer</td>\n<td>The maximum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.discount_type_id</td>\n<td>Integer</td>\n<td>Flag that determines whether percent or dollar.  <br />1 = percent  <br />2 = dollar</td>\n</tr>\n<tr>\n<td>quantities.*.amount</td>\n<td>Numeric</td>\n<td>This is the discount value which can be either PERCENT or DOLLAR depending on the discount type.</td>\n</tr>\n<tr>\n<td>quantities.*.created_at</td>\n<td>String</td>\n<td>The quantity rules profile creation timestamp.</td>\n</tr>\n<tr>\n<td>quantities.*.updated_at</td>\n<td>String</td>\n<td>The quantity rules profile updation timestamp.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>Array of product id's associated with the volume discount.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>Array of campaign object associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>campaigns.*.id</td>\n<td>Integer</td>\n<td>The campaign ID</td>\n</tr>\n<tr>\n<td>campaigns.*.name</td>\n<td>String</td>\n<td>The campaign name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"0ce7a640-240d-4a5a-80c4-8e8bf287551e","name":"Get Volume Discounts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Mar 2024 05:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Becca Volume Discount\",\n            \"description\": \"Becks Test Volume Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-02T15:50:29.000000Z\",\n            \"updated_at\": \"2023-03-02T23:35:52.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1,\n            \"is_exclude_non_recurring\": 1,\n            \"apply_to_type_id\": 2,\n            \"quantities\": [\n                {\n                    \"id\": 754,\n                    \"volume_discount_id\": 1,\n                    \"lower_bound\": 6,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"20.00\",\n                    \"created_at\": \"2023-08-16T21:17:22.000000Z\",\n                    \"updated_at\": \"2023-08-16T21:17:22.000000Z\"\n                },\n                {\n                    \"id\": 755,\n                    \"volume_discount_id\": 1,\n                    \"lower_bound\": 11,\n                    \"upper_bound\": 15,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"40.00\",\n                    \"created_at\": \"2023-08-16T21:17:22.000000Z\",\n                    \"updated_at\": \"2023-08-16T21:17:22.000000Z\"\n                },\n                {\n                    \"id\": 756,\n                    \"volume_discount_id\": 1,\n                    \"lower_bound\": 16,\n                    \"upper_bound\": 45,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"50.00\",\n                    \"created_at\": \"2023-08-16T21:17:22.000000Z\",\n                    \"updated_at\": \"2023-08-16T21:17:22.000000Z\"\n                }\n            ],\n            \"products\": [\n                4,\n                855,\n                947,\n                863,\n                862,\n                852,\n                884,\n                951,\n                953\n            ],\n            \"campaigns\": [\n                {\n                    \"id\": 8,\n                    \"name\": \"second reg campaign\"\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"Pat_BMCampaign\"\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"Per item campaign\"\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Pat_BMBxC\"\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Loyalty campaign\"\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Pat_Scn1\"\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Pat_Scn2\"\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"Ticket test campaign\"\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"bundles test campaigns\"\n                },\n                {\n                    \"id\": 19,\n                    \"name\": \"Mp tax test\"\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"Pat_PreBuiltBundleCamp\"\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Pat_CustomBundleCamp\"\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"Pat_CustomBundleCamp_558_a\"\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"Pat_CustomBundleCamp_558_b\"\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"First pre paid campaign\"\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"Pat_PrePaid_Campaign\"\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"Tristin Updated name\"\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"Trial ticket campaign\"\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"Pat_Prepaid5.60\"\n                },\n                {\n                    \"id\": 33,\n                    \"name\": \"Marvin Test Campaign (No Touchie!)\"\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"Pat_StraightSaleCamp\"\n                },\n                {\n                    \"id\": 35,\n                    \"name\": \"Pat_BasicOfferCamp_IC\"\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"Blueberry Hair \"\n                },\n                {\n                    \"id\": 37,\n                    \"name\": \"ZenBox Campaign\"\n                },\n                {\n                    \"id\": 38,\n                    \"name\": \"Pat_PrepaidOffers\"\n                },\n                {\n                    \"id\": 39,\n                    \"name\": \"Regression 5.61 campaign \"\n                },\n                {\n                    \"id\": 40,\n                    \"name\": \"5.61 campaign no tocar\"\n                },\n                {\n                    \"id\": 41,\n                    \"name\": \"Pat_ShipHotfix\"\n                },\n                {\n                    \"id\": 42,\n                    \"name\": \"MGF Test Campaign\"\n                },\n                {\n                    \"id\": 43,\n                    \"name\": \"LimeLight Coffee (DO NOT TOUCH)\"\n                },\n                {\n                    \"id\": 44,\n                    \"name\": \"quick campaign test\"\n                },\n                {\n                    \"id\": 45,\n                    \"name\": \"Pat_BasicOfferCamp_PaymentRouting\"\n                },\n                {\n                    \"id\": 46,\n                    \"name\": \"Gift campaing\"\n                },\n                {\n                    \"id\": 47,\n                    \"name\": \"Pat_PaypalCampaign\"\n                },\n                {\n                    \"id\": 48,\n                    \"name\": \"Pat_RechargeCampaign\"\n                },\n                {\n                    \"id\": 50,\n                    \"name\": \"Pat_RechargeCampaign_Single\"\n                },\n                {\n                    \"id\": 51,\n                    \"name\": \"Pat_RGR562\"\n                },\n                {\n                    \"id\": 52,\n                    \"name\": \"lift logic campaign lg test\"\n                },\n                {\n                    \"id\": 53,\n                    \"name\": \"Regression 5.62 campaign\"\n                },\n                {\n                    \"id\": 54,\n                    \"name\": \"LiftLogic test campaign\"\n                },\n                {\n                    \"id\": 55,\n                    \"name\": \"Pat_DiscountIssue\"\n                },\n                {\n                    \"id\": 56,\n                    \"name\": \"trial test campaign\"\n                },\n                {\n                    \"id\": 57,\n                    \"name\": \"Cat offers\"\n                },\n                {\n                    \"id\": 58,\n                    \"name\": \"second trial campaign\"\n                },\n                {\n                    \"id\": 59,\n                    \"name\": \"Pat_CustomCampaign\"\n                },\n                {\n                    \"id\": 60,\n                    \"name\": \"Pat_CombineAddressON\"\n                },\n                {\n                    \"id\": 61,\n                    \"name\": \"LG Campaign Test Offer\"\n                },\n                {\n                    \"id\": 62,\n                    \"name\": \"Pat_CaptureHOTFIX\"\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"LG Recur ticket test\"\n                },\n                {\n                    \"id\": 64,\n                    \"name\": \"Pat_CombineOFFShipworksCustomBundle\"\n                },\n                {\n                    \"id\": 65,\n                    \"name\": \"Pat_SingleProdCamp\"\n                },\n                {\n                    \"id\": 66,\n                    \"name\": \"prepaid test campaign\"\n                },\n                {\n                    \"id\": 67,\n                    \"name\": \"LG combined shipment campaign\"\n                },\n                {\n                    \"id\": 68,\n                    \"name\": \"LG combined shipment campaign (COPY)\"\n                },\n                {\n                    \"id\": 69,\n                    \"name\": \"regression 5.63 campaign\"\n                },\n                {\n                    \"id\": 71,\n                    \"name\": \"PSiGate 3D Verify Test USD\"\n                },\n                {\n                    \"id\": 72,\n                    \"name\": \"Pat_MarHOTFIX\"\n                },\n                {\n                    \"id\": 73,\n                    \"name\": \"Regression 5.64 campaign\"\n                },\n                {\n                    \"id\": 74,\n                    \"name\": \"LG Regression Campaign 5.64\"\n                },\n                {\n                    \"id\": 75,\n                    \"name\": \"Pat_Prepaid564\"\n                },\n                {\n                    \"id\": 77,\n                    \"name\": \"LG offer buga test\"\n                },\n                {\n                    \"id\": 78,\n                    \"name\": \"Pat_DeleteBundleChild\"\n                },\n                {\n                    \"id\": 79,\n                    \"name\": \"Pat_Prepaid&StandardOffers\"\n                },\n                {\n                    \"id\": 82,\n                    \"name\": \"LG campaign test nutra 5.63\"\n                },\n                {\n                    \"id\": 83,\n                    \"name\": \"Pat_Standard30days\"\n                },\n                {\n                    \"id\": 84,\n                    \"name\": \"Pat_Standard\"\n                },\n                {\n                    \"id\": 85,\n                    \"name\": \"Pat_Prepaid\"\n                },\n                {\n                    \"id\": 86,\n                    \"name\": \"Pat_Prepaid2\"\n                },\n                {\n                    \"id\": 88,\n                    \"name\": \"Pat_StraightPrepaid\"\n                },\n                {\n                    \"id\": 89,\n                    \"name\": \"Campaign edigital - FL\"\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Pat_566\"\n                },\n                {\n                    \"id\": 91,\n                    \"name\": \"Pat_566_Classic_CustomBundleFixedNoTrial\"\n                },\n                {\n                    \"id\": 93,\n                    \"name\": \"Pat_566Campaign\"\n                },\n                {\n                    \"id\": 94,\n                    \"name\": \"Pat_566Campaign_CustomPricing\"\n                },\n                {\n                    \"id\": 95,\n                    \"name\": \"LiftLogic campaign\"\n                },\n                {\n                    \"id\": 96,\n                    \"name\": \"Pat_BillBySchedule\"\n                },\n                {\n                    \"id\": 98,\n                    \"name\": \"Pat_CampAllBM\"\n                },\n                {\n                    \"id\": 99,\n                    \"name\": \"Liftlogic campaign test - FL\"\n                },\n                {\n                    \"id\": 100,\n                    \"name\": \"Pat_CouponCamp\"\n                },\n                {\n                    \"id\": 101,\n                    \"name\": \"Pat_NMI_Campaign_CaptureON\"\n                },\n                {\n                    \"id\": 102,\n                    \"name\": \"Pat_CampAllBM_PROn\"\n                },\n                {\n                    \"id\": 103,\n                    \"name\": \"Pat_CampAllBM_PROn- Test Issue\"\n                },\n                {\n                    \"id\": 104,\n                    \"name\": \"Boltpay campaign\"\n                },\n                {\n                    \"id\": 105,\n                    \"name\": \"boltpay check campaign\"\n                },\n                {\n                    \"id\": 106,\n                    \"name\": \"iutyfsjtdzhrse\"\n                },\n                {\n                    \"id\": 107,\n                    \"name\": \"MP Campaign\"\n                },\n                {\n                    \"id\": 108,\n                    \"name\": \"Matt_TestCampaign\"\n                },\n                {\n                    \"id\": 109,\n                    \"name\": \"Pat_Camp568\"\n                },\n                {\n                    \"id\": 111,\n                    \"name\": \"Pat_PairedProdCamp\"\n                },\n                {\n                    \"id\": 112,\n                    \"name\": \"Pat_ALLBUNDLESCamp\"\n                },\n                {\n                    \"id\": 114,\n                    \"name\": \"PAT_CAMPAIGN569\"\n                },\n                {\n                    \"id\": 115,\n                    \"name\": \"liftlogic appkey test -  FL\"\n                },\n                {\n                    \"id\": 116,\n                    \"name\": \"PAT_CAMPAIGN570\"\n                },\n                {\n                    \"id\": 118,\n                    \"name\": \"Pat_NMI_Campaign_CombineON_570\"\n                },\n                {\n                    \"id\": 119,\n                    \"name\": \"PAT_RGRCAMP570\"\n                },\n                {\n                    \"id\": 120,\n                    \"name\": \"PAT-MailNotif\"\n                },\n                {\n                    \"id\": 121,\n                    \"name\": \"PAT-STD (COPY)\"\n                },\n                {\n                    \"id\": 122,\n                    \"name\": \"API JSON PR\"\n                },\n                {\n                    \"id\": 123,\n                    \"name\": \"Matt_Regression_5.71\"\n                },\n                {\n                    \"id\": 124,\n                    \"name\": \"WP campaing\"\n                },\n                {\n                    \"id\": 125,\n                    \"name\": \"PAT-CAMP572\"\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"Amazon Pay campaign\"\n                },\n                {\n                    \"id\": 127,\n                    \"name\": \"Wade Delayed Billing\"\n                },\n                {\n                    \"id\": 128,\n                    \"name\": \"PAT-CAMP573\"\n                },\n                {\n                    \"id\": 129,\n                    \"name\": \"Matt-5.73Regression\"\n                },\n                {\n                    \"id\": 130,\n                    \"name\": \"PAT-3PLCAMP\"\n                },\n                {\n                    \"id\": 132,\n                    \"name\": \"PAT-CAMP574\"\n                },\n                {\n                    \"id\": 133,\n                    \"name\": \"CApture On shipment track num campaign\"\n                },\n                {\n                    \"id\": 134,\n                    \"name\": \"second capture on ship campaign\"\n                },\n                {\n                    \"id\": 135,\n                    \"name\": \"PAT-CAMP575\"\n                },\n                {\n                    \"id\": 136,\n                    \"name\": \"Seasonal Monthly Oils\"\n                },\n                {\n                    \"id\": 137,\n                    \"name\": \"MATTS CAMPAIGN DO NOT TOUCH\"\n                },\n                {\n                    \"id\": 138,\n                    \"name\": \"PAT - MAIN REGRESSION CAMPAIGN (DONT EDIT)\"\n                },\n                {\n                    \"id\": 139,\n                    \"name\": \"LimeLight Coffee (AmazonPay Testing)\"\n                },\n                {\n                    \"id\": 140,\n                    \"name\": \"PAT - MAIN REGRESSION CAMPAIGN (DON'T EDIT) 3D enabled\"\n                },\n                {\n                    \"id\": 141,\n                    \"name\": \"Stripe Connect USD Test\"\n                },\n                {\n                    \"id\": 142,\n                    \"name\": \"General Test Campaign (DO NOT TOUCH) \"\n                },\n                {\n                    \"id\": 143,\n                    \"name\": \"PAT-CAMP576\"\n                },\n                {\n                    \"id\": 144,\n                    \"name\": \"Stripe connect vale test campaign\"\n                },\n                {\n                    \"id\": 145,\n                    \"name\": \"Matt-7.0PostbackTest\"\n                },\n                {\n                    \"id\": 147,\n                    \"name\": \"LimeLight Coffee (Ros CoffeeKrush.com)\"\n                },\n                {\n                    \"id\": 148,\n                    \"name\": \"LimeLight Coffee (Ro's KoffeeCrush.com)\"\n                },\n                {\n                    \"id\": 149,\n                    \"name\": \"PAT-CAMP7.0\"\n                },\n                {\n                    \"id\": 150,\n                    \"name\": \"iCanPay campaign\"\n                },\n                {\n                    \"id\": 151,\n                    \"name\": \"LimeBeans All-Purpose Testing (Gavin)\"\n                },\n                {\n                    \"id\": 152,\n                    \"name\": \"Gavin Testing BM Tings\"\n                },\n                {\n                    \"id\": 153,\n                    \"name\": \"PAT-CAMP7.1\"\n                },\n                {\n                    \"id\": 154,\n                    \"name\": \"Liftlogic test campaign\"\n                },\n                {\n                    \"id\": 155,\n                    \"name\": \"Stacie Funnel Campaign\"\n                },\n                {\n                    \"id\": 156,\n                    \"name\": \"Pat- Camp7.2\"\n                },\n                {\n                    \"id\": 157,\n                    \"name\": \"iCan pay test campaign\"\n                },\n                {\n                    \"id\": 158,\n                    \"name\": \"Pat-Camp7.3\"\n                },\n                {\n                    \"id\": 159,\n                    \"name\": \"Gavstar\"\n                },\n                {\n                    \"id\": 160,\n                    \"name\": \"Restful 3pl campaign\"\n                },\n                {\n                    \"id\": 161,\n                    \"name\": \"Pat-Camp7.4\"\n                },\n                {\n                    \"id\": 162,\n                    \"name\": \"notifications test campaign\"\n                },\n                {\n                    \"id\": 163,\n                    \"name\": \"paypal braintree campaign\"\n                },\n                {\n                    \"id\": 164,\n                    \"name\": \"PAT-CAMP75\"\n                },\n                {\n                    \"id\": 165,\n                    \"name\": \"Fluidpay test campaign\"\n                },\n                {\n                    \"id\": 166,\n                    \"name\": \"CeptCampaignApiTest20\"\n                },\n                {\n                    \"id\": 167,\n                    \"name\": \"CeptCampaignApiTest20\"\n                },\n                {\n                    \"id\": 168,\n                    \"name\": \"CeptCampaignApiTest20\"\n                },\n                {\n                    \"id\": 169,\n                    \"name\": \"Vantiv campaign\"\n                },\n                {\n                    \"id\": 170,\n                    \"name\": \"MP - Vantiv\"\n                },\n                {\n                    \"id\": 171,\n                    \"name\": \"MP - RealDefense\"\n                },\n                {\n                    \"id\": 172,\n                    \"name\": \"Fibonatix Tests\"\n                },\n                {\n                    \"id\": 173,\n                    \"name\": \"step num test campaign\"\n                },\n                {\n                    \"id\": 175,\n                    \"name\": \"Log Prod Summary\"\n                },\n                {\n                    \"id\": 176,\n                    \"name\": \"Matt_7.6 Regression\"\n                },\n                {\n                    \"id\": 179,\n                    \"name\": \"sfasda\"\n                },\n                {\n                    \"id\": 180,\n                    \"name\": \"PAT-CAMP77\"\n                },\n                {\n                    \"id\": 181,\n                    \"name\": \"consent campaign\"\n                },\n                {\n                    \"id\": 182,\n                    \"name\": \"prepaid test campaign\"\n                },\n                {\n                    \"id\": 183,\n                    \"name\": \"ebanx test campaign\"\n                },\n                {\n                    \"id\": 184,\n                    \"name\": \"Keto Boost Campaign - FlexPay\"\n                },\n                {\n                    \"id\": 185,\n                    \"name\": \"Keto Boost Campaign - Gateway Simulator\"\n                },\n                {\n                    \"id\": 186,\n                    \"name\": \"NMI Paysafe - Keto Boost\"\n                },\n                {\n                    \"id\": 187,\n                    \"name\": \"Offers / BMs Campaign\"\n                },\n                {\n                    \"id\": 188,\n                    \"name\": \"avalara test campaign\"\n                },\n                {\n                    \"id\": 189,\n                    \"name\": \"Prepaid 29.95 campaign\"\n                },\n                {\n                    \"id\": 190,\n                    \"name\": \"EWL test campaign\"\n                },\n                {\n                    \"id\": 191,\n                    \"name\": \"FTP test campaign\"\n                },\n                {\n                    \"id\": 192,\n                    \"name\": \"FTPS test campaign \"\n                },\n                {\n                    \"id\": 193,\n                    \"name\": \"SFTP test campaign\"\n                },\n                {\n                    \"id\": 194,\n                    \"name\": \"02 SFTP test campaign\"\n                },\n                {\n                    \"id\": 195,\n                    \"name\": \"Infocu5 test campaign\"\n                },\n                {\n                    \"id\": 197,\n                    \"name\": \"benchmark campaign\"\n                },\n                {\n                    \"id\": 199,\n                    \"name\": \"paypal discount \"\n                },\n                {\n                    \"id\": 200,\n                    \"name\": \"Gummy Worm Campaign - NMI Paysafe\"\n                },\n                {\n                    \"id\": 202,\n                    \"name\": \"ZIri test - FL\"\n                },\n                {\n                    \"id\": 203,\n                    \"name\": \"GoCardless GBP\"\n                },\n                {\n                    \"id\": 204,\n                    \"name\": \"PLK Trial campaign\"\n                },\n                {\n                    \"id\": 205,\n                    \"name\": \"EUR Campaign\"\n                },\n                {\n                    \"id\": 206,\n                    \"name\": \"Trev PLK\"\n                },\n                {\n                    \"id\": 207,\n                    \"name\": \"InvestorsAlley Marketing Campaign\"\n                },\n                {\n                    \"id\": 208,\n                    \"name\": \"paypal decline campaign\"\n                },\n                {\n                    \"id\": 209,\n                    \"name\": \"Ebanx testing  - FL\"\n                },\n                {\n                    \"id\": 210,\n                    \"name\": \"prepaid recurring campaign\"\n                },\n                {\n                    \"id\": 211,\n                    \"name\": \"Gavin's Chocolate Affiliate Campaign\"\n                },\n                {\n                    \"id\": 212,\n                    \"name\": \"Stripe Regression   - FL\"\n                },\n                {\n                    \"id\": 213,\n                    \"name\": \"Test hotfix payment types - FL\"\n                },\n                {\n                    \"id\": 214,\n                    \"name\": \"flexpay campaign\"\n                },\n                {\n                    \"id\": 215,\n                    \"name\": \"bin blocking campaign\"\n                },\n                {\n                    \"id\": 216,\n                    \"name\": \"force gw campaing\"\n                },\n                {\n                    \"id\": 217,\n                    \"name\": \"3 Pl 2.0 campaign\"\n                },\n                {\n                    \"id\": 218,\n                    \"name\": \"Shipbob test W/O CSA - FL\"\n                },\n                {\n                    \"id\": 219,\n                    \"name\": \"dm prepaid campaign\"\n                },\n                {\n                    \"id\": 220,\n                    \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (KRW)\"\n                },\n                {\n                    \"id\": 221,\n                    \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (AUD)\"\n                },\n                {\n                    \"id\": 222,\n                    \"name\": \"Pay certify test campaign - FL\"\n                },\n                {\n                    \"id\": 223,\n                    \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (PEN)\"\n                },\n                {\n                    \"id\": 224,\n                    \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (NGN)\"\n                },\n                {\n                    \"id\": 225,\n                    \"name\": \"Shipbob test W/CSA - FL\"\n                },\n                {\n                    \"id\": 226,\n                    \"name\": \"TEst order throught prospect - FL \"\n                },\n                {\n                    \"id\": 227,\n                    \"name\": \"not hold campaign\"\n                },\n                {\n                    \"id\": 228,\n                    \"name\": \"greenbox campaign\"\n                },\n                {\n                    \"id\": 229,\n                    \"name\": \"Test Campaign Gopayment 3d - FL\"\n                },\n                {\n                    \"id\": 230,\n                    \"name\": \"Members test campaign\"\n                },\n                {\n                    \"id\": 231,\n                    \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (COPY)\"\n                },\n                {\n                    \"id\": 232,\n                    \"name\": \"Test Campaign checkout- FL\"\n                },\n                {\n                    \"id\": 233,\n                    \"name\": \"expired campaign\"\n                },\n                {\n                    \"id\": 234,\n                    \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (COPY)\"\n                },\n                {\n                    \"id\": 235,\n                    \"name\": \"offer multiple products campaign\"\n                },\n                {\n                    \"id\": 236,\n                    \"name\": \"Not renew prepaid offer campaign\"\n                },\n                {\n                    \"id\": 239,\n                    \"name\": \"Vantiv Wallet token test - FL\"\n                },\n                {\n                    \"id\": 240,\n                    \"name\": \"Stripe wallet token test - FL\"\n                },\n                {\n                    \"id\": 241,\n                    \"name\": \"Square wallet token test - FL\"\n                },\n                {\n                    \"id\": 242,\n                    \"name\": \"Maxpay AUD Currency test - FL\"\n                },\n                {\n                    \"id\": 243,\n                    \"name\": \"Paul and Gavings OPP Campaign\"\n                },\n                {\n                    \"id\": 244,\n                    \"name\": \"general campaign V\"\n                },\n                {\n                    \"id\": 245,\n                    \"name\": \"Test Manag Subs - FL\"\n                },\n                {\n                    \"id\": 248,\n                    \"name\": \"double tax test campaign\"\n                },\n                {\n                    \"id\": 249,\n                    \"name\": \"Gavin Coffee Clone Testing - WP Related\"\n                },\n                {\n                    \"id\": 250,\n                    \"name\": \"Coffee Clone Testing - WP Related\"\n                },\n                {\n                    \"id\": 251,\n                    \"name\": \"new WP campaign\"\n                },\n                {\n                    \"id\": 255,\n                    \"name\": \"Test Campaign combine- FL\"\n                },\n                {\n                    \"id\": 256,\n                    \"name\": \"Test Campaign combine 02- FL\"\n                },\n                {\n                    \"id\": 257,\n                    \"name\": \"Test Campaign combine 03- FL\"\n                },\n                {\n                    \"id\": 258,\n                    \"name\": \"AmexVisaDiscoverMastercardCampaign\"\n                },\n                {\n                    \"id\": 259,\n                    \"name\": \"Gavin CBD Test\"\n                },\n                {\n                    \"id\": 260,\n                    \"name\": \"Test campaign  order_view  - FL\"\n                },\n                {\n                    \"id\": 261,\n                    \"name\": \"Trev Camp 1\"\n                },\n                {\n                    \"id\": 262,\n                    \"name\": \"Trev Camp 2\"\n                },\n                {\n                    \"id\": 263,\n                    \"name\": \"Trev Camp 3\"\n                },\n                {\n                    \"id\": 264,\n                    \"name\": \"Test payscout campaign - FL\"\n                },\n                {\n                    \"id\": 265,\n                    \"name\": \"Test Retrycount issue - FL\"\n                },\n                {\n                    \"id\": 266,\n                    \"name\": \"Test paypal issue- FL\"\n                },\n                {\n                    \"id\": 267,\n                    \"name\": \"Test shipworks- FL\"\n                },\n                {\n                    \"id\": 268,\n                    \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY)\"\n                },\n                {\n                    \"id\": 269,\n                    \"name\": \"TH shirt campaign\"\n                },\n                {\n                    \"id\": 270,\n                    \"name\": \"general campaign V (COPY)\"\n                },\n                {\n                    \"id\": 271,\n                    \"name\": \"Variants\"\n                },\n                {\n                    \"id\": 272,\n                    \"name\": \"Test Shipstation campaign FL\"\n                },\n                {\n                    \"id\": 273,\n                    \"name\": \"tristin bcc test\"\n                },\n                {\n                    \"id\": 274,\n                    \"name\": \"test manage page\"\n                },\n                {\n                    \"id\": 275,\n                    \"name\": \"Test Affirm campign - FL\"\n                },\n                {\n                    \"id\": 277,\n                    \"name\": \"Test forecast campign - FL\"\n                },\n                {\n                    \"id\": 278,\n                    \"name\": \"Test Stripe connect - FL\"\n                },\n                {\n                    \"id\": 279,\n                    \"name\": \"Adam & Gavins Koffee Krush\"\n                },\n                {\n                    \"id\": 280,\n                    \"name\": \"Test payment router not - FL\"\n                },\n                {\n                    \"id\": 281,\n                    \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY) (COPY)\"\n                },\n                {\n                    \"id\": 283,\n                    \"name\": \"NMI Paysafe Campaign\"\n                },\n                {\n                    \"id\": 284,\n                    \"name\": \"Basic TEST Campaign\"\n                },\n                {\n                    \"id\": 285,\n                    \"name\": \"tris\"\n                },\n                {\n                    \"id\": 286,\n                    \"name\": \"Acquired 3d test - FL\"\n                },\n                {\n                    \"id\": 287,\n                    \"name\": \"Adyen test - FL\"\n                },\n                {\n                    \"id\": 288,\n                    \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY)\"\n                },\n                {\n                    \"id\": 289,\n                    \"name\": \"Avalara test - FL\"\n                },\n                {\n                    \"id\": 290,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 291,\n                    \"name\": \"Name5\"\n                },\n                {\n                    \"id\": 292,\n                    \"name\": \"Name5\"\n                },\n                {\n                    \"id\": 294,\n                    \"name\": \"Tristin Updated name\"\n                },\n                {\n                    \"id\": 295,\n                    \"name\": \"This is where your updated description goes1111\"\n                },\n                {\n                    \"id\": 296,\n                    \"name\": \"This is where your updated description goes1111\"\n                },\n                {\n                    \"id\": 297,\n                    \"name\": \"This is where your updated description goes1111\"\n                },\n                {\n                    \"id\": 298,\n                    \"name\": \"This is where your updated description goes1111\"\n                },\n                {\n                    \"id\": 299,\n                    \"name\": \"This is where your updated description goes1111\"\n                },\n                {\n                    \"id\": 300,\n                    \"name\": \"This is where your updated description goes1111\"\n                },\n                {\n                    \"id\": 301,\n                    \"name\": \"This is where your updated description goes1111\"\n                },\n                {\n                    \"id\": 302,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 303,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 304,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 305,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 306,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 307,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 308,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 309,\n                    \"name\": \"Tristin\"\n                },\n                {\n                    \"id\": 310,\n                    \"name\": \"Tristin\"\n                },\n                {\n                    \"id\": 311,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 312,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 313,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 314,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 317,\n                    \"name\": \"Name\"\n                },\n                {\n                    \"id\": 319,\n                    \"name\": \"MM TEST CAMPAIGN STICKY.IO\"\n                },\n                {\n                    \"id\": 320,\n                    \"name\": \"MM TEST\"\n                },\n                {\n                    \"id\": 321,\n                    \"name\": \"MM TEST CAMPAIGN 1\"\n                },\n                {\n                    \"id\": 338,\n                    \"name\": \"MM E2E 3\"\n                },\n                {\n                    \"id\": 340,\n                    \"name\": \"MM REVIEW 2\"\n                },\n                {\n                    \"id\": 343,\n                    \"name\": \"test\"\n                },\n                {\n                    \"id\": 344,\n                    \"name\": \"Wade Test Add 0311\"\n                },\n                {\n                    \"id\": 345,\n                    \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY)\"\n                },\n                {\n                    \"id\": 347,\n                    \"name\": \"Wade Test Checkout USD\"\n                },\n                {\n                    \"id\": 369,\n                    \"name\": \"Test stripe campaign - FL\"\n                },\n                {\n                    \"id\": 370,\n                    \"name\": \"tristin test\"\n                },\n                {\n                    \"id\": 376,\n                    \"name\": \"eMerchant campaign - FL\"\n                },\n                {\n                    \"id\": 385,\n                    \"name\": \"MM TEST\"\n                },\n                {\n                    \"id\": 387,\n                    \"name\": \"Test expired campaign - FL\"\n                },\n                {\n                    \"id\": 389,\n                    \"name\": \"Test preauth campaign - FL\"\n                },\n                {\n                    \"id\": 396,\n                    \"name\": \"Fulfillment Testing Generic\"\n                },\n                {\n                    \"id\": 399,\n                    \"name\": \"expensive vale campaign\"\n                },\n                {\n                    \"id\": 400,\n                    \"name\": \"Test NZD stripe - FL\"\n                },\n                {\n                    \"id\": 405,\n                    \"name\": \"ShipBob Fulfillment Campaign\"\n                },\n                {\n                    \"id\": 406,\n                    \"name\": \"P2P campaing test - FL\"\n                },\n                {\n                    \"id\": 408,\n                    \"name\": \"Test NZD paypal - FL\"\n                },\n                {\n                    \"id\": 411,\n                    \"name\": \"Orbital Campaign general - FL\"\n                },\n                {\n                    \"id\": 412,\n                    \"name\": \"eMerchantPay\"\n                },\n                {\n                    \"id\": 416,\n                    \"name\": \"Prospect Test Campaign  - FL\"\n                },\n                {\n                    \"id\": 421,\n                    \"name\": \"Test Green Campaign - FL\"\n                },\n                {\n                    \"id\": 422,\n                    \"name\": \"NEW BRAINTREE TEST DONT YOU DARE TO TOUCH\"\n                },\n                {\n                    \"id\": 423,\n                    \"name\": \"Koun test campaign - FL\"\n                },\n                {\n                    \"id\": 424,\n                    \"name\": \"Smile test campaign - FL\"\n                },\n                {\n                    \"id\": 425,\n                    \"name\": \"OSE Offer test campaign - FL\"\n                },\n                {\n                    \"id\": 426,\n                    \"name\": \"quickpay vale campaign\"\n                },\n                {\n                    \"id\": 427,\n                    \"name\": \"Tristin Hunt\"\n                },\n                {\n                    \"id\": 428,\n                    \"name\": \"Tristin Hunt.\"\n                },\n                {\n                    \"id\": 430,\n                    \"name\": \"Adam Miller Square\"\n                },\n                {\n                    \"id\": 432,\n                    \"name\": \"Test Campaign SlackPay- FL\"\n                },\n                {\n                    \"id\": 434,\n                    \"name\": \"Store\"\n                },\n                {\n                    \"id\": 438,\n                    \"name\": \"Second vale campaign\"\n                },\n                {\n                    \"id\": 439,\n                    \"name\": \"Test Campaign decline - FL\"\n                },\n                {\n                    \"id\": 440,\n                    \"name\": \"CB911 Test Campaign - FL\"\n                },\n                {\n                    \"id\": 441,\n                    \"name\": \"Wade Paypal Payment\"\n                },\n                {\n                    \"id\": 443,\n                    \"name\": \"Skubana campaing Test - FL\"\n                },\n                {\n                    \"id\": 445,\n                    \"name\": \"Smile test campaign - FL (COPY)\"\n                },\n                {\n                    \"id\": 446,\n                    \"name\": \"new sticky 2.0 vale campaign\"\n                },\n                {\n                    \"id\": 462,\n                    \"name\": \"new sticky 2.0 vale campaign (COPY)\"\n                },\n                {\n                    \"id\": 463,\n                    \"name\": \"new sticky 2.0 vale campaign (COPY) (COPY)\"\n                },\n                {\n                    \"id\": 466,\n                    \"name\": \"new test\"\n                },\n                {\n                    \"id\": 467,\n                    \"name\": \"New Campaign FP\"\n                },\n                {\n                    \"id\": 468,\n                    \"name\": \"Sticky 2.0 test campaign (COPY)\"\n                },\n                {\n                    \"id\": 469,\n                    \"name\": \"Second vale campaign (COPY)\"\n                },\n                {\n                    \"id\": 470,\n                    \"name\": \"FP DEV134 1 Variant\"\n                },\n                {\n                    \"id\": 471,\n                    \"name\": \"new sticky 2.0 vale campaign (COPY) (COPY) (COPY) (COPY)\"\n                },\n                {\n                    \"id\": 474,\n                    \"name\": \"Second vale paypal avalara\"\n                },\n                {\n                    \"id\": 475,\n                    \"name\": \"VALE CAMPAIGN\"\n                },\n                {\n                    \"id\": 476,\n                    \"name\": \"FP DEV134 2nd Variant\"\n                },\n                {\n                    \"id\": 477,\n                    \"name\": \"Camaping testing PR - FL\"\n                },\n                {\n                    \"id\": 478,\n                    \"name\": \"2021 Campaign FP 134\"\n                },\n                {\n                    \"id\": 479,\n                    \"name\": \"Pauls Force Seperate Test\"\n                },\n                {\n                    \"id\": 480,\n                    \"name\": \"FTP campaign test  - FL\"\n                },\n                {\n                    \"id\": 481,\n                    \"name\": \"Kount NOCOF/NOWP campaign test  - FL\"\n                },\n                {\n                    \"id\": 482,\n                    \"name\": \"DEV-683 Test campaing - FL\"\n                },\n                {\n                    \"id\": 483,\n                    \"name\": \"Adyen campaign\"\n                },\n                {\n                    \"id\": 485,\n                    \"name\": \"Becks Campaign\"\n                },\n                {\n                    \"id\": 486,\n                    \"name\": \"Beccas Campaign\"\n                },\n                {\n                    \"id\": 487,\n                    \"name\": \"Beccas 429\"\n                },\n                {\n                    \"id\": 488,\n                    \"name\": \"Beccas Campaign 705\"\n                },\n                {\n                    \"id\": 489,\n                    \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (COPY)\"\n                },\n                {\n                    \"id\": 491,\n                    \"name\": \"MM PLN Campaign\"\n                },\n                {\n                    \"id\": 492,\n                    \"name\": \"Beccas 709 Campaign\"\n                },\n                {\n                    \"id\": 493,\n                    \"name\": \"PPP campaign test - FL\"\n                },\n                {\n                    \"id\": 494,\n                    \"name\": \"Disney / Marvel / Nickelodeon / Anime\"\n                },\n                {\n                    \"id\": 495,\n                    \"name\": \"Wix test campaign - FL\"\n                },\n                {\n                    \"id\": 497,\n                    \"name\": \"vale EUR campaign\"\n                },\n                {\n                    \"id\": 498,\n                    \"name\": \"Yotpo test campaign  - FL\"\n                },\n                {\n                    \"id\": 499,\n                    \"name\": \"LEGACY_NOCOF_INHERIT test  - FL\"\n                },\n                {\n                    \"id\": 500,\n                    \"name\": \"02 LEGACY_NOCOF_INHERIT test  - FL\"\n                },\n                {\n                    \"id\": 501,\n                    \"name\": \"FIRST VALE CAMPAIGN\"\n                },\n                {\n                    \"id\": 502,\n                    \"name\": \"SECOND VALE CAMPAIGN\"\n                },\n                {\n                    \"id\": 503,\n                    \"name\": \"Ogone test campaign - FL\"\n                },\n                {\n                    \"id\": 504,\n                    \"name\": \"MGF CAMPAIGN\"\n                },\n                {\n                    \"id\": 505,\n                    \"name\": \"SafeCharge test campaign - FL\"\n                },\n                {\n                    \"id\": 506,\n                    \"name\": \"Tristin PR Campaign\"\n                },\n                {\n                    \"id\": 507,\n                    \"name\": \"Currency - JPY Testing Campaign\"\n                },\n                {\n                    \"id\": 508,\n                    \"name\": \"Klaviyo reg campaign - FL\"\n                },\n                {\n                    \"id\": 509,\n                    \"name\": \"CSA general test - FL\"\n                },\n                {\n                    \"id\": 511,\n                    \"name\": \"Campaign test Copy (all active) - FL\"\n                },\n                {\n                    \"id\": 515,\n                    \"name\": \"Campaign test Copy (all active) - FL (Copy)\"\n                },\n                {\n                    \"id\": 516,\n                    \"name\": \"PayON Test Campaign  - FL\"\n                },\n                {\n                    \"id\": 517,\n                    \"name\": \"Google Pay Test\"\n                },\n                {\n                    \"id\": 518,\n                    \"name\": \"FIRST VALE CAMPAIGN (COPY)\"\n                },\n                {\n                    \"id\": 519,\n                    \"name\": \"Vantiv campaign - FL\"\n                },\n                {\n                    \"id\": 520,\n                    \"name\": \"Computop testing campaign\"\n                },\n                {\n                    \"id\": 521,\n                    \"name\": \"FIRST VALE CAMPAIGN OT COMBINE\"\n                },\n                {\n                    \"id\": 522,\n                    \"name\": \"campaign 3D vale\"\n                },\n                {\n                    \"id\": 523,\n                    \"name\": \"ShipBob Fulfillment Campaign - FL\"\n                },\n                {\n                    \"id\": 524,\n                    \"name\": \"Computop testing campaign (COPY)\"\n                },\n                {\n                    \"id\": 525,\n                    \"name\": \"Dunning orders test - FL\"\n                },\n                {\n                    \"id\": 526,\n                    \"name\": \"Tristin Fresh Test Campaign\"\n                },\n                {\n                    \"id\": 527,\n                    \"name\": \"CSA campaign\"\n                },\n                {\n                    \"id\": 528,\n                    \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (COPY)\"\n                },\n                {\n                    \"id\": 529,\n                    \"name\": \"Test perserve campaign - FL\"\n                },\n                {\n                    \"id\": 530,\n                    \"name\": \"Paypal payments test  - FL\"\n                },\n                {\n                    \"id\": 531,\n                    \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (COPY)\"\n                },\n                {\n                    \"id\": 532,\n                    \"name\": \"Test NUTRA\"\n                },\n                {\n                    \"id\": 534,\n                    \"name\": \"FIRST VALE CAMPAIGN OT COMBINE (COPY)\"\n                },\n                {\n                    \"id\": 535,\n                    \"name\": \"Tristin ACI\"\n                },\n                {\n                    \"id\": 536,\n                    \"name\": \"FIRST VALE CAMPAIGN ACQUIRED\"\n                },\n                {\n                    \"id\": 537,\n                    \"name\": \"FIRST VALE CAMPAIGN avalara copy\"\n                },\n                {\n                    \"id\": 538,\n                    \"name\": \"DEV-901 Campaign\"\n                },\n                {\n                    \"id\": 539,\n                    \"name\": \"DEV-901 Campaign (Copy)\"\n                },\n                {\n                    \"id\": 540,\n                    \"name\": \"MGF CAMPAIGN (Copy)\"\n                },\n                {\n                    \"id\": 541,\n                    \"name\": \"02 SFTP test campaign  - Fulfillment Testing\"\n                },\n                {\n                    \"id\": 542,\n                    \"name\": \"3PL 1.0 campaign - FL\"\n                },\n                {\n                    \"id\": 543,\n                    \"name\": \"3PL 2.0 campaign - FL\"\n                },\n                {\n                    \"id\": 544,\n                    \"name\": \"ShipBob Fulfillment V Campaign\"\n                },\n                {\n                    \"id\": 545,\n                    \"name\": \"Test Campaign view\"\n                },\n                {\n                    \"id\": 546,\n                    \"name\": \"Disney / Marvel / Nickelodeon Campaign (Copy)\"\n                },\n                {\n                    \"id\": 547,\n                    \"name\": \"MGF CAMPAIGN - Delayed Capture\"\n                },\n                {\n                    \"id\": 548,\n                    \"name\": \"EUR test\"\n                },\n                {\n                    \"id\": 551,\n                    \"name\": \"tirsitn\"\n                },\n                {\n                    \"id\": 552,\n                    \"name\": \"EUR test (Copy) - Jose\"\n                },\n                {\n                    \"id\": 553,\n                    \"name\": \"New vale campaign square\"\n                },\n                {\n                    \"id\": 554,\n                    \"name\": \"3PL vale campaign\"\n                },\n                {\n                    \"id\": 555,\n                    \"name\": \"3PL vale campaign hour delay\"\n                },\n                {\n                    \"id\": 556,\n                    \"name\": \"tirsitn (Copy)\"\n                },\n                {\n                    \"id\": 557,\n                    \"name\": \"Javi Test\"\n                },\n                {\n                    \"id\": 558,\n                    \"name\": \"tax campaign\"\n                },\n                {\n                    \"id\": 559,\n                    \"name\": \"FIRST VALE CAMPAIGN PAYPAL\"\n                },\n                {\n                    \"id\": 560,\n                    \"name\": \"FIRST VALE CAMPAIGN avalara copy (Copy)\"\n                },\n                {\n                    \"id\": 561,\n                    \"name\": \"Applepay vale campaign\"\n                },\n                {\n                    \"id\": 562,\n                    \"name\": \"2021 Campaign FP 134 (Copy)\"\n                },\n                {\n                    \"id\": 563,\n                    \"name\": \"several providers vale campaign\"\n                },\n                {\n                    \"id\": 564,\n                    \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (Copy)\"\n                },\n                {\n                    \"id\": 565,\n                    \"name\": \"Javier Ls Testing Campaign\"\n                },\n                {\n                    \"id\": 566,\n                    \"name\": \"Maintain Campaign general - FL (Copy)\"\n                },\n                {\n                    \"id\": 567,\n                    \"name\": \"Test fulfillment campaign - FL\"\n                },\n                {\n                    \"id\": 569,\n                    \"name\": \"Akanksha Order Test Campaign\"\n                },\n                {\n                    \"id\": 570,\n                    \"name\": \"Paul And Team Campaign Test\"\n                },\n                {\n                    \"id\": 571,\n                    \"name\": \"MM CAD\"\n                },\n                {\n                    \"id\": 573,\n                    \"name\": \"MATTS CAMPAIGN DO NOT TOUCH JPY\"\n                },\n                {\n                    \"id\": 574,\n                    \"name\": \"Martins test campaign\"\n                },\n                {\n                    \"id\": 575,\n                    \"name\": \"2638 - Fluid EUR\"\n                },\n                {\n                    \"id\": 576,\n                    \"name\": \"2638 - Fluid GBP\"\n                },\n                {\n                    \"id\": 577,\n                    \"name\": \"2638 - Fluid PPC EUR\"\n                },\n                {\n                    \"id\": 578,\n                    \"name\": \"2638 - Fluid PPC GBP\"\n                },\n                {\n                    \"id\": 579,\n                    \"name\": \"Jess Dry Run\"\n                },\n                {\n                    \"id\": 581,\n                    \"name\": \"vvk_campaign\"\n                },\n                {\n                    \"id\": 582,\n                    \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (KRW) (NEW)\"\n                },\n                {\n                    \"id\": 583,\n                    \"name\": \"Keerthi test Campaign\"\n                },\n                {\n                    \"id\": 584,\n                    \"name\": \"2696 - Fluid AUD\"\n                },\n                {\n                    \"id\": 585,\n                    \"name\": \"2696 - Fluid NZD\"\n                },\n                {\n                    \"id\": 586,\n                    \"name\": \"2696 - Fluid PPC AUD\"\n                },\n                {\n                    \"id\": 587,\n                    \"name\": \"2696 - Fluid PPC NZD\"\n                },\n                {\n                    \"id\": 588,\n                    \"name\": \"K test Campaign\"\n                },\n                {\n                    \"id\": 589,\n                    \"name\": \"Mvolpe test campaign\"\n                },\n                {\n                    \"id\": 590,\n                    \"name\": \"Mvolpe test campaign NMI\"\n                },\n                {\n                    \"id\": 591,\n                    \"name\": \"Test campaign 2818 NMI\"\n                },\n                {\n                    \"id\": 592,\n                    \"name\": \"2499 test PR campaign - FL\"\n                },\n                {\n                    \"id\": 593,\n                    \"name\": \"Test campaign 2888 NMI\"\n                },\n                {\n                    \"id\": 594,\n                    \"name\": \"Test Campaign Fede Apply type = 1 - FL\"\n                },\n                {\n                    \"id\": 595,\n                    \"name\": \"Test Campaign Fede Apply type = 2 - FL\"\n                },\n                {\n                    \"id\": 596,\n                    \"name\": \"Test Campaign Fede Apply type = 3 - FL\"\n                },\n                {\n                    \"id\": 598,\n                    \"name\": \"2499 test PR campaign - FL (Copy)\"\n                },\n                {\n                    \"id\": 599,\n                    \"name\": \"Volume test campaign - FL\"\n                },\n                {\n                    \"id\": 600,\n                    \"name\": \"Mvolpe test campaign Stripe INR\"\n                },\n                {\n                    \"id\": 601,\n                    \"name\": \"Test campaign 2718 DKK\"\n                },\n                {\n                    \"id\": 602,\n                    \"name\": \"Mvolpe test campaign 2834\"\n                },\n                {\n                    \"id\": 603,\n                    \"name\": \"Mvolpe test campaign 2834 (Copy)\"\n                },\n                {\n                    \"id\": 604,\n                    \"name\": \"Mvolpe test campaign PayEngine\"\n                },\n                {\n                    \"id\": 605,\n                    \"name\": \"Mvolpe test campaign PR\"\n                },\n                {\n                    \"id\": 606,\n                    \"name\": \"Mvolpe test campaign 3017\"\n                },\n                {\n                    \"id\": 607,\n                    \"name\": \"Mvolpe test campaign NMI PR\"\n                },\n                {\n                    \"id\": 608,\n                    \"name\": \"Campaign 1R\"\n                },\n                {\n                    \"id\": 609,\n                    \"name\": \"Regression campaign VD - FL\"\n                },\n                {\n                    \"id\": 610,\n                    \"name\": \"Test 3125 NMI Paysafe\"\n                },\n                {\n                    \"id\": 611,\n                    \"name\": \"Regression campaign VD - FL (Copy)\"\n                },\n                {\n                    \"id\": 612,\n                    \"name\": \"Tristin Regression Campaign\"\n                },\n                {\n                    \"id\": 613,\n                    \"name\": \"Test computop campaign test - FL\"\n                },\n                {\n                    \"id\": 614,\n                    \"name\": \"Test computop campaign test delay off- FL\"\n                },\n                {\n                    \"id\": 615,\n                    \"name\": \"Tristin Regression Campaign (Copy)\"\n                },\n                {\n                    \"id\": 616,\n                    \"name\": \"Tristin Regression Campaign (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 617,\n                    \"name\": \"Tristin Regression Campaign (Copy) (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 618,\n                    \"name\": \"Test recalculate VD - FL\"\n                },\n                {\n                    \"id\": 619,\n                    \"name\": \"Test Smart dunning - FL\"\n                },\n                {\n                    \"id\": 620,\n                    \"name\": \"Test campaign NMI\"\n                },\n                {\n                    \"id\": 2101,\n                    \"name\": \"Test campaign 2888 NMI (Copy)\"\n                },\n                {\n                    \"id\": 2102,\n                    \"name\": \"Javi Test (Copy)\"\n                },\n                {\n                    \"id\": 2104,\n                    \"name\": \"jbt_test_campaign\"\n                },\n                {\n                    \"id\": 2105,\n                    \"name\": \"Test campaign 2888 NMI (Copy)\"\n                },\n                {\n                    \"id\": 2106,\n                    \"name\": \"Mvolpe 3315\"\n                },\n                {\n                    \"id\": 2107,\n                    \"name\": \"Mvolpe 3315 Braintree\"\n                },\n                {\n                    \"id\": 2108,\n                    \"name\": \"werytwry\"\n                },\n                {\n                    \"id\": 2109,\n                    \"name\": \"dfgsdfsdfgtsdfg\"\n                },\n                {\n                    \"id\": 2111,\n                    \"name\": \"dsfgrsdfg\"\n                },\n                {\n                    \"id\": 2113,\n                    \"name\": \"Campaign 1 mvolpe\"\n                },\n                {\n                    \"id\": 2114,\n                    \"name\": \"Campaign 2 mvolpe\"\n                },\n                {\n                    \"id\": 2117,\n                    \"name\": \"Javi Table Test\"\n                },\n                {\n                    \"id\": 2120,\n                    \"name\": \"jAVI\"\n                },\n                {\n                    \"id\": 2122,\n                    \"name\": \"Javi\"\n                },\n                {\n                    \"id\": 2124,\n                    \"name\": \"Test\"\n                },\n                {\n                    \"id\": 2132,\n                    \"name\": \"Javi Test New campaign (Copy)\"\n                },\n                {\n                    \"id\": 2133,\n                    \"name\": \"Mvolpe Braintree 3315\"\n                },\n                {\n                    \"id\": 2135,\n                    \"name\": \"Mvolpe 3440\"\n                },\n                {\n                    \"id\": 2136,\n                    \"name\": \"Javi Test (Copy)\"\n                },\n                {\n                    \"id\": 2137,\n                    \"name\": \"Javi Test (Copy)\"\n                },\n                {\n                    \"id\": 2138,\n                    \"name\": \"Javi GBP\"\n                },\n                {\n                    \"id\": 2140,\n                    \"name\": \"Test Shipstation campaign FL (Copy)\"\n                },\n                {\n                    \"id\": 2141,\n                    \"name\": \"Fluidpay test campaign - FL\"\n                },\n                {\n                    \"id\": 2142,\n                    \"name\": \"Tristin Ethoca testing\"\n                },\n                {\n                    \"id\": 2143,\n                    \"name\": \"wdwqd\"\n                },\n                {\n                    \"id\": 2144,\n                    \"name\": \"paypal braintree campaign - FL\"\n                },\n                {\n                    \"id\": 2145,\n                    \"name\": \"New Payment Gateway USD Generic\"\n                },\n                {\n                    \"id\": 2146,\n                    \"name\": \"Mvolpe campaign Checkout.com\"\n                },\n                {\n                    \"id\": 2147,\n                    \"name\": \"Mvolpe campaign Worldnet 3329\"\n                },\n                {\n                    \"id\": 2148,\n                    \"name\": \"Javi Test (Copy)\"\n                },\n                {\n                    \"id\": 2149,\n                    \"name\": \"Javi Test (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 2150,\n                    \"name\": \"Adyen test regression - FL\"\n                },\n                {\n                    \"id\": 2151,\n                    \"name\": \"Tristin Hunt\"\n                },\n                {\n                    \"id\": 2152,\n                    \"name\": \"Mvolpe campaign eMerchant\"\n                },\n                {\n                    \"id\": 2153,\n                    \"name\": \"SM PayOn Camp\"\n                },\n                {\n                    \"id\": 2154,\n                    \"name\": \"Nutra SM Camp PG 754\"\n                },\n                {\n                    \"id\": 2155,\n                    \"name\": \"Nutra SM Camp Test1 PG 740\"\n                },\n                {\n                    \"id\": 2156,\n                    \"name\": \"Nutra SM NMI Camp\"\n                },\n                {\n                    \"id\": 2157,\n                    \"name\": \"Campaign test mvolpe 3682\"\n                },\n                {\n                    \"id\": 2158,\n                    \"name\": \"Javi Test (Copy)\"\n                },\n                {\n                    \"id\": 2159,\n                    \"name\": \"Offline Campaign - FL\"\n                },\n                {\n                    \"id\": 2160,\n                    \"name\": \"Mvolpe NMI JPY 3699\"\n                },\n                {\n                    \"id\": 2161,\n                    \"name\": \"Mvolpe NMI 3681\"\n                },\n                {\n                    \"id\": 2162,\n                    \"name\": \"Javi Test (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 2163,\n                    \"name\": \"Mvolpe Auth net\"\n                },\n                {\n                    \"id\": 2164,\n                    \"name\": \"Mvolpe Pay.ON mvolpe\"\n                },\n                {\n                    \"id\": 2165,\n                    \"name\": \"Mvolpe Pay.ON mvolpe 2\"\n                },\n                {\n                    \"id\": 2166,\n                    \"name\": \"Mvolpe BlueSnap test\"\n                },\n                {\n                    \"id\": 2167,\n                    \"name\": \"Bluesnap Campaign general - FL\"\n                },\n                {\n                    \"id\": 2168,\n                    \"name\": \"Mvolpe Vantiv test\"\n                },\n                {\n                    \"id\": 2169,\n                    \"name\": \"Auth.net Campaign general - FL\"\n                },\n                {\n                    \"id\": 2170,\n                    \"name\": \"eMerchant test campaign - FL\"\n                },\n                {\n                    \"id\": 2171,\n                    \"name\": \"Bluesnap Campaign general JP/JPY - FL\"\n                },\n                {\n                    \"id\": 2172,\n                    \"name\": \"Mvolpe NMI 3959 Shipstation\"\n                },\n                {\n                    \"id\": 2173,\n                    \"name\": \"Javi Test (Copy) (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 2174,\n                    \"name\": \"Javi Test - iDEAL\"\n                },\n                {\n                    \"id\": 2175,\n                    \"name\": \"Custom Bundle Rajani\"\n                },\n                {\n                    \"id\": 2176,\n                    \"name\": \"Dev 3220 Rajani\"\n                },\n                {\n                    \"id\": 2177,\n                    \"name\": \"Dev 3220 Rajani EURO\"\n                },\n                {\n                    \"id\": 2178,\n                    \"name\": \"Dev 3919 Rocketgate 3D\"\n                },\n                {\n                    \"id\": 2179,\n                    \"name\": \"Bug 231 - Test\"\n                },\n                {\n                    \"id\": 2180,\n                    \"name\": \"Dev 4020 - Stripe gateway\"\n                },\n                {\n                    \"id\": 2181,\n                    \"name\": \"Campaign Rajani2\"\n                },\n                {\n                    \"id\": 2182,\n                    \"name\": \"TestJyoti\"\n                },\n                {\n                    \"id\": 2183,\n                    \"name\": \"Mvolpe NMI 3959 Shipstation (Copy)\"\n                },\n                {\n                    \"id\": 2184,\n                    \"name\": \"Mvolpe PayU 4043\"\n                },\n                {\n                    \"id\": 2185,\n                    \"name\": \"Test for Design\"\n                },\n                {\n                    \"id\": 2186,\n                    \"name\": \"Campaign Rajani dLocal\"\n                },\n                {\n                    \"id\": 2187,\n                    \"name\": \"Campaign Rajani dLocal Brazilian\"\n                },\n                {\n                    \"id\": 2188,\n                    \"name\": \"TestJyoti (Copy)\"\n                },\n                {\n                    \"id\": 2189,\n                    \"name\": \"Campaign Rajani dLocal ARS\"\n                },\n                {\n                    \"id\": 2190,\n                    \"name\": \"Campaign Rajani BOB\"\n                },\n                {\n                    \"id\": 2191,\n                    \"name\": \"Javi is Active Test\"\n                },\n                {\n                    \"id\": 2193,\n                    \"name\": \"Javi is Active Test\"\n                },\n                {\n                    \"id\": 2196,\n                    \"name\": \"Javi is Active Test\"\n                },\n                {\n                    \"id\": 2200,\n                    \"name\": \"Campaign Rajani CLP\"\n                },\n                {\n                    \"id\": 2202,\n                    \"name\": \"Campaign Rajani COP\"\n                },\n                {\n                    \"id\": 2203,\n                    \"name\": \"Javi is Active Test\"\n                },\n                {\n                    \"id\": 2204,\n                    \"name\": \"Javi is Active Test\"\n                },\n                {\n                    \"id\": 2205,\n                    \"name\": \"Campaign Rajani BOBnew\"\n                },\n                {\n                    \"id\": 2206,\n                    \"name\": \"Campaign Rajani BOBnew (Copy)\"\n                },\n                {\n                    \"id\": 2207,\n                    \"name\": \"Campaign Rajani IDR\"\n                },\n                {\n                    \"id\": 2208,\n                    \"name\": \"Campaign Rajani INR\"\n                },\n                {\n                    \"id\": 2209,\n                    \"name\": \"Campaign Rajani MXN\"\n                },\n                {\n                    \"id\": 2210,\n                    \"name\": \"Campaign Rajani MYR\"\n                },\n                {\n                    \"id\": 2211,\n                    \"name\": \"Campaign Rajani NGN\"\n                },\n                {\n                    \"id\": 2212,\n                    \"name\": \"Campaign Rajani PEN\"\n                },\n                {\n                    \"id\": 2213,\n                    \"name\": \"Campaign Rajani PHP\"\n                },\n                {\n                    \"id\": 2214,\n                    \"name\": \"Campaign Rajani THB\"\n                },\n                {\n                    \"id\": 2215,\n                    \"name\": \"Campaign Rajani TRY\"\n                },\n                {\n                    \"id\": 2216,\n                    \"name\": \"Campaign Rajani VND\"\n                },\n                {\n                    \"id\": 2217,\n                    \"name\": \"Campaign Rajani ZAR\"\n                },\n                {\n                    \"id\": 2218,\n                    \"name\": \"Campaign Jyoti 4044X\"\n                },\n                {\n                    \"id\": 2219,\n                    \"name\": \"Campaign Rajani MYR (Copy)\"\n                },\n                {\n                    \"id\": 2220,\n                    \"name\": \"Jesse Custom Bundle\"\n                },\n                {\n                    \"id\": 2221,\n                    \"name\": \"Mvolpe 4044\"\n                },\n                {\n                    \"id\": 2226,\n                    \"name\": \"Updated Name\"\n                },\n                {\n                    \"id\": 2227,\n                    \"name\": \"Javi Test VD tests\"\n                },\n                {\n                    \"id\": 2228,\n                    \"name\": \"Updated Name\"\n                },\n                {\n                    \"id\": 2229,\n                    \"name\": \"MOGI Test\"\n                },\n                {\n                    \"id\": 2231,\n                    \"name\": \"swap_camp1\"\n                },\n                {\n                    \"id\": 2232,\n                    \"name\": \"Campaign - AC\"\n                },\n                {\n                    \"id\": 2233,\n                    \"name\": \"Javi test\"\n                },\n                {\n                    \"id\": 2234,\n                    \"name\": \"Padma Compaign\"\n                },\n                {\n                    \"id\": 2235,\n                    \"name\": \"Padma Campaign for cc billing\"\n                },\n                {\n                    \"id\": 2236,\n                    \"name\": \"Flow Test1\"\n                },\n                {\n                    \"id\": 2237,\n                    \"name\": \"Campaign created by Padma\"\n                },\n                {\n                    \"id\": 2239,\n                    \"name\": \"Acquired 3d test - FL (Copy)\"\n                },\n                {\n                    \"id\": 2240,\n                    \"name\": \"Acquired  test campign - FL\"\n                },\n                {\n                    \"id\": 2241,\n                    \"name\": \"Mvolpe 4052 stripe\"\n                },\n                {\n                    \"id\": 2242,\n                    \"name\": \"Javi test ACI PAYON\"\n                },\n                {\n                    \"id\": 2243,\n                    \"name\": \"Padma Campaign cc testing 4070\"\n                },\n                {\n                    \"id\": 2244,\n                    \"name\": \"Padma Campaign with out payment routing\"\n                },\n                {\n                    \"id\": 2245,\n                    \"name\": \"DEV-4128 Cascade, Reprocess, Force Gateway Issue\"\n                },\n                {\n                    \"id\": 2246,\n                    \"name\": \"TestJyoti (Copy)\"\n                },\n                {\n                    \"id\": 2247,\n                    \"name\": \"Javi Test (Copy)\"\n                },\n                {\n                    \"id\": 2248,\n                    \"name\": \"Mvolpe test\"\n                },\n                {\n                    \"id\": 2249,\n                    \"name\": \"DEV -3634 eMerchant pay\"\n                },\n                {\n                    \"id\": 2250,\n                    \"name\": \"Acquired Gateway GBP - AC4068\"\n                },\n                {\n                    \"id\": 2251,\n                    \"name\": \"SM Klaviyo NMI\"\n                },\n                {\n                    \"id\": 2252,\n                    \"name\": \"Maintain Campaign general - FL (Copy)\"\n                },\n                {\n                    \"id\": 2253,\n                    \"name\": \"Mvolpe Inovio test\"\n                },\n                {\n                    \"id\": 2254,\n                    \"name\": \"Mvolpe Inovio test (Copy)\"\n                },\n                {\n                    \"id\": 2255,\n                    \"name\": \"MVolpe test BUG EUR\"\n                },\n                {\n                    \"id\": 2256,\n                    \"name\": \"Javi Test (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 2257,\n                    \"name\": \"TEST JyotiVD\"\n                },\n                {\n                    \"id\": 2258,\n                    \"name\": \"Klavio NMI Camp\"\n                },\n                {\n                    \"id\": 2259,\n                    \"name\": \"Mvolpe test campaign NMI\"\n                },\n                {\n                    \"id\": 2285,\n                    \"name\": \"Javi Test Stripe Test\"\n                },\n                {\n                    \"id\": 2289,\n                    \"name\": \"Updated Name_2289\"\n                },\n                {\n                    \"id\": 2291,\n                    \"name\": \"Updated Name_2289 (Copy)\"\n                },\n                {\n                    \"id\": 2292,\n                    \"name\": \"Updated Name_2292\"\n                },\n                {\n                    \"id\": 2293,\n                    \"name\": \"Updated Name_2292 (Copy)\"\n                },\n                {\n                    \"id\": 2294,\n                    \"name\": \"Kumar Test Campaign\"\n                },\n                {\n                    \"id\": 2295,\n                    \"name\": \"Giuliano Test Campaign\"\n                },\n                {\n                    \"id\": 2296,\n                    \"name\": \"Test_AC 4208\"\n                },\n                {\n                    \"id\": 2297,\n                    \"name\": \"TEST JyotiDeclineManager\"\n                },\n                {\n                    \"id\": 2298,\n                    \"name\": \"JyotiTestDR\"\n                },\n                {\n                    \"id\": 2299,\n                    \"name\": \"test\"\n                },\n                {\n                    \"id\": 2300,\n                    \"name\": \"Javi Test (Copy) (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 2301,\n                    \"name\": \"Mvolpe test iBill\"\n                },\n                {\n                    \"id\": 2302,\n                    \"name\": \"JyotiTestIDIQ\"\n                },\n                {\n                    \"id\": 2303,\n                    \"name\": \"Javi Collection Campaign Tests\"\n                },\n                {\n                    \"id\": 2304,\n                    \"name\": \"Test Grace CRUD - FL\"\n                },\n                {\n                    \"id\": 2305,\n                    \"name\": \"Test Grace CRUD - FL (Copy)\"\n                },\n                {\n                    \"id\": 2309,\n                    \"name\": \"paul pepper pay pinless campaign test\"\n                },\n                {\n                    \"id\": 2312,\n                    \"name\": \"TEST JBT Campaign\"\n                },\n                {\n                    \"id\": 2318,\n                    \"name\": \"Campaign AC 4249\"\n                },\n                {\n                    \"id\": 2319,\n                    \"name\": \"Everyware test campaign - FL\"\n                },\n                {\n                    \"id\": 2320,\n                    \"name\": \"Marvel Campaigns\"\n                },\n                {\n                    \"id\": 2321,\n                    \"name\": \"Campaign AC 4257\"\n                },\n                {\n                    \"id\": 2322,\n                    \"name\": \"MVolpe dLocal ARS\"\n                },\n                {\n                    \"id\": 2323,\n                    \"name\": \"Jyoti Test 4100\"\n                },\n                {\n                    \"id\": 2324,\n                    \"name\": \"Javi Avalara Tests\"\n                },\n                {\n                    \"id\": 2325,\n                    \"name\": \"Campaign AC 4147\"\n                },\n                {\n                    \"id\": 2326,\n                    \"name\": \"Campaign - AC (Copy)\"\n                },\n                {\n                    \"id\": 2327,\n                    \"name\": \"Jyoti Blue snap Test\"\n                },\n                {\n                    \"id\": 2328,\n                    \"name\": \"Jyoti Bluesnap\"\n                },\n                {\n                    \"id\": 2329,\n                    \"name\": \"Javi Collection Campaign Tests (Copy)\"\n                },\n                {\n                    \"id\": 2330,\n                    \"name\": \"Javi Grace Period Campaign\"\n                },\n                {\n                    \"id\": 2331,\n                    \"name\": \"MVolpe Chargebacks\"\n                },\n                {\n                    \"id\": 2332,\n                    \"name\": \"MVolpe Chargebacks Dry Run\"\n                },\n                {\n                    \"id\": 2334,\n                    \"name\": \"Pauls dlocal test campaign\"\n                },\n                {\n                    \"id\": 2335,\n                    \"name\": \"JyotiTESTVD (Copy)\"\n                },\n                {\n                    \"id\": 2336,\n                    \"name\": \"kumar Collection Campaign Tests (Copy) of 2303\"\n                },\n                {\n                    \"id\": 2337,\n                    \"name\": \"MVolpe 4395 (NMI)\"\n                },\n                {\n                    \"id\": 2338,\n                    \"name\": \"JyotiTestDR_Cascade\"\n                },\n                {\n                    \"id\": 2339,\n                    \"name\": \"UYU Campaign test - FL\"\n                },\n                {\n                    \"id\": 2340,\n                    \"name\": \"Test\"\n                },\n                {\n                    \"id\": 2342,\n                    \"name\": \"pauls taxjar campaign with and without tax\"\n                },\n                {\n                    \"id\": 2359,\n                    \"name\": \"MVolpe test Checkout API\"\n                },\n                {\n                    \"id\": 2360,\n                    \"name\": \"iBill test campign - FL\"\n                },\n                {\n                    \"id\": 2361,\n                    \"name\": \"Test campaign with PR - FL\"\n                },\n                {\n                    \"id\": 2362,\n                    \"name\": \"Test campaign with PR with GW- FL\"\n                },\n                {\n                    \"id\": 2363,\n                    \"name\": \"Test campaign with PR - FL (Copy)\"\n                },\n                {\n                    \"id\": 2364,\n                    \"name\": \"Tristin ACI\"\n                },\n                {\n                    \"id\": 2365,\n                    \"name\": \"Javi Collection Campaign Tests 2 (Copy)\"\n                },\n                {\n                    \"id\": 2366,\n                    \"name\": \"MVolpe test Payment router\"\n                },\n                {\n                    \"id\": 2367,\n                    \"name\": \"Campaign - AC 4384\"\n                },\n                {\n                    \"id\": 2368,\n                    \"name\": \"Test 4521 Campaign\"\n                },\n                {\n                    \"id\": 2369,\n                    \"name\": \"Swap_campaign23\"\n                },\n                {\n                    \"id\": 2370,\n                    \"name\": \"Swap_campaign23_New\"\n                },\n                {\n                    \"id\": 2373,\n                    \"name\": \"MVolpe dLocal chile\"\n                },\n                {\n                    \"id\": 2374,\n                    \"name\": \"Demo Campaign 11/3/2022 Do not Touch\"\n                },\n                {\n                    \"id\": 2375,\n                    \"name\": \"Tristin NMI\"\n                },\n                {\n                    \"id\": 2376,\n                    \"name\": \"Test 4542 Campaign\"\n                },\n                {\n                    \"id\": 2377,\n                    \"name\": \"AC Campaign Collections\"\n                },\n                {\n                    \"id\": 2378,\n                    \"name\": \"Testing Do not change ty\"\n                },\n                {\n                    \"id\": 2379,\n                    \"name\": \"MVolpe 4521\"\n                },\n                {\n                    \"id\": 2380,\n                    \"name\": \"DEV-4475 test campaign - FL\"\n                },\n                {\n                    \"id\": 2381,\n                    \"name\": \"MVolpe 4050 Braintree\"\n                },\n                {\n                    \"id\": 2382,\n                    \"name\": \"4487_campaign\"\n                },\n                {\n                    \"id\": 2383,\n                    \"name\": \"4487_campaign_GRB\"\n                },\n                {\n                    \"id\": 2384,\n                    \"name\": \"MGF CAMPAIGN (Copy) (Copy) (Copy)\"\n                },\n                {\n                    \"id\": 2385,\n                    \"name\": \"add campaign ajay123\"\n                },\n                {\n                    \"id\": 2386,\n                    \"name\": \"Swapna Campaign 123\"\n                },\n                {\n                    \"id\": 2387,\n                    \"name\": \"Jyoti Test 4100 (Copy)\"\n                },\n                {\n                    \"id\": 2388,\n                    \"name\": \"Test 4531 Avalara V2\"\n                },\n                {\n                    \"id\": 2389,\n                    \"name\": \"SJ New Campaign\"\n                },\n                {\n                    \"id\": 2390,\n                    \"name\": \"3rd Test Campaign\"\n                },\n                {\n                    \"id\": 2391,\n                    \"name\": \"MVolpe Paypal\"\n                },\n                {\n                    \"id\": 2392,\n                    \"name\": \"CampaignNMI_USD Swapna\"\n                },\n                {\n                    \"id\": 2393,\n                    \"name\": \"Tristin NMI (Copy)\"\n                },\n                {\n                    \"id\": 2395,\n                    \"name\": \"Swapna Everyware Campaign Test\"\n                },\n                {\n                    \"id\": 2396,\n                    \"name\": \"Swapna Campaign EW\"\n                },\n                {\n                    \"id\": 2397,\n                    \"name\": \"swap camp BM Bill by day test\"\n                },\n                {\n                    \"id\": 2398,\n                    \"name\": \"Swapna Camp BM Test (recurring offer)\"\n                },\n                {\n                    \"id\": 2399,\n                    \"name\": \"Tristin ACI Payon\"\n                },\n                {\n                    \"id\": 2400,\n                    \"name\": \"MVolpe 4624 Vantiv\"\n                },\n                {\n                    \"id\": 2401,\n                    \"name\": \"Inovio test campaign - FL\"\n                },\n                {\n                    \"id\": 2402,\n                    \"name\": \"Test_4635_Campaign\"\n                },\n                {\n                    \"id\": 2403,\n                    \"name\": \"add campaign ajay12\"\n                },\n                {\n                    \"id\": 2404,\n                    \"name\": \"add campaign ajay123\"\n                },\n                {\n                    \"id\": 2405,\n                    \"name\": \"add campaign ajay123 9(recurring offer)\"\n                },\n                {\n                    \"id\": 2406,\n                    \"name\": \"Test_4576\"\n                },\n                {\n                    \"id\": 2407,\n                    \"name\": \"Test Campaign BRL\"\n                },\n                {\n                    \"id\": 2408,\n                    \"name\": \"test_4576_1\"\n                },\n                {\n                    \"id\": 2409,\n                    \"name\": \"Test_4576_12-05-2022\"\n                },\n                {\n                    \"id\": 2410,\n                    \"name\": \"MVolpe GooglePay NMI 4526\"\n                },\n                {\n                    \"id\": 2411,\n                    \"name\": \"SFTP Postcard Campaign Swapna\"\n                },\n                {\n                    \"id\": 2412,\n                    \"name\": \"SFTP Postcard Campaign Ajay\"\n                },\n                {\n                    \"id\": 2413,\n                    \"name\": \"Javi Payment Router DEMO campaign.\"\n                },\n                {\n                    \"id\": 2414,\n                    \"name\": \"Test 4671\"\n                },\n                {\n                    \"id\": 2416,\n                    \"name\": \"Test-Ajay-4578\"\n                },\n                {\n                    \"id\": 2418,\n                    \"name\": \"Inovio DEV4578 test - FL\"\n                },\n                {\n                    \"id\": 2419,\n                    \"name\": \"Test 4270 USD\"\n                },\n                {\n                    \"id\": 2420,\n                    \"name\": \"Test 4270 EUR\"\n                },\n                {\n                    \"id\": 2421,\n                    \"name\": \"test 4396\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Tristin Volume Discount1\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T16:36:20.000000Z\",\n            \"updated_at\": \"2023-02-09T22:49:16.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1,\n            \"is_exclude_non_recurring\": 1,\n            \"apply_to_type_id\": 3,\n            \"quantities\": [\n                {\n                    \"id\": 681,\n                    \"volume_discount_id\": 2,\n                    \"lower_bound\": 2,\n                    \"upper_bound\": 5,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"5.00\",\n                    \"created_at\": \"2023-04-11T11:27:59.000000Z\",\n                    \"updated_at\": \"2023-04-11T11:27:59.000000Z\"\n                },\n                {\n                    \"id\": 682,\n                    \"volume_discount_id\": 2,\n                    \"lower_bound\": 6,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"15.00\",\n                    \"created_at\": \"2023-04-11T11:27:59.000000Z\",\n                    \"updated_at\": \"2023-04-11T11:27:59.000000Z\"\n                },\n                {\n                    \"id\": 683,\n                    \"volume_discount_id\": 2,\n                    \"lower_bound\": 11,\n                    \"upper_bound\": 15,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"25.00\",\n                    \"created_at\": \"2023-04-11T11:27:59.000000Z\",\n                    \"updated_at\": \"2023-04-11T11:27:59.000000Z\"\n                }\n            ],\n            \"products\": [\n                656,\n                1079\n            ],\n            \"campaigns\": [\n                {\n                    \"id\": 70,\n                    \"name\": \"test postman order view campaign\"\n                },\n                {\n                    \"id\": 110,\n                    \"name\": \"Test prospect configuration\"\n                },\n                {\n                    \"id\": 2417,\n                    \"name\": \"Swapna Avalara V2\"\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T16:37:52.000000Z\",\n            \"updated_at\": \"2023-01-14T17:49:38.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1,\n            \"is_exclude_non_recurring\": 1,\n            \"apply_to_type_id\": 3,\n            \"quantities\": [\n                {\n                    \"id\": 545,\n                    \"volume_discount_id\": 3,\n                    \"lower_bound\": 1,\n                    \"upper_bound\": 5,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"10.00\",\n                    \"created_at\": \"2023-01-14T17:49:38.000000Z\",\n                    \"updated_at\": \"2023-01-14T17:49:38.000000Z\"\n                },\n                {\n                    \"id\": 546,\n                    \"volume_discount_id\": 3,\n                    \"lower_bound\": 6,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"20.00\",\n                    \"created_at\": \"2023-01-14T17:49:38.000000Z\",\n                    \"updated_at\": \"2023-01-14T17:49:38.000000Z\"\n                }\n            ],\n            \"products\": [\n                13,\n                133\n            ],\n            \"campaigns\": [\n                {\n                    \"id\": 22,\n                    \"name\": \"REg 5.57 campaign\"\n                },\n                {\n                    \"id\": 23,\n                    \"name\": \"Pat_CustomBundleCamp-emty\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Dev Volume Discount Updated II\",\n            \"description\": \"An updated volume discount desription\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T16:39:01.000000Z\",\n            \"updated_at\": \"2021-08-10T18:20:09.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1000035,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 23,\n                    \"volume_discount_id\": 4,\n                    \"lower_bound\": 5,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"7.50\",\n                    \"created_at\": \"2021-08-10T18:21:02.000000Z\",\n                    \"updated_at\": \"2021-08-10T18:21:02.000000Z\"\n                }\n            ],\n            \"products\": [\n                854\n            ],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T16:39:09.000000Z\",\n            \"updated_at\": \"2022-08-10T16:58:52.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 3,\n            \"quantities\": [\n                {\n                    \"id\": 435,\n                    \"volume_discount_id\": 5,\n                    \"lower_bound\": 1,\n                    \"upper_bound\": 40,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"10.00\",\n                    \"created_at\": \"2022-08-11T15:13:31.000000Z\",\n                    \"updated_at\": \"2022-08-11T15:13:31.000000Z\"\n                }\n            ],\n            \"products\": [\n                934,\n                936\n            ],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T16:48:07.000000Z\",\n            \"updated_at\": \"2021-08-10T16:48:07.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": null,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [],\n            \"products\": [],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T16:48:25.000000Z\",\n            \"updated_at\": \"2023-05-16T15:41:32.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 3,\n            \"quantities\": [\n                {\n                    \"id\": 740,\n                    \"volume_discount_id\": 7,\n                    \"lower_bound\": 1,\n                    \"upper_bound\": 5,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"12.00\",\n                    \"created_at\": \"2023-05-16T15:42:11.000000Z\",\n                    \"updated_at\": \"2023-05-16T15:42:11.000000Z\"\n                },\n                {\n                    \"id\": 741,\n                    \"volume_discount_id\": 7,\n                    \"lower_bound\": 6,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"15.00\",\n                    \"created_at\": \"2023-05-16T15:42:11.000000Z\",\n                    \"updated_at\": \"2023-05-16T15:42:11.000000Z\"\n                },\n                {\n                    \"id\": 742,\n                    \"volume_discount_id\": 7,\n                    \"lower_bound\": 11,\n                    \"upper_bound\": 15,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"25.00\",\n                    \"created_at\": \"2023-05-16T15:42:11.000000Z\",\n                    \"updated_at\": \"2023-05-16T15:42:11.000000Z\"\n                }\n            ],\n            \"products\": [\n                829,\n                853\n            ],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T16:48:41.000000Z\",\n            \"updated_at\": \"2021-08-10T16:48:41.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": null,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 13,\n                    \"volume_discount_id\": 8,\n                    \"lower_bound\": 2,\n                    \"upper_bound\": 5,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"5.00\",\n                    \"created_at\": \"2021-08-10T16:48:41.000000Z\",\n                    \"updated_at\": \"2021-08-10T16:48:41.000000Z\"\n                },\n                {\n                    \"id\": 14,\n                    \"volume_discount_id\": 8,\n                    \"lower_bound\": 6,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"15.00\",\n                    \"created_at\": \"2021-08-10T16:48:41.000000Z\",\n                    \"updated_at\": \"2021-08-10T16:48:41.000000Z\"\n                },\n                {\n                    \"id\": 15,\n                    \"volume_discount_id\": 8,\n                    \"lower_bound\": 11,\n                    \"upper_bound\": null,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"25.00\",\n                    \"created_at\": \"2021-08-10T16:48:41.000000Z\",\n                    \"updated_at\": \"2021-08-10T16:48:41.000000Z\"\n                }\n            ],\n            \"products\": [],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T17:55:46.000000Z\",\n            \"updated_at\": \"2021-08-10T17:55:46.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": null,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 17,\n                    \"volume_discount_id\": 9,\n                    \"lower_bound\": 2,\n                    \"upper_bound\": 5,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"5.00\",\n                    \"created_at\": \"2021-08-10T17:55:46.000000Z\",\n                    \"updated_at\": \"2021-08-10T17:55:46.000000Z\"\n                },\n                {\n                    \"id\": 18,\n                    \"volume_discount_id\": 9,\n                    \"lower_bound\": 6,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"15.00\",\n                    \"created_at\": \"2021-08-10T17:55:46.000000Z\",\n                    \"updated_at\": \"2021-08-10T17:55:46.000000Z\"\n                },\n                {\n                    \"id\": 19,\n                    \"volume_discount_id\": 9,\n                    \"lower_bound\": 11,\n                    \"upper_bound\": null,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"25.00\",\n                    \"created_at\": \"2021-08-10T17:55:46.000000Z\",\n                    \"updated_at\": \"2021-08-10T17:55:46.000000Z\"\n                }\n            ],\n            \"products\": [],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T17:56:00.000000Z\",\n            \"updated_at\": \"2023-03-10T08:16:38.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1,\n            \"is_exclude_non_recurring\": 1,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 660,\n                    \"volume_discount_id\": 10,\n                    \"lower_bound\": 1,\n                    \"upper_bound\": 4,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"10.00\",\n                    \"created_at\": \"2023-03-10T08:16:38.000000Z\",\n                    \"updated_at\": \"2023-03-10T08:16:38.000000Z\"\n                }\n            ],\n            \"products\": [\n                729\n            ],\n            \"campaigns\": [\n                {\n                    \"id\": 2394,\n                    \"name\": \"Ajay Campaign Test -01\"\n                }\n            ]\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Tristin Volume Discount\",\n            \"description\": \"Tristin Discount Description\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T17:56:15.000000Z\",\n            \"updated_at\": \"2021-08-10T17:56:15.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": null,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [],\n            \"products\": [],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Dev Volume Discount Updated II (Copy)\",\n            \"description\": \"An updated volume discount desription\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T18:35:18.000000Z\",\n            \"updated_at\": \"2021-08-10T18:35:18.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": null,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 24,\n                    \"volume_discount_id\": 12,\n                    \"lower_bound\": 5,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"7.50\",\n                    \"created_at\": \"2021-08-10T18:35:18.000000Z\",\n                    \"updated_at\": \"2021-08-10T18:35:18.000000Z\"\n                }\n            ],\n            \"products\": [],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Dev Volume Discount Updated II (Copy)\",\n            \"description\": \"An updated volume discount desription\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-10T18:37:56.000000Z\",\n            \"updated_at\": \"2021-08-10T18:37:56.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": null,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 25,\n                    \"volume_discount_id\": 13,\n                    \"lower_bound\": 5,\n                    \"upper_bound\": 10,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"7.50\",\n                    \"created_at\": \"2021-08-10T18:37:56.000000Z\",\n                    \"updated_at\": \"2021-08-10T18:37:56.000000Z\"\n                }\n            ],\n            \"products\": [],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Fede Volume discount 2\",\n            \"description\": \"Fede Volume discount\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-08-27T14:45:24.000000Z\",\n            \"updated_at\": \"2021-09-16T13:51:03.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": 1,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 29,\n                    \"volume_discount_id\": 15,\n                    \"lower_bound\": 1,\n                    \"upper_bound\": 2,\n                    \"discount_type_id\": 2,\n                    \"amount\": \"15.00\",\n                    \"created_at\": \"2021-08-27T14:45:24.000000Z\",\n                    \"updated_at\": \"2021-09-02T14:27:21.000000Z\"\n                },\n                {\n                    \"id\": 30,\n                    \"volume_discount_id\": 15,\n                    \"lower_bound\": 3,\n                    \"upper_bound\": 5,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"20.00\",\n                    \"created_at\": \"2021-08-27T14:45:24.000000Z\",\n                    \"updated_at\": \"2021-09-01T14:51:14.000000Z\"\n                },\n                {\n                    \"id\": 31,\n                    \"volume_discount_id\": 15,\n                    \"lower_bound\": 11,\n                    \"upper_bound\": 15,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"25.00\",\n                    \"created_at\": \"2021-08-27T14:45:24.000000Z\",\n                    \"updated_at\": \"2021-08-27T14:45:24.000000Z\"\n                }\n            ],\n            \"products\": [],\n            \"campaigns\": []\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Dev Volume Discount vokhid test\",\n            \"description\": \"Dev Volume Discount Description 2\",\n            \"is_active\": 1,\n            \"created_at\": \"2021-09-01T04:34:52.000000Z\",\n            \"updated_at\": \"2021-09-01T04:34:52.000000Z\",\n            \"created_by\": 1000035,\n            \"updated_by\": null,\n            \"is_exclude_non_recurring\": 0,\n            \"apply_to_type_id\": 1,\n            \"quantities\": [\n                {\n                    \"id\": 32,\n                    \"volume_discount_id\": 16,\n                    \"lower_bound\": 3,\n                    \"upper_bound\": 5,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"5.00\",\n                    \"created_at\": \"2021-09-01T04:34:52.000000Z\",\n                    \"updated_at\": \"2021-09-01T04:34:52.000000Z\"\n                },\n                {\n                    \"id\": 33,\n                    \"volume_discount_id\": 16,\n                    \"lower_bound\": 6,\n                    \"upper_bound\": 8,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"15.00\",\n                    \"created_at\": \"2021-09-01T04:34:52.000000Z\",\n                    \"updated_at\": \"2021-09-01T04:34:52.000000Z\"\n                },\n                {\n                    \"id\": 34,\n                    \"volume_discount_id\": 16,\n                    \"lower_bound\": 9,\n                    \"upper_bound\": 15,\n                    \"discount_type_id\": 1,\n                    \"amount\": \"25.00\",\n                    \"created_at\": \"2021-09-01T04:34:52.000000Z\",\n                    \"updated_at\": \"2021-09-01T04:34:52.000000Z\"\n                }\n            ],\n            \"products\": [],\n            \"campaigns\": []\n        }\n    ],\n    \"first_page_url\": \"https://test-dnvb.qa1.sticky.io/api/v2/volume-discounts?page=1\",\n    \"from\": 1,\n    \"last_page\": 5,\n    \"last_page_url\": \"https://test-dnvb.qa1.sticky.io/api/v2/volume-discounts?page=5\",\n    \"next_page_url\": \"https://test-dnvb.qa1.sticky.io/api/v2/volume-discounts?page=2\",\n    \"path\": \"https://test-dnvb.qa1.sticky.io/api/v2/volume-discounts\",\n    \"per_page\": 15,\n    \"prev_page_url\": null,\n    \"to\": 15,\n    \"total\": 74\n}"}],"_postman_id":"94f03d75-9484-41ff-959f-da369f4073df"},{"name":"Get Volume Discount","id":"2b8eff7d-354e-44c4-aa85-c280db247fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}","description":"<p>Fetch a single volume discount object.</p>\n<p>**Response Data<br />**Response parameters contained within the data field object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The volume discount ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The volume discount name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The volume discount description</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The volume discount active status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The volume discount creation timestamp.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The volume discount updation timestamp.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the volume discount.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the volume discount.</td>\n</tr>\n<tr>\n<td>is_exclude_non_recurring</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the volume discount is active for non recurring products.</td>\n</tr>\n<tr>\n<td>apply_to_type_id</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether initial or recurring or it will apply for both.  <br />1 = Initial  <br />2 = Recurring  <br />3 = Both</td>\n</tr>\n<tr>\n<td>quantities</td>\n<td>Array</td>\n<td>Array of quantity rule object associated with the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.id</td>\n<td>Integer</td>\n<td>The quantity rule ID associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>quantities.*.volume_discount_id</td>\n<td>Integer</td>\n<td>The volume discount ID associated with the quantity rule.</td>\n</tr>\n<tr>\n<td>quantities.*.lower_bound</td>\n<td>Integer</td>\n<td>The minimum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.upper_bound</td>\n<td>Integer</td>\n<td>The maximum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.discount_type_id</td>\n<td>Integer</td>\n<td>Flag that determines whether percent or dollar.  <br />1 = percent  <br />2 = dollar</td>\n</tr>\n<tr>\n<td>quantities.*.amount</td>\n<td>Numeric</td>\n<td>This is the discount value which can be either PERCENT or DOLLAR depending on the discount type.</td>\n</tr>\n<tr>\n<td>quantities.*.created_at</td>\n<td>String</td>\n<td>The quantity rules profile creation timestamp.</td>\n</tr>\n<tr>\n<td>quantities.*.updated_at</td>\n<td>String</td>\n<td>The quantity rules profile updation timestamp.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>Array of product id's associated with the volume discount.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>Array of campaign object associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>campaigns.*.id</td>\n<td>Integer</td>\n<td>The campaign ID</td>\n</tr>\n<tr>\n<td>campaigns.*.name</td>\n<td>String</td>\n<td>The campaign name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{volume_discount_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"0047e12f-d7f8-427b-a7bc-2219b61cb24e","name":"Get Volume Discount","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Mar 2024 12:42:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Becca Volume Discount\",\n        \"description\": \"Becks Test Volume Discount Description\",\n        \"is_active\": 1,\n        \"created_at\": \"2021-08-02T15:50:29.000000Z\",\n        \"updated_at\": \"2023-03-02T23:35:52.000000Z\",\n        \"created_by\": 1000035,\n        \"updated_by\": 1,\n        \"is_exclude_non_recurring\": 1,\n        \"apply_to_type_id\": 2,\n        \"quantities\": [\n            {\n                \"id\": 754,\n                \"volume_discount_id\": 1,\n                \"lower_bound\": 6,\n                \"upper_bound\": 10,\n                \"discount_type_id\": 1,\n                \"amount\": \"20.00\",\n                \"created_at\": \"2023-08-16T21:17:22.000000Z\",\n                \"updated_at\": \"2023-08-16T21:17:22.000000Z\"\n            },\n            {\n                \"id\": 755,\n                \"volume_discount_id\": 1,\n                \"lower_bound\": 11,\n                \"upper_bound\": 15,\n                \"discount_type_id\": 1,\n                \"amount\": \"40.00\",\n                \"created_at\": \"2023-08-16T21:17:22.000000Z\",\n                \"updated_at\": \"2023-08-16T21:17:22.000000Z\"\n            },\n            {\n                \"id\": 756,\n                \"volume_discount_id\": 1,\n                \"lower_bound\": 16,\n                \"upper_bound\": 45,\n                \"discount_type_id\": 1,\n                \"amount\": \"50.00\",\n                \"created_at\": \"2023-08-16T21:17:22.000000Z\",\n                \"updated_at\": \"2023-08-16T21:17:22.000000Z\"\n            }\n        ],\n        \"products\": [\n            4,\n            855,\n            947,\n            863,\n            862,\n            852,\n            884,\n            951,\n            953\n        ],\n        \"campaigns\": [\n            {\n                \"id\": 8,\n                \"name\": \"second reg campaign\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Pat_BMCampaign\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Per item campaign\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Pat_BMBxC\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Loyalty campaign\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Pat_Scn1\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Pat_Scn2\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Ticket test campaign\"\n            },\n            {\n                \"id\": 18,\n                \"name\": \"bundles test campaigns\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Mp tax test\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Pat_PreBuiltBundleCamp\"\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Pat_CustomBundleCamp\"\n            },\n            {\n                \"id\": 25,\n                \"name\": \"Pat_CustomBundleCamp_558_a\"\n            },\n            {\n                \"id\": 26,\n                \"name\": \"Pat_CustomBundleCamp_558_b\"\n            },\n            {\n                \"id\": 27,\n                \"name\": \"First pre paid campaign\"\n            },\n            {\n                \"id\": 28,\n                \"name\": \"Pat_PrePaid_Campaign\"\n            },\n            {\n                \"id\": 29,\n                \"name\": \"Tristin Updated name\"\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Trial ticket campaign\"\n            },\n            {\n                \"id\": 31,\n                \"name\": \"Pat_Prepaid5.60\"\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Marvin Test Campaign (No Touchie!)\"\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Pat_StraightSaleCamp\"\n            },\n            {\n                \"id\": 35,\n                \"name\": \"Pat_BasicOfferCamp_IC\"\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Blueberry Hair \"\n            },\n            {\n                \"id\": 37,\n                \"name\": \"ZenBox Campaign\"\n            },\n            {\n                \"id\": 38,\n                \"name\": \"Pat_PrepaidOffers\"\n            },\n            {\n                \"id\": 39,\n                \"name\": \"Regression 5.61 campaign \"\n            },\n            {\n                \"id\": 40,\n                \"name\": \"5.61 campaign no tocar\"\n            },\n            {\n                \"id\": 41,\n                \"name\": \"Pat_ShipHotfix\"\n            },\n            {\n                \"id\": 42,\n                \"name\": \"MGF Test Campaign\"\n            },\n            {\n                \"id\": 43,\n                \"name\": \"LimeLight Coffee (DO NOT TOUCH)\"\n            },\n            {\n                \"id\": 44,\n                \"name\": \"quick campaign test\"\n            },\n            {\n                \"id\": 45,\n                \"name\": \"Pat_BasicOfferCamp_PaymentRouting\"\n            },\n            {\n                \"id\": 46,\n                \"name\": \"Gift campaing\"\n            },\n            {\n                \"id\": 47,\n                \"name\": \"Pat_PaypalCampaign\"\n            },\n            {\n                \"id\": 48,\n                \"name\": \"Pat_RechargeCampaign\"\n            },\n            {\n                \"id\": 50,\n                \"name\": \"Pat_RechargeCampaign_Single\"\n            },\n            {\n                \"id\": 51,\n                \"name\": \"Pat_RGR562\"\n            },\n            {\n                \"id\": 52,\n                \"name\": \"lift logic campaign lg test\"\n            },\n            {\n                \"id\": 53,\n                \"name\": \"Regression 5.62 campaign\"\n            },\n            {\n                \"id\": 54,\n                \"name\": \"LiftLogic test campaign\"\n            },\n            {\n                \"id\": 55,\n                \"name\": \"Pat_DiscountIssue\"\n            },\n            {\n                \"id\": 56,\n                \"name\": \"trial test campaign\"\n            },\n            {\n                \"id\": 57,\n                \"name\": \"Cat offers\"\n            },\n            {\n                \"id\": 58,\n                \"name\": \"second trial campaign\"\n            },\n            {\n                \"id\": 59,\n                \"name\": \"Pat_CustomCampaign\"\n            },\n            {\n                \"id\": 60,\n                \"name\": \"Pat_CombineAddressON\"\n            },\n            {\n                \"id\": 61,\n                \"name\": \"LG Campaign Test Offer\"\n            },\n            {\n                \"id\": 62,\n                \"name\": \"Pat_CaptureHOTFIX\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"LG Recur ticket test\"\n            },\n            {\n                \"id\": 64,\n                \"name\": \"Pat_CombineOFFShipworksCustomBundle\"\n            },\n            {\n                \"id\": 65,\n                \"name\": \"Pat_SingleProdCamp\"\n            },\n            {\n                \"id\": 66,\n                \"name\": \"prepaid test campaign\"\n            },\n            {\n                \"id\": 67,\n                \"name\": \"LG combined shipment campaign\"\n            },\n            {\n                \"id\": 68,\n                \"name\": \"LG combined shipment campaign (COPY)\"\n            },\n            {\n                \"id\": 69,\n                \"name\": \"regression 5.63 campaign\"\n            },\n            {\n                \"id\": 71,\n                \"name\": \"PSiGate 3D Verify Test USD\"\n            },\n            {\n                \"id\": 72,\n                \"name\": \"Pat_MarHOTFIX\"\n            },\n            {\n                \"id\": 73,\n                \"name\": \"Regression 5.64 campaign\"\n            },\n            {\n                \"id\": 74,\n                \"name\": \"LG Regression Campaign 5.64\"\n            },\n            {\n                \"id\": 75,\n                \"name\": \"Pat_Prepaid564\"\n            },\n            {\n                \"id\": 77,\n                \"name\": \"LG offer buga test\"\n            },\n            {\n                \"id\": 78,\n                \"name\": \"Pat_DeleteBundleChild\"\n            },\n            {\n                \"id\": 79,\n                \"name\": \"Pat_Prepaid&StandardOffers\"\n            },\n            {\n                \"id\": 82,\n                \"name\": \"LG campaign test nutra 5.63\"\n            },\n            {\n                \"id\": 83,\n                \"name\": \"Pat_Standard30days\"\n            },\n            {\n                \"id\": 84,\n                \"name\": \"Pat_Standard\"\n            },\n            {\n                \"id\": 85,\n                \"name\": \"Pat_Prepaid\"\n            },\n            {\n                \"id\": 86,\n                \"name\": \"Pat_Prepaid2\"\n            },\n            {\n                \"id\": 88,\n                \"name\": \"Pat_StraightPrepaid\"\n            },\n            {\n                \"id\": 89,\n                \"name\": \"Campaign edigital - FL\"\n            },\n            {\n                \"id\": 90,\n                \"name\": \"Pat_566\"\n            },\n            {\n                \"id\": 91,\n                \"name\": \"Pat_566_Classic_CustomBundleFixedNoTrial\"\n            },\n            {\n                \"id\": 93,\n                \"name\": \"Pat_566Campaign\"\n            },\n            {\n                \"id\": 94,\n                \"name\": \"Pat_566Campaign_CustomPricing\"\n            },\n            {\n                \"id\": 95,\n                \"name\": \"LiftLogic campaign\"\n            },\n            {\n                \"id\": 96,\n                \"name\": \"Pat_BillBySchedule\"\n            },\n            {\n                \"id\": 98,\n                \"name\": \"Pat_CampAllBM\"\n            },\n            {\n                \"id\": 99,\n                \"name\": \"Liftlogic campaign test - FL\"\n            },\n            {\n                \"id\": 100,\n                \"name\": \"Pat_CouponCamp\"\n            },\n            {\n                \"id\": 101,\n                \"name\": \"Pat_NMI_Campaign_CaptureON\"\n            },\n            {\n                \"id\": 102,\n                \"name\": \"Pat_CampAllBM_PROn\"\n            },\n            {\n                \"id\": 103,\n                \"name\": \"Pat_CampAllBM_PROn- Test Issue\"\n            },\n            {\n                \"id\": 104,\n                \"name\": \"Boltpay campaign\"\n            },\n            {\n                \"id\": 105,\n                \"name\": \"boltpay check campaign\"\n            },\n            {\n                \"id\": 106,\n                \"name\": \"iutyfsjtdzhrse\"\n            },\n            {\n                \"id\": 107,\n                \"name\": \"MP Campaign\"\n            },\n            {\n                \"id\": 108,\n                \"name\": \"Matt_TestCampaign\"\n            },\n            {\n                \"id\": 109,\n                \"name\": \"Pat_Camp568\"\n            },\n            {\n                \"id\": 111,\n                \"name\": \"Pat_PairedProdCamp\"\n            },\n            {\n                \"id\": 112,\n                \"name\": \"Pat_ALLBUNDLESCamp\"\n            },\n            {\n                \"id\": 114,\n                \"name\": \"PAT_CAMPAIGN569\"\n            },\n            {\n                \"id\": 115,\n                \"name\": \"liftlogic appkey test -  FL\"\n            },\n            {\n                \"id\": 116,\n                \"name\": \"PAT_CAMPAIGN570\"\n            },\n            {\n                \"id\": 118,\n                \"name\": \"Pat_NMI_Campaign_CombineON_570\"\n            },\n            {\n                \"id\": 119,\n                \"name\": \"PAT_RGRCAMP570\"\n            },\n            {\n                \"id\": 120,\n                \"name\": \"PAT-MailNotif\"\n            },\n            {\n                \"id\": 121,\n                \"name\": \"PAT-STD (COPY)\"\n            },\n            {\n                \"id\": 122,\n                \"name\": \"API JSON PR\"\n            },\n            {\n                \"id\": 123,\n                \"name\": \"Matt_Regression_5.71\"\n            },\n            {\n                \"id\": 124,\n                \"name\": \"WP campaing\"\n            },\n            {\n                \"id\": 125,\n                \"name\": \"PAT-CAMP572\"\n            },\n            {\n                \"id\": 126,\n                \"name\": \"Amazon Pay campaign\"\n            },\n            {\n                \"id\": 127,\n                \"name\": \"Wade Delayed Billing\"\n            },\n            {\n                \"id\": 128,\n                \"name\": \"PAT-CAMP573\"\n            },\n            {\n                \"id\": 129,\n                \"name\": \"Matt-5.73Regression\"\n            },\n            {\n                \"id\": 130,\n                \"name\": \"PAT-3PLCAMP\"\n            },\n            {\n                \"id\": 132,\n                \"name\": \"PAT-CAMP574\"\n            },\n            {\n                \"id\": 133,\n                \"name\": \"CApture On shipment track num campaign\"\n            },\n            {\n                \"id\": 134,\n                \"name\": \"second capture on ship campaign\"\n            },\n            {\n                \"id\": 135,\n                \"name\": \"PAT-CAMP575\"\n            },\n            {\n                \"id\": 136,\n                \"name\": \"Seasonal Monthly Oils\"\n            },\n            {\n                \"id\": 137,\n                \"name\": \"MATTS CAMPAIGN DO NOT TOUCH\"\n            },\n            {\n                \"id\": 138,\n                \"name\": \"PAT - MAIN REGRESSION CAMPAIGN (DONT EDIT)\"\n            },\n            {\n                \"id\": 139,\n                \"name\": \"LimeLight Coffee (AmazonPay Testing)\"\n            },\n            {\n                \"id\": 140,\n                \"name\": \"PAT - MAIN REGRESSION CAMPAIGN (DON'T EDIT) 3D enabled\"\n            },\n            {\n                \"id\": 141,\n                \"name\": \"Stripe Connect USD Test\"\n            },\n            {\n                \"id\": 142,\n                \"name\": \"General Test Campaign (DO NOT TOUCH) \"\n            },\n            {\n                \"id\": 143,\n                \"name\": \"PAT-CAMP576\"\n            },\n            {\n                \"id\": 144,\n                \"name\": \"Stripe connect vale test campaign\"\n            },\n            {\n                \"id\": 145,\n                \"name\": \"Matt-7.0PostbackTest\"\n            },\n            {\n                \"id\": 147,\n                \"name\": \"LimeLight Coffee (Ros CoffeeKrush.com)\"\n            },\n            {\n                \"id\": 148,\n                \"name\": \"LimeLight Coffee (Ro's KoffeeCrush.com)\"\n            },\n            {\n                \"id\": 149,\n                \"name\": \"PAT-CAMP7.0\"\n            },\n            {\n                \"id\": 150,\n                \"name\": \"iCanPay campaign\"\n            },\n            {\n                \"id\": 151,\n                \"name\": \"LimeBeans All-Purpose Testing (Gavin)\"\n            },\n            {\n                \"id\": 152,\n                \"name\": \"Gavin Testing BM Tings\"\n            },\n            {\n                \"id\": 153,\n                \"name\": \"PAT-CAMP7.1\"\n            },\n            {\n                \"id\": 154,\n                \"name\": \"Liftlogic test campaign\"\n            },\n            {\n                \"id\": 155,\n                \"name\": \"Stacie Funnel Campaign\"\n            },\n            {\n                \"id\": 156,\n                \"name\": \"Pat- Camp7.2\"\n            },\n            {\n                \"id\": 157,\n                \"name\": \"iCan pay test campaign\"\n            },\n            {\n                \"id\": 158,\n                \"name\": \"Pat-Camp7.3\"\n            },\n            {\n                \"id\": 159,\n                \"name\": \"Gavstar\"\n            },\n            {\n                \"id\": 160,\n                \"name\": \"Restful 3pl campaign\"\n            },\n            {\n                \"id\": 161,\n                \"name\": \"Pat-Camp7.4\"\n            },\n            {\n                \"id\": 162,\n                \"name\": \"notifications test campaign\"\n            },\n            {\n                \"id\": 163,\n                \"name\": \"paypal braintree campaign\"\n            },\n            {\n                \"id\": 164,\n                \"name\": \"PAT-CAMP75\"\n            },\n            {\n                \"id\": 165,\n                \"name\": \"Fluidpay test campaign\"\n            },\n            {\n                \"id\": 166,\n                \"name\": \"CeptCampaignApiTest20\"\n            },\n            {\n                \"id\": 167,\n                \"name\": \"CeptCampaignApiTest20\"\n            },\n            {\n                \"id\": 168,\n                \"name\": \"CeptCampaignApiTest20\"\n            },\n            {\n                \"id\": 169,\n                \"name\": \"Vantiv campaign\"\n            },\n            {\n                \"id\": 170,\n                \"name\": \"MP - Vantiv\"\n            },\n            {\n                \"id\": 171,\n                \"name\": \"MP - RealDefense\"\n            },\n            {\n                \"id\": 172,\n                \"name\": \"Fibonatix Tests\"\n            },\n            {\n                \"id\": 173,\n                \"name\": \"step num test campaign\"\n            },\n            {\n                \"id\": 175,\n                \"name\": \"Log Prod Summary\"\n            },\n            {\n                \"id\": 176,\n                \"name\": \"Matt_7.6 Regression\"\n            },\n            {\n                \"id\": 179,\n                \"name\": \"sfasda\"\n            },\n            {\n                \"id\": 180,\n                \"name\": \"PAT-CAMP77\"\n            },\n            {\n                \"id\": 181,\n                \"name\": \"consent campaign\"\n            },\n            {\n                \"id\": 182,\n                \"name\": \"prepaid test campaign\"\n            },\n            {\n                \"id\": 183,\n                \"name\": \"ebanx test campaign\"\n            },\n            {\n                \"id\": 184,\n                \"name\": \"Keto Boost Campaign - FlexPay\"\n            },\n            {\n                \"id\": 185,\n                \"name\": \"Keto Boost Campaign - Gateway Simulator\"\n            },\n            {\n                \"id\": 186,\n                \"name\": \"NMI Paysafe - Keto Boost\"\n            },\n            {\n                \"id\": 187,\n                \"name\": \"Offers / BMs Campaign\"\n            },\n            {\n                \"id\": 188,\n                \"name\": \"avalara test campaign\"\n            },\n            {\n                \"id\": 189,\n                \"name\": \"Prepaid 29.95 campaign\"\n            },\n            {\n                \"id\": 190,\n                \"name\": \"EWL test campaign\"\n            },\n            {\n                \"id\": 191,\n                \"name\": \"FTP test campaign\"\n            },\n            {\n                \"id\": 192,\n                \"name\": \"FTPS test campaign \"\n            },\n            {\n                \"id\": 193,\n                \"name\": \"SFTP test campaign\"\n            },\n            {\n                \"id\": 194,\n                \"name\": \"02 SFTP test campaign\"\n            },\n            {\n                \"id\": 195,\n                \"name\": \"Infocu5 test campaign\"\n            },\n            {\n                \"id\": 197,\n                \"name\": \"benchmark campaign\"\n            },\n            {\n                \"id\": 199,\n                \"name\": \"paypal discount \"\n            },\n            {\n                \"id\": 200,\n                \"name\": \"Gummy Worm Campaign - NMI Paysafe\"\n            },\n            {\n                \"id\": 202,\n                \"name\": \"ZIri test - FL\"\n            },\n            {\n                \"id\": 203,\n                \"name\": \"GoCardless GBP\"\n            },\n            {\n                \"id\": 204,\n                \"name\": \"PLK Trial campaign\"\n            },\n            {\n                \"id\": 205,\n                \"name\": \"EUR Campaign\"\n            },\n            {\n                \"id\": 206,\n                \"name\": \"Trev PLK\"\n            },\n            {\n                \"id\": 207,\n                \"name\": \"InvestorsAlley Marketing Campaign\"\n            },\n            {\n                \"id\": 208,\n                \"name\": \"paypal decline campaign\"\n            },\n            {\n                \"id\": 209,\n                \"name\": \"Ebanx testing  - FL\"\n            },\n            {\n                \"id\": 210,\n                \"name\": \"prepaid recurring campaign\"\n            },\n            {\n                \"id\": 211,\n                \"name\": \"Gavin's Chocolate Affiliate Campaign\"\n            },\n            {\n                \"id\": 212,\n                \"name\": \"Stripe Regression   - FL\"\n            },\n            {\n                \"id\": 213,\n                \"name\": \"Test hotfix payment types - FL\"\n            },\n            {\n                \"id\": 214,\n                \"name\": \"flexpay campaign\"\n            },\n            {\n                \"id\": 215,\n                \"name\": \"bin blocking campaign\"\n            },\n            {\n                \"id\": 216,\n                \"name\": \"force gw campaing\"\n            },\n            {\n                \"id\": 217,\n                \"name\": \"3 Pl 2.0 campaign\"\n            },\n            {\n                \"id\": 218,\n                \"name\": \"Shipbob test W/O CSA - FL\"\n            },\n            {\n                \"id\": 219,\n                \"name\": \"dm prepaid campaign\"\n            },\n            {\n                \"id\": 220,\n                \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (KRW)\"\n            },\n            {\n                \"id\": 221,\n                \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (AUD)\"\n            },\n            {\n                \"id\": 222,\n                \"name\": \"Pay certify test campaign - FL\"\n            },\n            {\n                \"id\": 223,\n                \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (PEN)\"\n            },\n            {\n                \"id\": 224,\n                \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (NGN)\"\n            },\n            {\n                \"id\": 225,\n                \"name\": \"Shipbob test W/CSA - FL\"\n            },\n            {\n                \"id\": 226,\n                \"name\": \"TEst order throught prospect - FL \"\n            },\n            {\n                \"id\": 227,\n                \"name\": \"not hold campaign\"\n            },\n            {\n                \"id\": 228,\n                \"name\": \"greenbox campaign\"\n            },\n            {\n                \"id\": 229,\n                \"name\": \"Test Campaign Gopayment 3d - FL\"\n            },\n            {\n                \"id\": 230,\n                \"name\": \"Members test campaign\"\n            },\n            {\n                \"id\": 231,\n                \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (COPY)\"\n            },\n            {\n                \"id\": 232,\n                \"name\": \"Test Campaign checkout- FL\"\n            },\n            {\n                \"id\": 233,\n                \"name\": \"expired campaign\"\n            },\n            {\n                \"id\": 234,\n                \"name\": \"REGRESSION CAMPAIGN (DON'T EDIT) (COPY)\"\n            },\n            {\n                \"id\": 235,\n                \"name\": \"offer multiple products campaign\"\n            },\n            {\n                \"id\": 236,\n                \"name\": \"Not renew prepaid offer campaign\"\n            },\n            {\n                \"id\": 239,\n                \"name\": \"Vantiv Wallet token test - FL\"\n            },\n            {\n                \"id\": 240,\n                \"name\": \"Stripe wallet token test - FL\"\n            },\n            {\n                \"id\": 241,\n                \"name\": \"Square wallet token test - FL\"\n            },\n            {\n                \"id\": 242,\n                \"name\": \"Maxpay AUD Currency test - FL\"\n            },\n            {\n                \"id\": 243,\n                \"name\": \"Paul and Gavings OPP Campaign\"\n            },\n            {\n                \"id\": 244,\n                \"name\": \"general campaign V\"\n            },\n            {\n                \"id\": 245,\n                \"name\": \"Test Manag Subs - FL\"\n            },\n            {\n                \"id\": 248,\n                \"name\": \"double tax test campaign\"\n            },\n            {\n                \"id\": 249,\n                \"name\": \"Gavin Coffee Clone Testing - WP Related\"\n            },\n            {\n                \"id\": 250,\n                \"name\": \"Coffee Clone Testing - WP Related\"\n            },\n            {\n                \"id\": 251,\n                \"name\": \"new WP campaign\"\n            },\n            {\n                \"id\": 255,\n                \"name\": \"Test Campaign combine- FL\"\n            },\n            {\n                \"id\": 256,\n                \"name\": \"Test Campaign combine 02- FL\"\n            },\n            {\n                \"id\": 257,\n                \"name\": \"Test Campaign combine 03- FL\"\n            },\n            {\n                \"id\": 258,\n                \"name\": \"AmexVisaDiscoverMastercardCampaign\"\n            },\n            {\n                \"id\": 259,\n                \"name\": \"Gavin CBD Test\"\n            },\n            {\n                \"id\": 260,\n                \"name\": \"Test campaign  order_view  - FL\"\n            },\n            {\n                \"id\": 261,\n                \"name\": \"Trev Camp 1\"\n            },\n            {\n                \"id\": 262,\n                \"name\": \"Trev Camp 2\"\n            },\n            {\n                \"id\": 263,\n                \"name\": \"Trev Camp 3\"\n            },\n            {\n                \"id\": 264,\n                \"name\": \"Test payscout campaign - FL\"\n            },\n            {\n                \"id\": 265,\n                \"name\": \"Test Retrycount issue - FL\"\n            },\n            {\n                \"id\": 266,\n                \"name\": \"Test paypal issue- FL\"\n            },\n            {\n                \"id\": 267,\n                \"name\": \"Test shipworks- FL\"\n            },\n            {\n                \"id\": 268,\n                \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY)\"\n            },\n            {\n                \"id\": 269,\n                \"name\": \"TH shirt campaign\"\n            },\n            {\n                \"id\": 270,\n                \"name\": \"general campaign V (COPY)\"\n            },\n            {\n                \"id\": 271,\n                \"name\": \"Variants\"\n            },\n            {\n                \"id\": 272,\n                \"name\": \"Test Shipstation campaign FL\"\n            },\n            {\n                \"id\": 273,\n                \"name\": \"tristin bcc test\"\n            },\n            {\n                \"id\": 274,\n                \"name\": \"test manage page\"\n            },\n            {\n                \"id\": 275,\n                \"name\": \"Test Affirm campign - FL\"\n            },\n            {\n                \"id\": 277,\n                \"name\": \"Test forecast campign - FL\"\n            },\n            {\n                \"id\": 278,\n                \"name\": \"Test Stripe connect - FL\"\n            },\n            {\n                \"id\": 279,\n                \"name\": \"Adam & Gavins Koffee Krush\"\n            },\n            {\n                \"id\": 280,\n                \"name\": \"Test payment router not - FL\"\n            },\n            {\n                \"id\": 281,\n                \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY) (COPY)\"\n            },\n            {\n                \"id\": 283,\n                \"name\": \"NMI Paysafe Campaign\"\n            },\n            {\n                \"id\": 284,\n                \"name\": \"Basic TEST Campaign\"\n            },\n            {\n                \"id\": 285,\n                \"name\": \"tris\"\n            },\n            {\n                \"id\": 286,\n                \"name\": \"Acquired 3d test - FL\"\n            },\n            {\n                \"id\": 287,\n                \"name\": \"Adyen test - FL\"\n            },\n            {\n                \"id\": 288,\n                \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY)\"\n            },\n            {\n                \"id\": 289,\n                \"name\": \"Avalara test - FL\"\n            },\n            {\n                \"id\": 290,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 291,\n                \"name\": \"Name5\"\n            },\n            {\n                \"id\": 292,\n                \"name\": \"Name5\"\n            },\n            {\n                \"id\": 294,\n                \"name\": \"Tristin Updated name\"\n            },\n            {\n                \"id\": 295,\n                \"name\": \"This is where your updated description goes1111\"\n            },\n            {\n                \"id\": 296,\n                \"name\": \"This is where your updated description goes1111\"\n            },\n            {\n                \"id\": 297,\n                \"name\": \"This is where your updated description goes1111\"\n            },\n            {\n                \"id\": 298,\n                \"name\": \"This is where your updated description goes1111\"\n            },\n            {\n                \"id\": 299,\n                \"name\": \"This is where your updated description goes1111\"\n            },\n            {\n                \"id\": 300,\n                \"name\": \"This is where your updated description goes1111\"\n            },\n            {\n                \"id\": 301,\n                \"name\": \"This is where your updated description goes1111\"\n            },\n            {\n                \"id\": 302,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 303,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 304,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 305,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 306,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 307,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 308,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 309,\n                \"name\": \"Tristin\"\n            },\n            {\n                \"id\": 310,\n                \"name\": \"Tristin\"\n            },\n            {\n                \"id\": 311,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 312,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 313,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 314,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 317,\n                \"name\": \"Name\"\n            },\n            {\n                \"id\": 319,\n                \"name\": \"MM TEST CAMPAIGN STICKY.IO\"\n            },\n            {\n                \"id\": 320,\n                \"name\": \"MM TEST\"\n            },\n            {\n                \"id\": 321,\n                \"name\": \"MM TEST CAMPAIGN 1\"\n            },\n            {\n                \"id\": 338,\n                \"name\": \"MM E2E 3\"\n            },\n            {\n                \"id\": 340,\n                \"name\": \"MM REVIEW 2\"\n            },\n            {\n                \"id\": 343,\n                \"name\": \"test\"\n            },\n            {\n                \"id\": 344,\n                \"name\": \"Wade Test Add 0311\"\n            },\n            {\n                \"id\": 345,\n                \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (COPY)\"\n            },\n            {\n                \"id\": 347,\n                \"name\": \"Wade Test Checkout USD\"\n            },\n            {\n                \"id\": 369,\n                \"name\": \"Test stripe campaign - FL\"\n            },\n            {\n                \"id\": 370,\n                \"name\": \"tristin test\"\n            },\n            {\n                \"id\": 376,\n                \"name\": \"eMerchant campaign - FL\"\n            },\n            {\n                \"id\": 385,\n                \"name\": \"MM TEST\"\n            },\n            {\n                \"id\": 387,\n                \"name\": \"Test expired campaign - FL\"\n            },\n            {\n                \"id\": 389,\n                \"name\": \"Test preauth campaign - FL\"\n            },\n            {\n                \"id\": 396,\n                \"name\": \"Fulfillment Testing Generic\"\n            },\n            {\n                \"id\": 399,\n                \"name\": \"expensive vale campaign\"\n            },\n            {\n                \"id\": 400,\n                \"name\": \"Test NZD stripe - FL\"\n            },\n            {\n                \"id\": 405,\n                \"name\": \"ShipBob Fulfillment Campaign\"\n            },\n            {\n                \"id\": 406,\n                \"name\": \"P2P campaing test - FL\"\n            },\n            {\n                \"id\": 408,\n                \"name\": \"Test NZD paypal - FL\"\n            },\n            {\n                \"id\": 411,\n                \"name\": \"Orbital Campaign general - FL\"\n            },\n            {\n                \"id\": 412,\n                \"name\": \"eMerchantPay\"\n            },\n            {\n                \"id\": 416,\n                \"name\": \"Prospect Test Campaign  - FL\"\n            },\n            {\n                \"id\": 421,\n                \"name\": \"Test Green Campaign - FL\"\n            },\n            {\n                \"id\": 422,\n                \"name\": \"NEW BRAINTREE TEST DONT YOU DARE TO TOUCH\"\n            },\n            {\n                \"id\": 423,\n                \"name\": \"Koun test campaign - FL\"\n            },\n            {\n                \"id\": 424,\n                \"name\": \"Smile test campaign - FL\"\n            },\n            {\n                \"id\": 425,\n                \"name\": \"OSE Offer test campaign - FL\"\n            },\n            {\n                \"id\": 426,\n                \"name\": \"quickpay vale campaign\"\n            },\n            {\n                \"id\": 427,\n                \"name\": \"Tristin Hunt\"\n            },\n            {\n                \"id\": 428,\n                \"name\": \"Tristin Hunt.\"\n            },\n            {\n                \"id\": 430,\n                \"name\": \"Adam Miller Square\"\n            },\n            {\n                \"id\": 432,\n                \"name\": \"Test Campaign SlackPay- FL\"\n            },\n            {\n                \"id\": 434,\n                \"name\": \"Store\"\n            },\n            {\n                \"id\": 438,\n                \"name\": \"Second vale campaign\"\n            },\n            {\n                \"id\": 439,\n                \"name\": \"Test Campaign decline - FL\"\n            },\n            {\n                \"id\": 440,\n                \"name\": \"CB911 Test Campaign - FL\"\n            },\n            {\n                \"id\": 441,\n                \"name\": \"Wade Paypal Payment\"\n            },\n            {\n                \"id\": 443,\n                \"name\": \"Skubana campaing Test - FL\"\n            },\n            {\n                \"id\": 445,\n                \"name\": \"Smile test campaign - FL (COPY)\"\n            },\n            {\n                \"id\": 446,\n                \"name\": \"new sticky 2.0 vale campaign\"\n            },\n            {\n                \"id\": 462,\n                \"name\": \"new sticky 2.0 vale campaign (COPY)\"\n            },\n            {\n                \"id\": 463,\n                \"name\": \"new sticky 2.0 vale campaign (COPY) (COPY)\"\n            },\n            {\n                \"id\": 466,\n                \"name\": \"new test\"\n            },\n            {\n                \"id\": 467,\n                \"name\": \"New Campaign FP\"\n            },\n            {\n                \"id\": 468,\n                \"name\": \"Sticky 2.0 test campaign (COPY)\"\n            },\n            {\n                \"id\": 469,\n                \"name\": \"Second vale campaign (COPY)\"\n            },\n            {\n                \"id\": 470,\n                \"name\": \"FP DEV134 1 Variant\"\n            },\n            {\n                \"id\": 471,\n                \"name\": \"new sticky 2.0 vale campaign (COPY) (COPY) (COPY) (COPY)\"\n            },\n            {\n                \"id\": 474,\n                \"name\": \"Second vale paypal avalara\"\n            },\n            {\n                \"id\": 475,\n                \"name\": \"VALE CAMPAIGN\"\n            },\n            {\n                \"id\": 476,\n                \"name\": \"FP DEV134 2nd Variant\"\n            },\n            {\n                \"id\": 477,\n                \"name\": \"Camaping testing PR - FL\"\n            },\n            {\n                \"id\": 478,\n                \"name\": \"2021 Campaign FP 134\"\n            },\n            {\n                \"id\": 479,\n                \"name\": \"Pauls Force Seperate Test\"\n            },\n            {\n                \"id\": 480,\n                \"name\": \"FTP campaign test  - FL\"\n            },\n            {\n                \"id\": 481,\n                \"name\": \"Kount NOCOF/NOWP campaign test  - FL\"\n            },\n            {\n                \"id\": 482,\n                \"name\": \"DEV-683 Test campaing - FL\"\n            },\n            {\n                \"id\": 483,\n                \"name\": \"Adyen campaign\"\n            },\n            {\n                \"id\": 485,\n                \"name\": \"Becks Campaign\"\n            },\n            {\n                \"id\": 486,\n                \"name\": \"Beccas Campaign\"\n            },\n            {\n                \"id\": 487,\n                \"name\": \"Beccas 429\"\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Beccas Campaign 705\"\n            },\n            {\n                \"id\": 489,\n                \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (COPY)\"\n            },\n            {\n                \"id\": 491,\n                \"name\": \"MM PLN Campaign\"\n            },\n            {\n                \"id\": 492,\n                \"name\": \"Beccas 709 Campaign\"\n            },\n            {\n                \"id\": 493,\n                \"name\": \"PPP campaign test - FL\"\n            },\n            {\n                \"id\": 494,\n                \"name\": \"Disney / Marvel / Nickelodeon / Anime\"\n            },\n            {\n                \"id\": 495,\n                \"name\": \"Wix test campaign - FL\"\n            },\n            {\n                \"id\": 497,\n                \"name\": \"vale EUR campaign\"\n            },\n            {\n                \"id\": 498,\n                \"name\": \"Yotpo test campaign  - FL\"\n            },\n            {\n                \"id\": 499,\n                \"name\": \"LEGACY_NOCOF_INHERIT test  - FL\"\n            },\n            {\n                \"id\": 500,\n                \"name\": \"02 LEGACY_NOCOF_INHERIT test  - FL\"\n            },\n            {\n                \"id\": 501,\n                \"name\": \"FIRST VALE CAMPAIGN\"\n            },\n            {\n                \"id\": 502,\n                \"name\": \"SECOND VALE CAMPAIGN\"\n            },\n            {\n                \"id\": 503,\n                \"name\": \"Ogone test campaign - FL\"\n            },\n            {\n                \"id\": 504,\n                \"name\": \"MGF CAMPAIGN\"\n            },\n            {\n                \"id\": 505,\n                \"name\": \"SafeCharge test campaign - FL\"\n            },\n            {\n                \"id\": 506,\n                \"name\": \"Tristin PR Campaign\"\n            },\n            {\n                \"id\": 507,\n                \"name\": \"Currency - JPY Testing Campaign\"\n            },\n            {\n                \"id\": 508,\n                \"name\": \"Klaviyo reg campaign - FL\"\n            },\n            {\n                \"id\": 509,\n                \"name\": \"CSA general test - FL\"\n            },\n            {\n                \"id\": 511,\n                \"name\": \"Campaign test Copy (all active) - FL\"\n            },\n            {\n                \"id\": 515,\n                \"name\": \"Campaign test Copy (all active) - FL (Copy)\"\n            },\n            {\n                \"id\": 516,\n                \"name\": \"PayON Test Campaign  - FL\"\n            },\n            {\n                \"id\": 517,\n                \"name\": \"Google Pay Test\"\n            },\n            {\n                \"id\": 518,\n                \"name\": \"FIRST VALE CAMPAIGN (COPY)\"\n            },\n            {\n                \"id\": 519,\n                \"name\": \"Vantiv campaign - FL\"\n            },\n            {\n                \"id\": 520,\n                \"name\": \"Computop testing campaign\"\n            },\n            {\n                \"id\": 521,\n                \"name\": \"FIRST VALE CAMPAIGN OT COMBINE\"\n            },\n            {\n                \"id\": 522,\n                \"name\": \"campaign 3D vale\"\n            },\n            {\n                \"id\": 523,\n                \"name\": \"ShipBob Fulfillment Campaign - FL\"\n            },\n            {\n                \"id\": 524,\n                \"name\": \"Computop testing campaign (COPY)\"\n            },\n            {\n                \"id\": 525,\n                \"name\": \"Dunning orders test - FL\"\n            },\n            {\n                \"id\": 526,\n                \"name\": \"Tristin Fresh Test Campaign\"\n            },\n            {\n                \"id\": 527,\n                \"name\": \"CSA campaign\"\n            },\n            {\n                \"id\": 528,\n                \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (COPY)\"\n            },\n            {\n                \"id\": 529,\n                \"name\": \"Test perserve campaign - FL\"\n            },\n            {\n                \"id\": 530,\n                \"name\": \"Paypal payments test  - FL\"\n            },\n            {\n                \"id\": 531,\n                \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (COPY)\"\n            },\n            {\n                \"id\": 532,\n                \"name\": \"Test NUTRA\"\n            },\n            {\n                \"id\": 534,\n                \"name\": \"FIRST VALE CAMPAIGN OT COMBINE (COPY)\"\n            },\n            {\n                \"id\": 535,\n                \"name\": \"Tristin ACI\"\n            },\n            {\n                \"id\": 536,\n                \"name\": \"FIRST VALE CAMPAIGN ACQUIRED\"\n            },\n            {\n                \"id\": 537,\n                \"name\": \"FIRST VALE CAMPAIGN avalara copy\"\n            },\n            {\n                \"id\": 538,\n                \"name\": \"DEV-901 Campaign\"\n            },\n            {\n                \"id\": 539,\n                \"name\": \"DEV-901 Campaign (Copy)\"\n            },\n            {\n                \"id\": 540,\n                \"name\": \"MGF CAMPAIGN (Copy)\"\n            },\n            {\n                \"id\": 541,\n                \"name\": \"02 SFTP test campaign  - Fulfillment Testing\"\n            },\n            {\n                \"id\": 542,\n                \"name\": \"3PL 1.0 campaign - FL\"\n            },\n            {\n                \"id\": 543,\n                \"name\": \"3PL 2.0 campaign - FL\"\n            },\n            {\n                \"id\": 544,\n                \"name\": \"ShipBob Fulfillment V Campaign\"\n            },\n            {\n                \"id\": 545,\n                \"name\": \"Test Campaign view\"\n            },\n            {\n                \"id\": 546,\n                \"name\": \"Disney / Marvel / Nickelodeon Campaign (Copy)\"\n            },\n            {\n                \"id\": 547,\n                \"name\": \"MGF CAMPAIGN - Delayed Capture\"\n            },\n            {\n                \"id\": 548,\n                \"name\": \"EUR test\"\n            },\n            {\n                \"id\": 551,\n                \"name\": \"tirsitn\"\n            },\n            {\n                \"id\": 552,\n                \"name\": \"EUR test (Copy) - Jose\"\n            },\n            {\n                \"id\": 553,\n                \"name\": \"New vale campaign square\"\n            },\n            {\n                \"id\": 554,\n                \"name\": \"3PL vale campaign\"\n            },\n            {\n                \"id\": 555,\n                \"name\": \"3PL vale campaign hour delay\"\n            },\n            {\n                \"id\": 556,\n                \"name\": \"tirsitn (Copy)\"\n            },\n            {\n                \"id\": 557,\n                \"name\": \"Javi Test\"\n            },\n            {\n                \"id\": 558,\n                \"name\": \"tax campaign\"\n            },\n            {\n                \"id\": 559,\n                \"name\": \"FIRST VALE CAMPAIGN PAYPAL\"\n            },\n            {\n                \"id\": 560,\n                \"name\": \"FIRST VALE CAMPAIGN avalara copy (Copy)\"\n            },\n            {\n                \"id\": 561,\n                \"name\": \"Applepay vale campaign\"\n            },\n            {\n                \"id\": 562,\n                \"name\": \"2021 Campaign FP 134 (Copy)\"\n            },\n            {\n                \"id\": 563,\n                \"name\": \"several providers vale campaign\"\n            },\n            {\n                \"id\": 564,\n                \"name\": \"MATTS CAMPAIGN DO NOT TOUCH (Copy)\"\n            },\n            {\n                \"id\": 565,\n                \"name\": \"Javier Ls Testing Campaign\"\n            },\n            {\n                \"id\": 566,\n                \"name\": \"Maintain Campaign general - FL (Copy)\"\n            },\n            {\n                \"id\": 567,\n                \"name\": \"Test fulfillment campaign - FL\"\n            },\n            {\n                \"id\": 569,\n                \"name\": \"Akanksha Order Test Campaign\"\n            },\n            {\n                \"id\": 570,\n                \"name\": \"Paul And Team Campaign Test\"\n            },\n            {\n                \"id\": 571,\n                \"name\": \"MM CAD\"\n            },\n            {\n                \"id\": 573,\n                \"name\": \"MATTS CAMPAIGN DO NOT TOUCH JPY\"\n            },\n            {\n                \"id\": 574,\n                \"name\": \"Martins test campaign\"\n            },\n            {\n                \"id\": 575,\n                \"name\": \"2638 - Fluid EUR\"\n            },\n            {\n                \"id\": 576,\n                \"name\": \"2638 - Fluid GBP\"\n            },\n            {\n                \"id\": 577,\n                \"name\": \"2638 - Fluid PPC EUR\"\n            },\n            {\n                \"id\": 578,\n                \"name\": \"2638 - Fluid PPC GBP\"\n            },\n            {\n                \"id\": 579,\n                \"name\": \"Jess Dry Run\"\n            },\n            {\n                \"id\": 581,\n                \"name\": \"vvk_campaign\"\n            },\n            {\n                \"id\": 582,\n                \"name\": \"REGRESSION CAMPAIGN (DONT EDIT) (KRW) (NEW)\"\n            },\n            {\n                \"id\": 583,\n                \"name\": \"Keerthi test Campaign\"\n            },\n            {\n                \"id\": 584,\n                \"name\": \"2696 - Fluid AUD\"\n            },\n            {\n                \"id\": 585,\n                \"name\": \"2696 - Fluid NZD\"\n            },\n            {\n                \"id\": 586,\n                \"name\": \"2696 - Fluid PPC AUD\"\n            },\n            {\n                \"id\": 587,\n                \"name\": \"2696 - Fluid PPC NZD\"\n            },\n            {\n                \"id\": 588,\n                \"name\": \"K test Campaign\"\n            },\n            {\n                \"id\": 589,\n                \"name\": \"Mvolpe test campaign\"\n            },\n            {\n                \"id\": 590,\n                \"name\": \"Mvolpe test campaign NMI\"\n            },\n            {\n                \"id\": 591,\n                \"name\": \"Test campaign 2818 NMI\"\n            },\n            {\n                \"id\": 592,\n                \"name\": \"2499 test PR campaign - FL\"\n            },\n            {\n                \"id\": 593,\n                \"name\": \"Test campaign 2888 NMI\"\n            },\n            {\n                \"id\": 594,\n                \"name\": \"Test Campaign Fede Apply type = 1 - FL\"\n            },\n            {\n                \"id\": 595,\n                \"name\": \"Test Campaign Fede Apply type = 2 - FL\"\n            },\n            {\n                \"id\": 596,\n                \"name\": \"Test Campaign Fede Apply type = 3 - FL\"\n            },\n            {\n                \"id\": 598,\n                \"name\": \"2499 test PR campaign - FL (Copy)\"\n            },\n            {\n                \"id\": 599,\n                \"name\": \"Volume test campaign - FL\"\n            },\n            {\n                \"id\": 600,\n                \"name\": \"Mvolpe test campaign Stripe INR\"\n            },\n            {\n                \"id\": 601,\n                \"name\": \"Test campaign 2718 DKK\"\n            },\n            {\n                \"id\": 602,\n                \"name\": \"Mvolpe test campaign 2834\"\n            },\n            {\n                \"id\": 603,\n                \"name\": \"Mvolpe test campaign 2834 (Copy)\"\n            },\n            {\n                \"id\": 604,\n                \"name\": \"Mvolpe test campaign PayEngine\"\n            },\n            {\n                \"id\": 605,\n                \"name\": \"Mvolpe test campaign PR\"\n            },\n            {\n                \"id\": 606,\n                \"name\": \"Mvolpe test campaign 3017\"\n            },\n            {\n                \"id\": 607,\n                \"name\": \"Mvolpe test campaign NMI PR\"\n            },\n            {\n                \"id\": 608,\n                \"name\": \"Campaign 1R\"\n            },\n            {\n                \"id\": 609,\n                \"name\": \"Regression campaign VD - FL\"\n            },\n            {\n                \"id\": 610,\n                \"name\": \"Test 3125 NMI Paysafe\"\n            },\n            {\n                \"id\": 611,\n                \"name\": \"Regression campaign VD - FL (Copy)\"\n            },\n            {\n                \"id\": 612,\n                \"name\": \"Tristin Regression Campaign\"\n            },\n            {\n                \"id\": 613,\n                \"name\": \"Test computop campaign test - FL\"\n            },\n            {\n                \"id\": 614,\n                \"name\": \"Test computop campaign test delay off- FL\"\n            },\n            {\n                \"id\": 615,\n                \"name\": \"Tristin Regression Campaign (Copy)\"\n            },\n            {\n                \"id\": 616,\n                \"name\": \"Tristin Regression Campaign (Copy) (Copy)\"\n            },\n            {\n                \"id\": 617,\n                \"name\": \"Tristin Regression Campaign (Copy) (Copy) (Copy)\"\n            },\n            {\n                \"id\": 618,\n                \"name\": \"Test recalculate VD - FL\"\n            },\n            {\n                \"id\": 619,\n                \"name\": \"Test Smart dunning - FL\"\n            },\n            {\n                \"id\": 620,\n                \"name\": \"Test campaign NMI\"\n            },\n            {\n                \"id\": 2101,\n                \"name\": \"Test campaign 2888 NMI (Copy)\"\n            },\n            {\n                \"id\": 2102,\n                \"name\": \"Javi Test (Copy)\"\n            },\n            {\n                \"id\": 2104,\n                \"name\": \"jbt_test_campaign\"\n            },\n            {\n                \"id\": 2105,\n                \"name\": \"Test campaign 2888 NMI (Copy)\"\n            },\n            {\n                \"id\": 2106,\n                \"name\": \"Mvolpe 3315\"\n            },\n            {\n                \"id\": 2107,\n                \"name\": \"Mvolpe 3315 Braintree\"\n            },\n            {\n                \"id\": 2108,\n                \"name\": \"werytwry\"\n            },\n            {\n                \"id\": 2109,\n                \"name\": \"dfgsdfsdfgtsdfg\"\n            },\n            {\n                \"id\": 2111,\n                \"name\": \"dsfgrsdfg\"\n            },\n            {\n                \"id\": 2113,\n                \"name\": \"Campaign 1 mvolpe\"\n            },\n            {\n                \"id\": 2114,\n                \"name\": \"Campaign 2 mvolpe\"\n            },\n            {\n                \"id\": 2117,\n                \"name\": \"Javi Table Test\"\n            },\n            {\n                \"id\": 2120,\n                \"name\": \"jAVI\"\n            },\n            {\n                \"id\": 2122,\n                \"name\": \"Javi\"\n            },\n            {\n                \"id\": 2124,\n                \"name\": \"Test\"\n            },\n            {\n                \"id\": 2132,\n                \"name\": \"Javi Test New campaign (Copy)\"\n            },\n            {\n                \"id\": 2133,\n                \"name\": \"Mvolpe Braintree 3315\"\n            },\n            {\n                \"id\": 2135,\n                \"name\": \"Mvolpe 3440\"\n            },\n            {\n                \"id\": 2136,\n                \"name\": \"Javi Test (Copy)\"\n            },\n            {\n                \"id\": 2137,\n                \"name\": \"Javi Test (Copy)\"\n            },\n            {\n                \"id\": 2138,\n                \"name\": \"Javi GBP\"\n            },\n            {\n                \"id\": 2140,\n                \"name\": \"Test Shipstation campaign FL (Copy)\"\n            },\n            {\n                \"id\": 2141,\n                \"name\": \"Fluidpay test campaign - FL\"\n            },\n            {\n                \"id\": 2142,\n                \"name\": \"Tristin Ethoca testing\"\n            },\n            {\n                \"id\": 2143,\n                \"name\": \"wdwqd\"\n            },\n            {\n                \"id\": 2144,\n                \"name\": \"paypal braintree campaign - FL\"\n            },\n            {\n                \"id\": 2145,\n                \"name\": \"New Payment Gateway USD Generic\"\n            },\n            {\n                \"id\": 2146,\n                \"name\": \"Mvolpe campaign Checkout.com\"\n            },\n            {\n                \"id\": 2147,\n                \"name\": \"Mvolpe campaign Worldnet 3329\"\n            },\n            {\n                \"id\": 2148,\n                \"name\": \"Javi Test (Copy)\"\n            },\n            {\n                \"id\": 2149,\n                \"name\": \"Javi Test (Copy) (Copy)\"\n            },\n            {\n                \"id\": 2150,\n                \"name\": \"Adyen test regression - FL\"\n            },\n            {\n                \"id\": 2151,\n                \"name\": \"Tristin Hunt\"\n            },\n            {\n                \"id\": 2152,\n                \"name\": \"Mvolpe campaign eMerchant\"\n            },\n            {\n                \"id\": 2153,\n                \"name\": \"SM PayOn Camp\"\n            },\n            {\n                \"id\": 2154,\n                \"name\": \"Nutra SM Camp PG 754\"\n            },\n            {\n                \"id\": 2155,\n                \"name\": \"Nutra SM Camp Test1 PG 740\"\n            },\n            {\n                \"id\": 2156,\n                \"name\": \"Nutra SM NMI Camp\"\n            },\n            {\n                \"id\": 2157,\n                \"name\": \"Campaign test mvolpe 3682\"\n            },\n            {\n                \"id\": 2158,\n                \"name\": \"Javi Test (Copy)\"\n            },\n            {\n                \"id\": 2159,\n                \"name\": \"Offline Campaign - FL\"\n            },\n            {\n                \"id\": 2160,\n                \"name\": \"Mvolpe NMI JPY 3699\"\n            },\n            {\n                \"id\": 2161,\n                \"name\": \"Mvolpe NMI 3681\"\n            },\n            {\n                \"id\": 2162,\n                \"name\": \"Javi Test (Copy) (Copy)\"\n            },\n            {\n                \"id\": 2163,\n                \"name\": \"Mvolpe Auth net\"\n            },\n            {\n                \"id\": 2164,\n                \"name\": \"Mvolpe Pay.ON mvolpe\"\n            },\n            {\n                \"id\": 2165,\n                \"name\": \"Mvolpe Pay.ON mvolpe 2\"\n            },\n            {\n                \"id\": 2166,\n                \"name\": \"Mvolpe BlueSnap test\"\n            },\n            {\n                \"id\": 2167,\n                \"name\": \"Bluesnap Campaign general - FL\"\n            },\n            {\n                \"id\": 2168,\n                \"name\": \"Mvolpe Vantiv test\"\n            },\n            {\n                \"id\": 2169,\n                \"name\": \"Auth.net Campaign general - FL\"\n            },\n            {\n                \"id\": 2170,\n                \"name\": \"eMerchant test campaign - FL\"\n            },\n            {\n                \"id\": 2171,\n                \"name\": \"Bluesnap Campaign general JP/JPY - FL\"\n            },\n            {\n                \"id\": 2172,\n                \"name\": \"Mvolpe NMI 3959 Shipstation\"\n            },\n            {\n                \"id\": 2173,\n                \"name\": \"Javi Test (Copy) (Copy) (Copy)\"\n            },\n            {\n                \"id\": 2174,\n                \"name\": \"Javi Test - iDEAL\"\n            },\n            {\n                \"id\": 2175,\n                \"name\": \"Custom Bundle Rajani\"\n            },\n            {\n                \"id\": 2176,\n                \"name\": \"Dev 3220 Rajani\"\n            },\n            {\n                \"id\": 2177,\n                \"name\": \"Dev 3220 Rajani EURO\"\n            },\n            {\n                \"id\": 2178,\n                \"name\": \"Dev 3919 Rocketgate 3D\"\n            },\n            {\n                \"id\": 2179,\n                \"name\": \"Bug 231 - Test\"\n            },\n            {\n                \"id\": 2180,\n                \"name\": \"Dev 4020 - Stripe gateway\"\n            },\n            {\n                \"id\": 2181,\n                \"name\": \"Campaign Rajani2\"\n            },\n            {\n                \"id\": 2182,\n                \"name\": \"TestJyoti\"\n            },\n            {\n                \"id\": 2183,\n                \"name\": \"Mvolpe NMI 3959 Shipstation (Copy)\"\n            },\n            {\n                \"id\": 2184,\n                \"name\": \"Mvolpe PayU 4043\"\n            },\n            {\n                \"id\": 2185,\n                \"name\": \"Test for Design\"\n            },\n            {\n                \"id\": 2186,\n                \"name\": \"Campaign Rajani dLocal\"\n            },\n            {\n                \"id\": 2187,\n                \"name\": \"Campaign Rajani dLocal Brazilian\"\n            },\n            {\n                \"id\": 2188,\n                \"name\": \"TestJyoti (Copy)\"\n            },\n            {\n                \"id\": 2189,\n                \"name\": \"Campaign Rajani dLocal ARS\"\n            },\n            {\n                \"id\": 2190,\n                \"name\": \"Campaign Rajani BOB\"\n            },\n            {\n                \"id\": 2191,\n                \"name\": \"Javi is Active Test\"\n            },\n            {\n                \"id\": 2193,\n                \"name\": \"Javi is Active Test\"\n            },\n            {\n                \"id\": 2196,\n                \"name\": \"Javi is Active Test\"\n            },\n            {\n                \"id\": 2200,\n                \"name\": \"Campaign Rajani CLP\"\n            },\n            {\n                \"id\": 2202,\n                \"name\": \"Campaign Rajani COP\"\n            },\n            {\n                \"id\": 2203,\n                \"name\": \"Javi is Active Test\"\n            },\n            {\n                \"id\": 2204,\n                \"name\": \"Javi is Active Test\"\n            },\n            {\n                \"id\": 2205,\n                \"name\": \"Campaign Rajani BOBnew\"\n            },\n            {\n                \"id\": 2206,\n                \"name\": \"Campaign Rajani BOBnew (Copy)\"\n            },\n            {\n                \"id\": 2207,\n                \"name\": \"Campaign Rajani IDR\"\n            },\n            {\n                \"id\": 2208,\n                \"name\": \"Campaign Rajani INR\"\n            },\n            {\n                \"id\": 2209,\n                \"name\": \"Campaign Rajani MXN\"\n            },\n            {\n                \"id\": 2210,\n                \"name\": \"Campaign Rajani MYR\"\n            },\n            {\n                \"id\": 2211,\n                \"name\": \"Campaign Rajani NGN\"\n            },\n            {\n                \"id\": 2212,\n                \"name\": \"Campaign Rajani PEN\"\n            },\n            {\n                \"id\": 2213,\n                \"name\": \"Campaign Rajani PHP\"\n            },\n            {\n                \"id\": 2214,\n                \"name\": \"Campaign Rajani THB\"\n            },\n            {\n                \"id\": 2215,\n                \"name\": \"Campaign Rajani TRY\"\n            },\n            {\n                \"id\": 2216,\n                \"name\": \"Campaign Rajani VND\"\n            },\n            {\n                \"id\": 2217,\n                \"name\": \"Campaign Rajani ZAR\"\n            },\n            {\n                \"id\": 2218,\n                \"name\": \"Campaign Jyoti 4044X\"\n            },\n            {\n                \"id\": 2219,\n                \"name\": \"Campaign Rajani MYR (Copy)\"\n            },\n            {\n                \"id\": 2220,\n                \"name\": \"Jesse Custom Bundle\"\n            },\n            {\n                \"id\": 2221,\n                \"name\": \"Mvolpe 4044\"\n            },\n            {\n                \"id\": 2226,\n                \"name\": \"Updated Name\"\n            },\n            {\n                \"id\": 2227,\n                \"name\": \"Javi Test VD tests\"\n            },\n            {\n                \"id\": 2228,\n                \"name\": \"Updated Name\"\n            },\n            {\n                \"id\": 2229,\n                \"name\": \"MOGI Test\"\n            },\n            {\n                \"id\": 2231,\n                \"name\": \"swap_camp1\"\n            },\n            {\n                \"id\": 2232,\n                \"name\": \"Campaign - AC\"\n            },\n            {\n                \"id\": 2233,\n                \"name\": \"Javi test\"\n            },\n            {\n                \"id\": 2234,\n                \"name\": \"Padma Compaign\"\n            },\n            {\n                \"id\": 2235,\n                \"name\": \"Padma Campaign for cc billing\"\n            },\n            {\n                \"id\": 2236,\n                \"name\": \"Flow Test1\"\n            },\n            {\n                \"id\": 2237,\n                \"name\": \"Campaign created by Padma\"\n            },\n            {\n                \"id\": 2239,\n                \"name\": \"Acquired 3d test - FL (Copy)\"\n            },\n            {\n                \"id\": 2240,\n                \"name\": \"Acquired  test campign - FL\"\n            },\n            {\n                \"id\": 2241,\n                \"name\": \"Mvolpe 4052 stripe\"\n            },\n            {\n                \"id\": 2242,\n                \"name\": \"Javi test ACI PAYON\"\n            },\n            {\n                \"id\": 2243,\n                \"name\": \"Padma Campaign cc testing 4070\"\n            },\n            {\n                \"id\": 2244,\n                \"name\": \"Padma Campaign with out payment routing\"\n            },\n            {\n                \"id\": 2245,\n                \"name\": \"DEV-4128 Cascade, Reprocess, Force Gateway Issue\"\n            },\n            {\n                \"id\": 2246,\n                \"name\": \"TestJyoti (Copy)\"\n            },\n            {\n                \"id\": 2247,\n                \"name\": \"Javi Test (Copy)\"\n            },\n            {\n                \"id\": 2248,\n                \"name\": \"Mvolpe test\"\n            },\n            {\n                \"id\": 2249,\n                \"name\": \"DEV -3634 eMerchant pay\"\n            },\n            {\n                \"id\": 2250,\n                \"name\": \"Acquired Gateway GBP - AC4068\"\n            },\n            {\n                \"id\": 2251,\n                \"name\": \"SM Klaviyo NMI\"\n            },\n            {\n                \"id\": 2252,\n                \"name\": \"Maintain Campaign general - FL (Copy)\"\n            },\n            {\n                \"id\": 2253,\n                \"name\": \"Mvolpe Inovio test\"\n            },\n            {\n                \"id\": 2254,\n                \"name\": \"Mvolpe Inovio test (Copy)\"\n            },\n            {\n                \"id\": 2255,\n                \"name\": \"MVolpe test BUG EUR\"\n            },\n            {\n                \"id\": 2256,\n                \"name\": \"Javi Test (Copy) (Copy)\"\n            },\n            {\n                \"id\": 2257,\n                \"name\": \"TEST JyotiVD\"\n            },\n            {\n                \"id\": 2258,\n                \"name\": \"Klavio NMI Camp\"\n            },\n            {\n                \"id\": 2259,\n                \"name\": \"Mvolpe test campaign NMI\"\n            },\n            {\n                \"id\": 2285,\n                \"name\": \"Javi Test Stripe Test\"\n            },\n            {\n                \"id\": 2289,\n                \"name\": \"Updated Name_2289\"\n            },\n            {\n                \"id\": 2291,\n                \"name\": \"Updated Name_2289 (Copy)\"\n            },\n            {\n                \"id\": 2292,\n                \"name\": \"Updated Name_2292\"\n            },\n            {\n                \"id\": 2293,\n                \"name\": \"Updated Name_2292 (Copy)\"\n            },\n            {\n                \"id\": 2294,\n                \"name\": \"Kumar Test Campaign\"\n            },\n            {\n                \"id\": 2295,\n                \"name\": \"Giuliano Test Campaign\"\n            },\n            {\n                \"id\": 2296,\n                \"name\": \"Test_AC 4208\"\n            },\n            {\n                \"id\": 2297,\n                \"name\": \"TEST JyotiDeclineManager\"\n            },\n            {\n                \"id\": 2298,\n                \"name\": \"JyotiTestDR\"\n            },\n            {\n                \"id\": 2299,\n                \"name\": \"test\"\n            },\n            {\n                \"id\": 2300,\n                \"name\": \"Javi Test (Copy) (Copy) (Copy)\"\n            },\n            {\n                \"id\": 2301,\n                \"name\": \"Mvolpe test iBill\"\n            },\n            {\n                \"id\": 2302,\n                \"name\": \"JyotiTestIDIQ\"\n            },\n            {\n                \"id\": 2303,\n                \"name\": \"Javi Collection Campaign Tests\"\n            },\n            {\n                \"id\": 2304,\n                \"name\": \"Test Grace CRUD - FL\"\n            },\n            {\n                \"id\": 2305,\n                \"name\": \"Test Grace CRUD - FL (Copy)\"\n            },\n            {\n                \"id\": 2309,\n                \"name\": \"paul pepper pay pinless campaign test\"\n            },\n            {\n                \"id\": 2312,\n                \"name\": \"TEST JBT Campaign\"\n            },\n            {\n                \"id\": 2318,\n                \"name\": \"Campaign AC 4249\"\n            },\n            {\n                \"id\": 2319,\n                \"name\": \"Everyware test campaign - FL\"\n            },\n            {\n                \"id\": 2320,\n                \"name\": \"Marvel Campaigns\"\n            },\n            {\n                \"id\": 2321,\n                \"name\": \"Campaign AC 4257\"\n            },\n            {\n                \"id\": 2322,\n                \"name\": \"MVolpe dLocal ARS\"\n            },\n            {\n                \"id\": 2323,\n                \"name\": \"Jyoti Test 4100\"\n            },\n            {\n                \"id\": 2324,\n                \"name\": \"Javi Avalara Tests\"\n            },\n            {\n                \"id\": 2325,\n                \"name\": \"Campaign AC 4147\"\n            },\n            {\n                \"id\": 2326,\n                \"name\": \"Campaign - AC (Copy)\"\n            },\n            {\n                \"id\": 2327,\n                \"name\": \"Jyoti Blue snap Test\"\n            },\n            {\n                \"id\": 2328,\n                \"name\": \"Jyoti Bluesnap\"\n            },\n            {\n                \"id\": 2329,\n                \"name\": \"Javi Collection Campaign Tests (Copy)\"\n            },\n            {\n                \"id\": 2330,\n                \"name\": \"Javi Grace Period Campaign\"\n            },\n            {\n                \"id\": 2331,\n                \"name\": \"MVolpe Chargebacks\"\n            },\n            {\n                \"id\": 2332,\n                \"name\": \"MVolpe Chargebacks Dry Run\"\n            },\n            {\n                \"id\": 2334,\n                \"name\": \"Pauls dlocal test campaign\"\n            },\n            {\n                \"id\": 2335,\n                \"name\": \"JyotiTESTVD (Copy)\"\n            },\n            {\n                \"id\": 2336,\n                \"name\": \"kumar Collection Campaign Tests (Copy) of 2303\"\n            },\n            {\n                \"id\": 2337,\n                \"name\": \"MVolpe 4395 (NMI)\"\n            },\n            {\n                \"id\": 2338,\n                \"name\": \"JyotiTestDR_Cascade\"\n            },\n            {\n                \"id\": 2339,\n                \"name\": \"UYU Campaign test - FL\"\n            },\n            {\n                \"id\": 2340,\n                \"name\": \"Test\"\n            },\n            {\n                \"id\": 2342,\n                \"name\": \"pauls taxjar campaign with and without tax\"\n            },\n            {\n                \"id\": 2359,\n                \"name\": \"MVolpe test Checkout API\"\n            },\n            {\n                \"id\": 2360,\n                \"name\": \"iBill test campign - FL\"\n            },\n            {\n                \"id\": 2361,\n                \"name\": \"Test campaign with PR - FL\"\n            },\n            {\n                \"id\": 2362,\n                \"name\": \"Test campaign with PR with GW- FL\"\n            },\n            {\n                \"id\": 2363,\n                \"name\": \"Test campaign with PR - FL (Copy)\"\n            },\n            {\n                \"id\": 2364,\n                \"name\": \"Tristin ACI\"\n            },\n            {\n                \"id\": 2365,\n                \"name\": \"Javi Collection Campaign Tests 2 (Copy)\"\n            },\n            {\n                \"id\": 2366,\n                \"name\": \"MVolpe test Payment router\"\n            },\n            {\n                \"id\": 2367,\n                \"name\": \"Campaign - AC 4384\"\n            },\n            {\n                \"id\": 2368,\n                \"name\": \"Test 4521 Campaign\"\n            },\n            {\n                \"id\": 2369,\n                \"name\": \"Swap_campaign23\"\n            },\n            {\n                \"id\": 2370,\n                \"name\": \"Swap_campaign23_New\"\n            },\n            {\n                \"id\": 2373,\n                \"name\": \"MVolpe dLocal chile\"\n            },\n            {\n                \"id\": 2374,\n                \"name\": \"Demo Campaign 11/3/2022 Do not Touch\"\n            },\n            {\n                \"id\": 2375,\n                \"name\": \"Tristin NMI\"\n            },\n            {\n                \"id\": 2376,\n                \"name\": \"Test 4542 Campaign\"\n            },\n            {\n                \"id\": 2377,\n                \"name\": \"AC Campaign Collections\"\n            },\n            {\n                \"id\": 2378,\n                \"name\": \"Testing Do not change ty\"\n            },\n            {\n                \"id\": 2379,\n                \"name\": \"MVolpe 4521\"\n            },\n            {\n                \"id\": 2380,\n                \"name\": \"DEV-4475 test campaign - FL\"\n            },\n            {\n                \"id\": 2381,\n                \"name\": \"MVolpe 4050 Braintree\"\n            },\n            {\n                \"id\": 2382,\n                \"name\": \"4487_campaign\"\n            },\n            {\n                \"id\": 2383,\n                \"name\": \"4487_campaign_GRB\"\n            },\n            {\n                \"id\": 2384,\n                \"name\": \"MGF CAMPAIGN (Copy) (Copy) (Copy)\"\n            },\n            {\n                \"id\": 2385,\n                \"name\": \"add campaign ajay123\"\n            },\n            {\n                \"id\": 2386,\n                \"name\": \"Swapna Campaign 123\"\n            },\n            {\n                \"id\": 2387,\n                \"name\": \"Jyoti Test 4100 (Copy)\"\n            },\n            {\n                \"id\": 2388,\n                \"name\": \"Test 4531 Avalara V2\"\n            },\n            {\n                \"id\": 2389,\n                \"name\": \"SJ New Campaign\"\n            },\n            {\n                \"id\": 2390,\n                \"name\": \"3rd Test Campaign\"\n            },\n            {\n                \"id\": 2391,\n                \"name\": \"MVolpe Paypal\"\n            },\n            {\n                \"id\": 2392,\n                \"name\": \"CampaignNMI_USD Swapna\"\n            },\n            {\n                \"id\": 2393,\n                \"name\": \"Tristin NMI (Copy)\"\n            },\n            {\n                \"id\": 2395,\n                \"name\": \"Swapna Everyware Campaign Test\"\n            },\n            {\n                \"id\": 2396,\n                \"name\": \"Swapna Campaign EW\"\n            },\n            {\n                \"id\": 2397,\n                \"name\": \"swap camp BM Bill by day test\"\n            },\n            {\n                \"id\": 2398,\n                \"name\": \"Swapna Camp BM Test (recurring offer)\"\n            },\n            {\n                \"id\": 2399,\n                \"name\": \"Tristin ACI Payon\"\n            },\n            {\n                \"id\": 2400,\n                \"name\": \"MVolpe 4624 Vantiv\"\n            },\n            {\n                \"id\": 2401,\n                \"name\": \"Inovio test campaign - FL\"\n            },\n            {\n                \"id\": 2402,\n                \"name\": \"Test_4635_Campaign\"\n            },\n            {\n                \"id\": 2403,\n                \"name\": \"add campaign ajay12\"\n            },\n            {\n                \"id\": 2404,\n                \"name\": \"add campaign ajay123\"\n            },\n            {\n                \"id\": 2405,\n                \"name\": \"add campaign ajay123 9(recurring offer)\"\n            },\n            {\n                \"id\": 2406,\n                \"name\": \"Test_4576\"\n            },\n            {\n                \"id\": 2407,\n                \"name\": \"Test Campaign BRL\"\n            },\n            {\n                \"id\": 2408,\n                \"name\": \"test_4576_1\"\n            },\n            {\n                \"id\": 2409,\n                \"name\": \"Test_4576_12-05-2022\"\n            },\n            {\n                \"id\": 2410,\n                \"name\": \"MVolpe GooglePay NMI 4526\"\n            },\n            {\n                \"id\": 2411,\n                \"name\": \"SFTP Postcard Campaign Swapna\"\n            },\n            {\n                \"id\": 2412,\n                \"name\": \"SFTP Postcard Campaign Ajay\"\n            },\n            {\n                \"id\": 2413,\n                \"name\": \"Javi Payment Router DEMO campaign.\"\n            },\n            {\n                \"id\": 2414,\n                \"name\": \"Test 4671\"\n            },\n            {\n                \"id\": 2416,\n                \"name\": \"Test-Ajay-4578\"\n            },\n            {\n                \"id\": 2418,\n                \"name\": \"Inovio DEV4578 test - FL\"\n            },\n            {\n                \"id\": 2419,\n                \"name\": \"Test 4270 USD\"\n            },\n            {\n                \"id\": 2420,\n                \"name\": \"Test 4270 EUR\"\n            },\n            {\n                \"id\": 2421,\n                \"name\": \"test 4396\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2b8eff7d-354e-44c4-aa85-c280db247fb5"},{"name":"Add Volume Discount","id":"6ba6348c-a62b-4670-8951-45592905129e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Test 3\",\r\n        \"description\": \"This is optional description\",\r\n        \"quantities\": [\r\n                {\r\n                        \"tier_id\": 1,\r\n                        \"lower_bound\": 1,\r\n                        \"upper_bound\": 5,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 5\r\n                },\r\n                {\r\n                        \"tier_id\": 2,\r\n                        \"lower_bound\": 6,\r\n                        \"upper_bound\": 10,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 10\r\n                }\r\n        ],\r\n        \"products\": [\r\n                1,\r\n                2\r\n        ],\r\n        \"is_exclude_non_recurring\": true,\r\n        \"apply_to_type_id\": 3\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts","description":"<p>Create a new volume discount.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The volume discount name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The volume discount description</td>\n</tr>\n<tr>\n<td>quantities</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of quantity objects associated with this volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*<em>.tier_id</em></td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The quantity rule <em>TIER ID</em> associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td><em>quantities.*</em>.lower_bound,</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The minimum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*<em>.upper_bound</em></td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td><em>quantities.*</em>.discount_type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Flag that determines whether percent or dollar.  <br />1 = percent  <br />2 = dollar</td>\n</tr>\n<tr>\n<td>quantities.*.amount</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>This is the discount value which can be either PERCENT or DOLLAR depending on the discount type.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of product id's associated with the volume discount.</td>\n</tr>\n<tr>\n<td>is_exclude_non_recurring</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the volume discount is active for non recurring products.</td>\n</tr>\n<tr>\n<td>apply_to_type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether initial or recurring or it will apply for both.  <br />1 = Initial  <br />2 = Recurring  <br />3 = Both</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Response Data</strong></em> <em>:</em></p>\n<p>Response parameters contained within the data field object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The volume discount ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The volume discount name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The volume discount description</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The volume discount active status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The volume discount creation timestamp.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The volume discount updation timestamp.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the volume discount.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the volume discount.</td>\n</tr>\n<tr>\n<td>is_exclude_non_recurring</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the volume discount is active for non recurring products.</td>\n</tr>\n<tr>\n<td>apply_to_type_id</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether initial or recurring or it will apply for both.  <br />1 = Initial  <br />2 = Recurring  <br />3 = Both</td>\n</tr>\n<tr>\n<td>quantities</td>\n<td>Array</td>\n<td>Array of quantity rule object associated with the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.id</td>\n<td>Integer</td>\n<td>The quantity rule ID associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>quantities.*.volume_discount_id</td>\n<td>Integer</td>\n<td>The volume discount ID associated with the quantity rule.</td>\n</tr>\n<tr>\n<td>quantities.*.lower_bound</td>\n<td>Integer</td>\n<td>The minimum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.upper_bound</td>\n<td>Integer</td>\n<td>The maximum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.discount_type_id</td>\n<td>Integer</td>\n<td>Flag that determines whether percent or dollar.  <br />1 = percent  <br />2 = dollar</td>\n</tr>\n<tr>\n<td>quantities.*.amount</td>\n<td>Numeric</td>\n<td>This is the discount value which can be either PERCENT or DOLLAR depending on the discount type.</td>\n</tr>\n<tr>\n<td>quantities.*.created_at</td>\n<td>String</td>\n<td>The quantity rules profile creation timestamp.</td>\n</tr>\n<tr>\n<td>quantities.*.updated_at</td>\n<td>String</td>\n<td>The quantity rules profile updation timestamp.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>Array of product id's associated with the volume discount.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>Array of campaign object associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>campaigns.*.id</td>\n<td>Integer</td>\n<td>The campaign ID</td>\n</tr>\n<tr>\n<td>campaigns.*.name</td>\n<td>String</td>\n<td>The campaign name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"2176a5c0-4770-4f20-ba8c-3c73bfa49d83","name":"Add Volume Discount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Test 3\",\r\n        \"description\": \"This is optional description\",\r\n        \"quantities\": [\r\n                {\r\n                        \"tier_id\": 1,\r\n                        \"lower_bound\": 1,\r\n                        \"upper_bound\": 5,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 5\r\n                },\r\n                {\r\n                        \"tier_id\": 2,\r\n                        \"lower_bound\": 6,\r\n                        \"upper_bound\": 10,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 10\r\n                }\r\n        ],\r\n        \"products\": [\r\n                1,\r\n                2\r\n        ],\r\n        \"is_exclude_non_recurring\": true,\r\n        \"apply_to_type_id\": 3\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 05:08:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 111,\n        \"name\": \"Test 3\",\n        \"description\": \"This is optional description\",\n        \"is_active\": 1,\n        \"created_at\": \"2024-04-01T05:08:34.000000Z\",\n        \"updated_at\": \"2024-04-01T05:08:34.000000Z\",\n        \"created_by\": 1000035,\n        \"updated_by\": null,\n        \"is_exclude_non_recurring\": 1,\n        \"apply_to_type_id\": 3,\n        \"quantities\": [\n            {\n                \"id\": 768,\n                \"volume_discount_id\": 111,\n                \"lower_bound\": 1,\n                \"upper_bound\": 5,\n                \"discount_type_id\": 1,\n                \"amount\": \"5.00\",\n                \"created_at\": \"2024-04-01T05:08:34.000000Z\",\n                \"updated_at\": \"2024-04-01T05:08:34.000000Z\"\n            },\n            {\n                \"id\": 769,\n                \"volume_discount_id\": 111,\n                \"lower_bound\": 6,\n                \"upper_bound\": 10,\n                \"discount_type_id\": 1,\n                \"amount\": \"10.00\",\n                \"created_at\": \"2024-04-01T05:08:34.000000Z\",\n                \"updated_at\": \"2024-04-01T05:08:34.000000Z\"\n            }\n        ],\n        \"products\": [\n            1,\n            2\n        ],\n        \"campaigns\": []\n    }\n}"}],"_postman_id":"6ba6348c-a62b-4670-8951-45592905129e"},{"name":"Copy Volume Discount","id":"da488169-8a63-489c-9f6d-210a34aea3da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}/copy","description":"<p>Copy an existing volume discount.</p>\n<p><em><strong>Response Data</strong></em> <em>:</em></p>\n<p>Response parameters contained within the data field object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>The volume discount ID.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The volume discount name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The volume discount description</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Integer Flag</td>\n<td>The volume discount active status.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The volume discount creation timestamp.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The volume discount updation timestamp.</td>\n</tr>\n<tr>\n<td>created_by</td>\n<td>Integer</td>\n<td>The admin user ID that created the volume discount.</td>\n</tr>\n<tr>\n<td>updated_by</td>\n<td>Integer</td>\n<td>The admin user ID that last updated the volume discount.</td>\n</tr>\n<tr>\n<td>is_exclude_non_recurring</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the volume discount is active for non recurring products.</td>\n</tr>\n<tr>\n<td>apply_to_type_id</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether initial or recurring or it will apply for both.  <br />1 = Initial  <br />2 = Recurring  <br />3 = Both</td>\n</tr>\n<tr>\n<td>quantities</td>\n<td>Array</td>\n<td>Array of quantity rule object associated with the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.id</td>\n<td>Integer</td>\n<td>The quantity rule ID associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>quantities.*.volume_discount_id</td>\n<td>Integer</td>\n<td>The volume discount ID associated with the quantity rule.</td>\n</tr>\n<tr>\n<td>quantities.*.lower_bound</td>\n<td>Integer</td>\n<td>The minimum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.upper_bound</td>\n<td>Integer</td>\n<td>The maximum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*.discount_type_id</td>\n<td>Integer</td>\n<td>Flag that determines whether percent or dollar.  <br />1 = percent  <br />2 = dollar</td>\n</tr>\n<tr>\n<td>quantities.*.amount</td>\n<td>Numeric</td>\n<td>This is the discount value which can be either PERCENT or DOLLAR depending on the discount type.</td>\n</tr>\n<tr>\n<td>quantities.*.created_at</td>\n<td>String</td>\n<td>The quantity rules profile creation timestamp.</td>\n</tr>\n<tr>\n<td>quantities.*.updated_at</td>\n<td>String</td>\n<td>The quantity rules profile updation timestamp.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>Array of product id's associated with the volume discount.</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Array</td>\n<td>Array of campaign object associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>campaigns.*.id</td>\n<td>Integer</td>\n<td>The campaign ID</td>\n</tr>\n<tr>\n<td>campaigns.*.name</td>\n<td>String</td>\n<td>The campaign name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{volume_discount_id}}","copy"],"host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"e050725d-74d3-40d4-8893-b3f6e25609e7","name":"Copy Volume Discount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}/copy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 08:10:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 112,\n        \"name\": \"Tristin Volume Discount1 (Copy)\",\n        \"description\": \"Tristin Discount Description\",\n        \"is_active\": 1,\n        \"created_at\": \"2024-04-01T08:10:50.000000Z\",\n        \"updated_at\": \"2024-04-01T08:10:50.000000Z\",\n        \"created_by\": 1000035,\n        \"updated_by\": null,\n        \"is_exclude_non_recurring\": 1,\n        \"apply_to_type_id\": 3,\n        \"quantities\": [\n            {\n                \"id\": 770,\n                \"volume_discount_id\": 112,\n                \"lower_bound\": 2,\n                \"upper_bound\": 5,\n                \"discount_type_id\": 1,\n                \"amount\": \"5.00\",\n                \"created_at\": \"2024-04-01T08:10:50.000000Z\",\n                \"updated_at\": \"2024-04-01T08:10:50.000000Z\"\n            },\n            {\n                \"id\": 771,\n                \"volume_discount_id\": 112,\n                \"lower_bound\": 6,\n                \"upper_bound\": 10,\n                \"discount_type_id\": 1,\n                \"amount\": \"15.00\",\n                \"created_at\": \"2024-04-01T08:10:50.000000Z\",\n                \"updated_at\": \"2024-04-01T08:10:50.000000Z\"\n            },\n            {\n                \"id\": 772,\n                \"volume_discount_id\": 112,\n                \"lower_bound\": 11,\n                \"upper_bound\": 15,\n                \"discount_type_id\": 1,\n                \"amount\": \"25.00\",\n                \"created_at\": \"2024-04-01T08:10:50.000000Z\",\n                \"updated_at\": \"2024-04-01T08:10:50.000000Z\"\n            }\n        ],\n        \"products\": [],\n        \"campaigns\": []\n    }\n}"}],"_postman_id":"da488169-8a63-489c-9f6d-210a34aea3da"},{"name":"Relate the Campaign in Volume Discount","id":"35c80189-e5e0-41d4-8114-e21cfde27964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"is_replace\": 1,\r\n        \"is_all_campaigns\":false,\r\n        \"campaigns\": [\r\n            {\r\n                \"id\": 70,\r\n                \"name\": \"test postman order view campaign\"\r\n            },\r\n            {\r\n                \"id\": 110,\r\n                \"name\": \"Test prospect configuration\"\r\n            },\r\n            {\r\n                \"id\": 2417,\r\n                \"name\": \"Swapna Avalara V2\"\r\n            }\r\n        ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}/campaigns","description":"<p>Attache campaign in volume discount.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Volume Discount ID</td>\n</tr>\n<tr>\n<td>is_replace</td>\n<td>Optional</td>\n<td>false</td>\n<td>Bool</td>\n<td>Replace Campaign Relationships Flag</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of campaigns objects associated with this volume discount.</td>\n</tr>\n<tr>\n<td>campaigns.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The Campaign <em>ID</em> associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>is_all_campaigns</td>\n<td>Optional</td>\n<td>false</td>\n<td>Bool</td>\n<td>All Campaigns Flag.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{volume_discount_id}}","campaigns"],"host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"c3a38858-db95-4880-8245-3d85ce09eec9","name":"Add Relate Campaign in Volume Discount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"is_replace\": 1,\r\n        \"is_all_campaigns\":false,\r\n        \"campaigns\": [\r\n            {\r\n                \"id\": 70,\r\n                \"name\": \"test postman order view campaign\"\r\n            },\r\n            {\r\n                \"id\": 110,\r\n                \"name\": \"Test prospect configuration\"\r\n            },\r\n            {\r\n                \"id\": 2417,\r\n                \"name\": \"Swapna Avalara V2\"\r\n            }\r\n        ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 09:26:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"35c80189-e5e0-41d4-8114-e21cfde27964"},{"name":"Unrelate the Campaign in Volume Discount","id":"7f648c14-ab7c-4744-9335-e7bf28fed970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"is_replace\": 1,\r\n        \"is_all_campaigns\":false,\r\n        \"campaigns\": [\r\n            {\r\n                \"id\": 2417,\r\n                \"name\": \"Swapna Avalara V2\"\r\n            }\r\n        ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}/campaigns","description":"<p>Attache campaign in volume discount.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Volume Discount ID</td>\n</tr>\n<tr>\n<td>is_replace</td>\n<td>Optional</td>\n<td>false</td>\n<td>Bool</td>\n<td>Replace Campaign Relationships Flag</td>\n</tr>\n<tr>\n<td>campaigns</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of campaigns objects associated with this volume discount.</td>\n</tr>\n<tr>\n<td>campaigns.*.id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The Campaign <em>ID</em> associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td>is_all_campaigns</td>\n<td>Optional</td>\n<td>false</td>\n<td>Bool</td>\n<td>All Campaigns Flag.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{volume_discount_id}}","campaigns"],"host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"e35f487a-0840-4c13-ad9d-dee7af99b51a","name":"Unrelate the Campaign in Volume Discount","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"is_replace\": 1,\r\n        \"is_all_campaigns\":false,\r\n        \"campaigns\": [\r\n            {\r\n                \"id\": 2417,\r\n                \"name\": \"Swapna Avalara V2\"\r\n            }\r\n        ]\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 09:47:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"7f648c14-ab7c-4744-9335-e7bf28fed970"},{"name":"Update Volume Discount","id":"fc4724e5-0616-4009-8a5c-3fbb2c4ff4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Test 3 -update\",\r\n        \"description\": \"This is optional description\",\r\n        \"quantities\": [\r\n                {\r\n                        \"id\": 545,\r\n                        \"lower_bound\": 1,\r\n                        \"upper_bound\": 5,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 6\r\n                },\r\n                {\r\n                        \"id\": 546,\r\n                        \"lower_bound\": 6,\r\n                        \"upper_bound\": 10,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 11\r\n                }\r\n        ],\r\n        \"products\": [\r\n                1,\r\n                2\r\n        ],\r\n        \"is_exclude_non_recurring\": true,\r\n        \"apply_to_type_id\": 3\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}","description":"<p>Update an existing volume discount.</p>\n<p><strong>Request Data</strong><br />Request parameters expected during this API call:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Requirement</th>\n<th>Default</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>-</td>\n<td>String</td>\n<td>The volume discount name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Optional</td>\n<td>-</td>\n<td>String</td>\n<td>The volume discount description</td>\n</tr>\n<tr>\n<td>quantities</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of quantity objects associated with this volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*<em>.tier_id</em></td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The quantity rule <em>TIER ID</em> associated with the volume discount profile.</td>\n</tr>\n<tr>\n<td><em>quantities.*</em>.lower_bound,</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The minimum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td>quantities.*<em>.upper_bound</em></td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>The maximum quantity value of the quantity rule that is required to apply the volume discount.</td>\n</tr>\n<tr>\n<td><em>quantities.*</em>.discount_type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer</td>\n<td>Flag that determines whether percent or dollar.  <br />1 = percent  <br />2 = dollar</td>\n</tr>\n<tr>\n<td>quantities.*.amount</td>\n<td>Required</td>\n<td>-</td>\n<td>Numeric</td>\n<td>This is the discount value which can be either PERCENT or DOLLAR depending on the discount type.</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Required</td>\n<td>-</td>\n<td>Array</td>\n<td>Array of product id's associated with the volume discount.</td>\n</tr>\n<tr>\n<td>is_exclude_non_recurring</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether or not the volume discount is active for non recurring products.</td>\n</tr>\n<tr>\n<td>apply_to_type_id</td>\n<td>Required</td>\n<td>-</td>\n<td>Integer Flag</td>\n<td>Flag that determines whether initial or recurring or it will apply for both.  <br />1 = Initial  <br />2 = Recurring  <br />3 = Both</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{volume_discount_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"f720d935-b18f-4afd-94cb-b0d42a761d7f","name":"Update Volume Discount","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Test 3 -update\",\r\n        \"description\": \"This is optional description\",\r\n        \"quantities\": [\r\n                {\r\n                        \"id\": 545,\r\n                        \"lower_bound\": 1,\r\n                        \"upper_bound\": 5,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 6\r\n                },\r\n                {\r\n                        \"id\": 546,\r\n                        \"lower_bound\": 6,\r\n                        \"upper_bound\": 10,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 11\r\n                }\r\n        ],\r\n        \"products\": [\r\n                1,\r\n                2\r\n        ],\r\n        \"is_exclude_non_recurring\": true,\r\n        \"apply_to_type_id\": 3\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 06:56:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"Test 3 -update\",\n        \"description\": \"This is optional description\",\n        \"is_active\": 1,\n        \"created_at\": \"2021-08-10T16:37:52.000000Z\",\n        \"updated_at\": \"2024-04-01T06:50:34.000000Z\",\n        \"created_by\": 1000035,\n        \"updated_by\": 1000035,\n        \"is_exclude_non_recurring\": 1,\n        \"apply_to_type_id\": 3,\n        \"quantities\": [\n            {\n                \"id\": 545,\n                \"volume_discount_id\": 3,\n                \"lower_bound\": 1,\n                \"upper_bound\": 5,\n                \"discount_type_id\": 1,\n                \"amount\": \"6.00\",\n                \"created_at\": \"2023-01-14T17:49:38.000000Z\",\n                \"updated_at\": \"2024-04-01T06:56:21.000000Z\"\n            },\n            {\n                \"id\": 546,\n                \"volume_discount_id\": 3,\n                \"lower_bound\": 6,\n                \"upper_bound\": 10,\n                \"discount_type_id\": 1,\n                \"amount\": \"11.00\",\n                \"created_at\": \"2023-01-14T17:49:38.000000Z\",\n                \"updated_at\": \"2024-04-01T06:56:21.000000Z\"\n            }\n        ],\n        \"products\": [\n            13,\n            133,\n            1,\n            2\n        ],\n        \"campaigns\": [\n            {\n                \"id\": 22,\n                \"name\": \"REg 5.57 campaign\"\n            },\n            {\n                \"id\": 23,\n                \"name\": \"Pat_CustomBundleCamp-emty\"\n            }\n        ]\n    }\n}"}],"_postman_id":"fc4724e5-0616-4009-8a5c-3fbb2c4ff4bb"},{"name":"Delete Volume Discount","id":"8fa5c9f9-c244-4410-b2b9-90a81226b968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}","description":"<p>Delete an existing volume discount.</p>\n","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","path":["{{volume_discount_id}}"],"host":["{{app_key}}","{{domain}}{{v2_ext}}volume-discounts"],"query":[],"variable":[]}},"response":[{"id":"b4e1c688-aed5-4f6c-b3c5-74faa118b102","name":"Delete Volume Discount","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Test 3 -update\",\r\n        \"description\": \"This is optional description\",\r\n        \"quantities\": [\r\n                {\r\n                        \"id\": 545,\r\n                        \"lower_bound\": 1,\r\n                        \"upper_bound\": 5,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 6\r\n                },\r\n                {\r\n                        \"id\": 546,\r\n                        \"lower_bound\": 6,\r\n                        \"upper_bound\": 10,\r\n                        \"discount_type_id\": 1,\r\n                        \"amount\": 11\r\n                }\r\n        ],\r\n        \"products\": [\r\n                1,\r\n                2\r\n        ],\r\n        \"is_exclude_non_recurring\": true,\r\n        \"apply_to_type_id\": 3\r\n}"},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}volume-discounts/{{volume_discount_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 08:03:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE, PATCH"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Authorization, X-Requested-With, Platform-Key, X-CSRF-TOKEN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\"\n}"}],"_postman_id":"8fa5c9f9-c244-4410-b2b9-90a81226b968"}],"id":"a381271c-5ded-4f71-b847-98d0adcbc62b","description":"<p>Manage your platform volume discounts using the volume discount API.<br />Below you will find methods related to volume discounts.</p>\n","_postman_id":"a381271c-5ded-4f71-b847-98d0adcbc62b","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}}},{"name":"Validate Address","id":"0f1c4d01-4e13-4b9d-b3d2-9acfd584f0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"profile_id\": 234,\n\t\"first_name\": \"John\",\n\t\"last_name\": \"Doe\",\n\t\"street\": \"Rua Padre Antonio D'Angelo 121\",\n\t\"street_2\": \"Casa Verde\",\n\t\"city\": \"Sao Paulo\",\n\t\"state\": \"SP\",\n\t\"zip\": \"02516\",\n\t\"country_id\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://{{app_key}}.{{domain}}{{v2_ext}}validate_address","auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"},"isInherited":true,"source":{"_postman_id":"ef86aea7-73d2-4a65-b467-28938bb07563","id":"ef86aea7-73d2-4a65-b467-28938bb07563","name":"sticky.io Restful API v2025.7.31","type":"collection"}},"urlObject":{"protocol":"https","host":["{{app_key}}","{{domain}}{{v2_ext}}validate_address"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f1c4d01-4e13-4b9d-b3d2-9acfd584f0ca"}],"auth":{"type":"basic","basic":{"password":"{{api_password}}","username":"{{api_username}}"}},"event":[{"listen":"prerequest","script":{"id":"62c7306b-ebc5-4545-a70e-72ce2f578b88","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"53ce9c63-ad8e-46e6-a1e8-0fe4c2741442","type":"text/javascript","exec":[""]}}]}