{"info":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","description":"<html><head></head><body><p>CoSend is developed using an API-first approach. This means that the majority of the actions you want to perform using our API should be possible.</p>\n<p><strong>However</strong>, not all our API is currently documented - so please bear with us as we continue to add to and improve the documentation.</p>\n<p>If you have any questions, please don't hesitate to reach out to us via <a href=\"mailto:support@cosend.io\">support@cosend.io</a></p>\n<h1 id=\"quick-start-using-postman\">Quick start using Postman</h1>\n<p>This documentation is generated using <a href=\"https://www.postman.com/\">Postman</a>. You can import it to your Postman by pressing the orange 'Run in Postman' button on the top right of this page. This will then create a copy of the Collection in your Postman software.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>In Postman you will need to <strong>Edit</strong> the Collection you created in the previous step. To do this, click on the dots next to the Collection, choose <strong>Edit</strong> and then choose the <strong>Variables</strong>. Next fill in the <strong>Initial Value</strong> spaces with the following:</p>\n<p><code>baseUrl</code> the root URL of your system (<strong>without</strong> a trailing <code>/</code>)</p>\n<p><code>apiToken</code> the API key generated from your profile in your system (if you want to perform API actions, you will need to generate a token from a profile that has Admin access)</p>\n<p>This will then update the entire Collection so that you won't need to manually update the domain or prepare your API token for each request.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Quick start using Postman","slug":"quick-start-using-postman"},{"content":"Authentication","slug":"authentication"}],"owner":"3400646","collectionId":"a48d7a9d-a701-4c18-a2db-b20567042c67","publishedId":"TzXumz1K","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"32b7ff"},"publishDate":"2021-05-24T15:26:33.000Z"},"item":[{"name":"Admin Actions","item":[{"name":"User Accounts","item":[{"name":"List all User Accounts","id":"6ee8e548-c236-4d51-9de6-cc5e15e78f93","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/all-users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","all-users"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"df9fff22-39e4-4634-be7e-99dedcba4a0a","name":"List all User Accounts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/all-users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Jun 2021 06:31:56 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Peter Griffin\",\n        \"email\": \"peter@griffin.com\",\n        \"created_at\": \"2021-03-16 14:14:29\",\n        \"updated_at\": \"2021-06-20 17:40:49\",\n        \"trial_ends_at\": \"2021-03-26 14:14:29\",\n        \"deleted_at\": null,\n        \"photo_url\": \"https://cosend-dev.fra1.digitaloceanspaces.com/app.cosend.io/assets/eE1cVqDH8iXkdg7ON6LRoRyLG9zBQ6MTn6ytaEIK.png\",\n        \"tax_rate\": 0\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Homer Simpson\",\n        \"email\": \"homer@simpson.com\",\n        \"created_at\": \"2021-05-04 13:03:21\",\n        \"updated_at\": \"2021-06-20 17:40:46\",\n        \"trial_ends_at\": \"2022-05-04 13:03:21\",\n        \"deleted_at\": null,\n        \"photo_url\": \"https://cosend-dev.fra1.digitaloceanspaces.com/app.cosend.io/assets/eE1cVqDH8iXkdg7ON6LRoRyLG9zBQ6MTn6ytaEIK.png\",\n        \"tax_rate\": 0\n    }\n]"}],"_postman_id":"6ee8e548-c236-4d51-9de6-cc5e15e78f93"},{"name":"Create User Account","id":"dfe0b286-4b5e-4c7f-821a-19e0f9897bbf","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Joe Bloggs"},{"key":"password","type":"text","value":"joe1234"},{"key":"password_confirmation","type":"text","value":"joe1234"},{"key":"email","type":"text","value":"joe@bloggs.com"},{"description":"<p>1 = true, 0 = false</p>\n","key":"add_to_existing","type":"text","value":"1"},{"description":"<p>TODO: Data needs to be sent as an array</p>\n","key":"team_rows[][]","type":"text","value":"","disabled":true},{"description":"<p>ID of the Team/Brand you're adding the user to</p>\n","key":"existing_team","type":"text","value":"1"}]},"url":"https://your.domain.com/api/account/create","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","account","create"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfe0b286-4b5e-4c7f-821a-19e0f9897bbf"},{"name":"Delete User Account","id":"d41040bc-e375-4f51-a9a2-24fa21323474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/account/delete?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","account","delete"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>ID of the user to be deleted</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"d41040bc-e375-4f51-a9a2-24fa21323474"}],"id":"06153f48-c3e5-4e59-87d8-73f022710c32","_postman_id":"06153f48-c3e5-4e59-87d8-73f022710c32","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Teams (Brands)","item":[{"name":"List all Teams","id":"8d48127a-8a81-40dd-96df-9a0df6133cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/all-teams","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","all-teams"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d48127a-8a81-40dd-96df-9a0df6133cb8"},{"name":"Delete Team","id":"c2c59b0c-ee27-482a-ad2c-db2441c66125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/team/delete?id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","team","delete"],"host":["https://your.domain.com"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c2c59b0c-ee27-482a-ad2c-db2441c66125"}],"id":"92950a22-df56-41a6-9e03-abdcf3ea7445","_postman_id":"92950a22-df56-41a6-9e03-abdcf3ea7445","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"API Tokens","item":[{"name":"Create API Token for User","id":"17f5e53a-5ed4-4720-b51c-3f64d10d82a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"Token Name"},{"key":"user_id","type":"text","value":"1"}]},"url":"https://your.domain.com/api/tokens/create","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","tokens","create"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"17f5e53a-5ed4-4720-b51c-3f64d10d82a9"},{"name":"Get all API Tokens","id":"a152bbca-f9b6-4bb3-9a25-805734897f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/all-api-tokens","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","all-api-tokens"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a152bbca-f9b6-4bb3-9a25-805734897f6c"},{"name":"Delete Token","id":"c3a38837-5913-46bf-adff-cdf5d7e405bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/tokens/delete?id=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","tokens","delete"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>UUID of Token</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[],"_postman_id":"c3a38837-5913-46bf-adff-cdf5d7e405bb"}],"id":"8b3577fa-20de-4562-bdd7-f47fe7a1523a","_postman_id":"8b3577fa-20de-4562-bdd7-f47fe7a1523a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Timezones","item":[{"name":"Get Timezones","id":"ccf9726e-9608-4433-abef-5b830f821ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/timezones","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","timezones"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf9726e-9608-4433-abef-5b830f821ad7"}],"id":"443b979f-4bdb-4e74-aca8-ae33b747a07c","_postman_id":"443b979f-4bdb-4e74-aca8-ae33b747a07c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Customisation","item":[{"name":"Get Customisation Status","id":"a738c336-9c6f-43d1-84e5-f173980c18e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/system/customize/status","description":"<p>Returns a JSON object showing which parts of the system have been customized and/or setup.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","status"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a738c336-9c6f-43d1-84e5-f173980c18e7"},{"name":"Get Customisation Settings","id":"a5f492a3-336a-4a6a-b843-483566503c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/system/customize/settings","description":"<p>Returns a JSON object containing all the current values that have been used to customize the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","settings"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5f492a3-336a-4a6a-b843-483566503c9d"},{"name":"Update Brand Basics","id":"e16835a1-7182-4f95-adc5-9ab74f44d250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"color","value":"#888","description":"<p>The color used across the system to make it match the system's owner branding</p>\n","type":"text"},{"key":"name","value":"My System Name","description":"<p>The name of the system displayed to-end users</p>\n","type":"text"},{"key":"team_label","value":"Brand","description":"<p>The label used to describe Teams (e.g. Brand, Practice)</p>\n","type":"text"},{"key":"terms_url","value":"https://yoursite.com/terms","description":"<p>A link to a custom Terms and Conditions page</p>\n","type":"text"},{"key":"privacy_url","value":"https://yoursite.com/privacy","description":"<p>A link to a custom Privacy Policy page</p>\n","type":"text"}]},"url":"https://your.domain.com/api/system/customize/brand-basics","description":"<p>Allows the updating of the following options:</p>\n<ul>\n<li>Primary Brand Color</li>\n<li>Name of System</li>\n<li>Team Label</li>\n<li>Terms and Conditions link</li>\n<li>Privacy Policy link</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","brand-basics"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e16835a1-7182-4f95-adc5-9ab74f44d250"},{"name":"Update Brand Logo","id":"8768548d-62e3-4c5c-90e6-5415a9d351c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The logo file being uploaded. Must be in PNG format.</p>\n","key":"file","type":"file","value":null}]},"url":"https://your.domain.com/api/system/customize/logo","description":"<p>Updates the logo shown on the system login pages, as well as the logo used in transactional e-mails.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","logo"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8768548d-62e3-4c5c-90e6-5415a9d351c4"},{"name":"Update Favicon","id":"117db482-dc4e-4689-9dd9-754d9f9031bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The favicon file being uploaded. Must be in PNG format.</p>\n","key":"file","type":"file","value":null}]},"url":"https://your.domain.com/api/system/customize/favicon","description":"<p>Allows the updating of the following options:</p>\n<ul>\n<li>Primary Brand Color</li>\n<li>Name of System</li>\n<li>Team Label</li>\n<li>Terms and Conditions link</li>\n<li>Privacy Policy link</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","favicon"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"117db482-dc4e-4689-9dd9-754d9f9031bc"},{"name":"Update Profile Placeholder Image","id":"da47e5c6-9f78-4521-9e44-7e42a39d418f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The profile image file being uploaded. Must be in PNG format.</p>\n","key":"file","type":"file","value":null}]},"url":"https://your.domain.com/api/system/customize/profile-placeholder","description":"<p>Updates the Profile Placeholder image used across the system. Only PNG is supported.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","profile-placeholder"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"da47e5c6-9f78-4521-9e44-7e42a39d418f"},{"name":"Update Team Placeholder Image","id":"310fb44e-21ac-4cf1-bd61-b38d2106f608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The team image file being uploaded. Must be in PNG format.</p>\n","key":"file","type":"file","value":null}]},"url":"https://your.domain.com/api/system/customize/team-placeholder","description":"<p>Updates the Team Placeholder image used across the system. Only PNG is supported.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","team-placeholder"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"310fb44e-21ac-4cf1-bd61-b38d2106f608"},{"name":"Update Login Screen Image","id":"52952d00-e0b9-4f7d-81c1-6cc3f728c388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The team image file being uploaded. Must be in PNG format.</p>\n","key":"file","type":"file","value":null}]},"url":"https://your.domain.com/api/system/customize/login-image","description":"<p>Updates the Background Image on the login screen. Only PNG is supported.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","login-image"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"52952d00-e0b9-4f7d-81c1-6cc3f728c388"},{"name":"Update Domain Settings","id":"473802d8-7f37-44ad-b844-a1835cffcc9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The domain name of the system. Must be in format: their.domain.com (no <code>https</code> or trailing slash)</p>\n","key":"domain","type":"text","value":"your.domain.com"},{"description":"<p>A valid e-mail address that will be used to send transactional emails to end-users</p>\n","key":"from_address","type":"text","value":"notifications@cosend.com"},{"description":"<p>A valid e-mail address that support e-mails will be sent to</p>\n","key":"support_address","type":"text","value":"support@cosend.com"}]},"url":"https://your.domain.com/api/system/customize/domain","description":"<p>Updates the Team Placeholder image used across the system. Only PNG is supported.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","domain"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"473802d8-7f37-44ad-b844-a1835cffcc9f"},{"name":"Validate Domain Name is Setup","id":"ba78b699-4605-4be5-b05a-fc733e2185c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/system/customize/domain/validate","description":"<p>Checks the status of a domain and whether it is setup correctly and will also update the domain name if the domain is pending validation.</p>\n<p>Returns an object containing the domain name(s) and their statuses.</p>\n<p>If a newly validated domain is processed the <code>redirect_to_new_domain</code> will be set to true, and you should redirect that user to the new domain to login.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","domain","validate"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba78b699-4605-4be5-b05a-fc733e2185c0"},{"name":"Update Header HTML","id":"fa783189-fac8-4aac-91ae-98f099067a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>HTML code that is inserted into the header</p>\n","key":"header_html","type":"text","value":"<style> body {} </style>"}]},"url":"https://your.domain.com/api/system/customize/header-html","description":"<p>Updates the HTML code that is inserted into the Header of every page in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","header-html"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa783189-fac8-4aac-91ae-98f099067a4d"},{"name":"Update Footer HTML","id":"9fe8c97a-0002-4f31-9abc-87d56ad502c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>HTML code that is inserted into the footer</p>\n","key":"footer_html","type":"text","value":"<script></script>"}]},"url":"https://your.domain.com/api/system/customize/footer-html","description":"<p>Updates the HTML code that is inserted into the Header of every page in the system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","system","customize","footer-html"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fe8c97a-0002-4f31-9abc-87d56ad502c3"}],"id":"aef06fa7-be8f-4e06-bdb2-c6af7d9fd785","_postman_id":"aef06fa7-be8f-4e06-bdb2-c6af7d9fd785","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}}],"id":"4fa2dc29-582e-4f87-a8f7-15a8c9457207","description":"<p>This folder contains API endpoints which can be performed by a White Label Admin using an API token that has been generated under a White Label User's profile.</p>\n<p><strong>Important</strong>: Any API calls that can also be performed by an end-user will be found under the User or Team actions folder (such as the ability to Create a new Team/Brand).</p>\n","event":[{"listen":"prerequest","script":{"id":"de849166-0058-4f90-8e8f-02dced2d3645","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"882d0628-38c3-4402-a1dc-35b1d60899e8","type":"text/javascript","exec":[""]}}],"_postman_id":"4fa2dc29-582e-4f87-a8f7-15a8c9457207","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"User Actions","item":[{"name":"Post Groups","item":[{"name":"List Post Groups","id":"da3f6ea7-4b86-451f-98c5-e06a79022162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/categories?brand_id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","categories"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>Brand ID</p>\n","type":"text/plain"},"key":"brand_id","value":"1"}],"variable":[]}},"response":[{"id":"1c546d28-770d-4351-937a-a26a6599f67b","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/categories?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["categories"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"762b7a8c-cb1a-401b-bd35-fe91555b90db","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/categories?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["categories"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81626a74-0627-4eb7-bbb8-e1fd47d04115","name":"unable to process instruction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/categories?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["categories"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c88cec78-b34c-4aca-b2d7-d5784e8e95bc","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/categories?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["categories"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da3f6ea7-4b86-451f-98c5-e06a79022162"},{"name":"List Profiles connected to a Post Group","id":"711668ba-9adb-44cb-a45d-5c0f7262038a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/category/:id/accounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","category",":id","accounts"],"host":["https://your.domain.com"],"query":[],"variable":[{"description":{"content":"<p>ID of the Post Group</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"1d68f003-a505-4f7b-b35b-a2db9a46a8ab","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/category/:id/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["category",":id","accounts"],"query":[{"key":"api_token","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"55eca7b5-bade-4945-bc14-b4ae28a78e3d","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/category/:id/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["category",":id","accounts"],"query":[{"key":"api_token","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"971ab509-1686-4e2d-a215-057acaa7a323","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/category/:id/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["category",":id","accounts"],"query":[{"key":"api_token","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cac1fb58-50a7-4c2f-94b0-c53f5b95fea1","name":"unable to process instruction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/category/:id/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["category",":id","accounts"],"query":[{"key":"api_token","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"711668ba-9adb-44cb-a45d-5c0f7262038a"},{"name":"Add post to library","id":"0506ae38-8c34-435c-a32d-d3c6618e28cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"<integer>","description":"<p>(Required) Brand ID</p>\n","type":"text"},{"key":"categories","value":"<string>,<string>","description":"<p>(Required) IDs of categories to add the post to</p>\n","type":"text"},{"key":"text","value":"<string>","description":"<p>(Required) The content of your post</p>\n","type":"text"},{"key":"status","value":"<string>","description":"<p>(Required: Draft or approved</p>\n","type":"text"},{"key":"media_url","value":"<string>","description":"<p>URL of image to be used (will be downloaded and stored in the media library unless media_is_remote_image is set to true)</p>\n","type":"text"},{"key":"media_is_remote_image","value":"<boolean>","description":"<p>Load and send an image from a remote URL (bypass media library)</p>\n","type":"text"},{"key":"media_alt_text","value":"<string>","description":"<p>The accessible text / caption that is used by the network for those with disabilities (if supported by the network)</p>\n","type":"text"},{"key":"content_is_remote_text","value":"<boolean>","description":"<p>DEPRECATED. Load and send text from a remote URL - must return a JSON feed with a variable 'content'</p>\n","type":"text"}]},"url":"https://your.domain.com/api/evergreen-post","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","evergreen-post"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"5be60e62-e44c-43cc-ba96-e6df92998282","name":"internal server error","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/evergreen-post?api_token=<string>&brand_id=<integer>&categories=<string>,<string>&text=<string>&status=<string>&media_url=<string>&media_is_remote_image=<boolean>&content_is_remote_text=<boolean>","host":["https://your.domain.com"],"path":["evergreen-post"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"categories","value":"<string>,<string>"},{"key":"text","value":"<string>"},{"key":"status","value":"<string>"},{"key":"media_url","value":"<string>"},{"key":"media_is_remote_image","value":"<boolean>"},{"key":"content_is_remote_text","value":"<boolean>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c1eb0f0-4b39-41a4-b2a2-10dfc7902c0a","name":"specify a valid API key","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/evergreen-post?api_token=<string>&brand_id=<integer>&categories=<string>,<string>&text=<string>&status=<string>&media_url=<string>&media_is_remote_image=<boolean>&content_is_remote_text=<boolean>","host":["https://your.domain.com"],"path":["evergreen-post"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"categories","value":"<string>,<string>"},{"key":"text","value":"<string>"},{"key":"status","value":"<string>"},{"key":"media_url","value":"<string>"},{"key":"media_is_remote_image","value":"<boolean>"},{"key":"content_is_remote_text","value":"<boolean>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5d59e25-29ab-43d5-a887-640b85279d96","name":"unable to process instruction","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/evergreen-post?api_token=<string>&brand_id=<integer>&categories=<string>,<string>&text=<string>&status=<string>&media_url=<string>&media_is_remote_image=<boolean>&content_is_remote_text=<boolean>","host":["https://your.domain.com"],"path":["evergreen-post"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"categories","value":"<string>,<string>"},{"key":"text","value":"<string>"},{"key":"status","value":"<string>"},{"key":"media_url","value":"<string>"},{"key":"media_is_remote_image","value":"<boolean>"},{"key":"content_is_remote_text","value":"<boolean>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b634b350-8745-4a81-a7d6-0b9e142b6a97","name":"successful operation","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/evergreen-post?api_token=<string>&brand_id=<integer>&categories=<string>,<string>&text=<string>&status=<string>&media_url=<string>&media_is_remote_image=<boolean>&content_is_remote_text=<boolean>","host":["https://your.domain.com"],"path":["evergreen-post"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"categories","value":"<string>,<string>"},{"key":"text","value":"<string>"},{"key":"status","value":"<string>"},{"key":"media_url","value":"<string>"},{"key":"media_is_remote_image","value":"<boolean>"},{"key":"content_is_remote_text","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0506ae38-8c34-435c-a32d-d3c6618e28cf"},{"name":"Get Evergreen Post","id":"b4bfa8e3-a3b0-45ec-9879-fbd4dadd0a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/evergreen-post/:postId?brand_id=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","evergreen-post",":postId"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>Brand ID</p>\n","type":"text/plain"},"key":"brand_id","value":"<integer>"}],"variable":[{"type":"any","value":"","key":"postId"}]}},"response":[{"id":"1e06cc9a-71a1-4d0b-b8b1-b11b33799f37","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/evergreen-post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["evergreen-post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"36c4cf8d-aac4-4f37-a8d5-0e8a6e75eaed","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/evergreen-post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["evergreen-post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"530f04f6-b747-43aa-bac9-7256748499c9","name":"unable to process instruction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/evergreen-post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["evergreen-post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54500f65-8ebc-4fab-916b-b8554a296049","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/evergreen-post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["evergreen-post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4bfa8e3-a3b0-45ec-9879-fbd4dadd0a80"}],"id":"eaec03f2-23e2-4281-833e-d5c3c814501f","_postman_id":"eaec03f2-23e2-4281-833e-d5c3c814501f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Calendar","item":[{"name":"Posts","item":[{"name":"Create Post","id":"c1a291a7-1942-401e-b079-2f004245e9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"<integer>","description":"<p>(Required) Brand ID</p>\n","type":"text"},{"key":"accounts[]","value":"<string>","description":"<p>(Required) Array of account IDs to send the post to</p>\n","type":"text"},{"key":"approval_status","value":"<string>","description":"<p>Default: approved. Options: draft, pending, approved, rejected, changes_requested</p>\n","type":"text"},{"key":"text","value":"<string>","description":"<p>(Required) The content of your post</p>\n","type":"text"},{"key":"media_url","value":"<string>","description":"<p>URL of the image to be used (will be downloaded and stored in the media library unless media_is_remote_image is set to true)</p>\n","type":"text"},{"key":"media_is_remote_image","value":"<boolean>","description":"<p>Load and send an image from a remote URL (bypass media library)</p>\n","type":"text"},{"key":"media_alt_text","value":"<string>","description":"<p>The accessible text / caption that is used by the network for those with disabilities (if supported by the network). Max length 1,000 characters. NOTE: This text will get truncated to 300 characters for LinkedIn Page Posts.</p>\n","type":"text"},{"key":"media_additional[]","value":"['media_url' => '', 'media_is_remote_image => true, 'media_alt_text' => '', 'media_caption' => '']","description":"<p>Array of any additional media attached to a post (used to create a gallery if the network supports it)</p>\n","type":"text"},{"key":"content_is_remote_text","value":"<boolean>","description":"<p>Load and send text from a remote URL - must return a JSON feed with a variable 'content'</p>\n","type":"text"},{"key":"now","value":"<boolean>","description":"<p>(Required) Send now?</p>\n","type":"text"},{"key":"scheduled_at","value":"<string>","description":"<p>Specify UTC timestamp (e.g. 1515170582) of when the post should be sent (if it's in the past, it will send immediately)</p>\n","type":"text"}]},"url":"https://your.domain.com/api/post","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","post"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1a291a7-1942-401e-b079-2f004245e9af"},{"name":"Update Post","id":"194438e3-d319-4968-a014-24d9269bb59d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Brand ID - defaults to Authorised user's current Brand</p>\n","key":"brand_id","type":"text","value":"<integer>"},{"description":"<p>(Required) Array of account IDs to send the post to</p>\n","key":"accounts[]","type":"text","value":"<string>"},{"key":"approval_status","value":"<string>","description":"<p>Options: draft, pending, approved, rejected, changes_requested. If left blank, it will keep its current status.</p>\n","type":"text"},{"description":"<p>(Required) The content of your post</p>\n","key":"text","type":"text","value":"<string>"},{"description":"<p>URL of image to be used (will be downloaded and stored in the media library unless media_is_remote_image is set to true)</p>\n","key":"media_url","type":"text","value":"<string>"},{"description":"<p>Load and send an image from a remote URL (bypass media library)</p>\n","key":"media_is_remote_image","type":"text","value":"<boolean>"},{"key":"media_alt_text","value":"<string>","description":"<p>The accessible text / caption that is used by the network for those with disabilities (if supported by the network). Max length 1,000 characters.</p>\n","type":"text"},{"key":"media_type","value":"<image|video>","description":"<p>Specify either image or video</p>\n","type":"text"},{"key":"media_thumbnail","value":"<string>","type":"text"},{"description":"<p>Specify UTC timestamp (e.g. 1515170582) of when the post should be sent (if it's in the past, it will send immediately)</p>\n","key":"scheduled_at","type":"text","value":"<string>"}]},"url":"https://your.domain.com/api/post/<postid>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","post","<postid>"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"194438e3-d319-4968-a014-24d9269bb59d"},{"name":"Get Post","id":"08cbb504-6413-457b-bb39-e37bf02daa06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/post/:postId?brand_id=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","post",":postId"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>Brand ID</p>\n","type":"text/plain"},"key":"brand_id","value":"<integer>"}],"variable":[{"type":"any","value":"","key":"postId"}]}},"response":[{"id":"480ee9e5-19c9-48ae-9c84-354955382afe","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6ab920b5-6577-40d4-8b39-50b06ba68c02","name":"unable to process instruction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8cb8b77e-df8b-439e-ac82-fb96b0fe8578","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d59dc0b7-952c-464f-b6e3-6f1ae9e48d07","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/post/:postId?api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["post",":postId"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}],"variable":[{"key":"postId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08cbb504-6413-457b-bb39-e37bf02daa06"}],"id":"8161024b-4cb6-4a6f-bdf4-2941191491da","_postman_id":"8161024b-4cb6-4a6f-bdf4-2941191491da","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Sent Posts","item":[{"name":"List Sent Posts","id":"ab1f146f-5c38-406f-96fc-a9d02366eb3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/sent-items?to=2020-01-01&from=2022-01-01&brand_id=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","sent-items"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>(Required) Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"to","value":"2020-01-01"},{"description":{"content":"<p>(Required) Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"from","value":"2022-01-01"},{"description":{"content":"<p>The id of the Brand you want to load (default's to users current brand)</p>\n","type":"text/plain"},"key":"brand_id","value":""}],"variable":[]}},"response":[],"_postman_id":"ab1f146f-5c38-406f-96fc-a9d02366eb3a"},{"name":"Delete Sent Posts","id":"7a650405-1151-4557-9c2d-d18d088cee42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/sent-items?brand_id=<integer>&sent_post_ids=1,2,3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","sent-items"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>(Required) The brand ID that the Sent Posts belong to</p>\n","type":"text/plain"},"key":"brand_id","value":"<integer>"},{"description":{"content":"<p>(Required) Comma separated list of the Sent Post IDs that you want to delete. Max 25 items. NOTE: Instagram and Facebook Groups do not currently support post deletion.</p>\n","type":"text/plain"},"key":"sent_post_ids","value":"1,2,3"}],"variable":[]}},"response":[{"id":"98b37692-6c2f-4316-8f8e-9b680944499e","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/sent-items?brand_id=1&sent_post_ids=1,2,3","host":["https://your.domain.com"],"path":["api","sent-items"],"query":[{"key":"brand_id","value":"1","description":"(Required) The brand ID that the Sent Posts belong to"},{"key":"sent_post_ids","value":"1,2,3","description":"(Required) Comma separated list of the Sent Post IDs that you want to delete. Max 25 items."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 09 Jul 2021 14:01:28 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"598"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IjV3VHBlWEd5ZHoybEo3RGJxZUNwd1E9PSIsInZhbHVlIjoicXFVeW51RERVOEJ3RjdHN1pNNDJWTzk5NG0wcGdzb1ZIWGVPYVpjTGdBcUdPZWRRc0xOVmdac1UybnArR1Q0VitYTk4zOTl2SmdCVkRmOEU4VkpzSjROYTc3L05IZFhjMGNpbTFybStRMTFMcXZPNW85RWc5cmNLNzVhakhrL1oiLCJtYWMiOiI5MGM3NmNhNjY2YWE1ZDlmNWEwZjMyZTk3OWEwNTk0YTg2ODhmZWViMzAzYjdjZDVkYzYxZDg5NWYyZmY5OTVjIn0%3D; expires=Fri, 09-Jul-2021 16:01:28 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6ImlEOTByQXQvcXVsZmw1NFM4ZmJ1VVE9PSIsInZhbHVlIjoiYTJkd0NndkdBekk4djN0cDZETHZvQ3FmeGMxbzd4OVJMY1dtbXhpSTl4SEl6TkNHemVLQi9zdzN3dDVlMWh6YmxEVm84V3Jxb3BoZ3lLbThMTElPaDBkb1dBYWxJUVcxcUl6cFJNU2h6aVpabGsxZmEwQ1pCczZXWU5iWXRjQUUiLCJtYWMiOiI2ZTcyOWFiNTMxMTI1YmQ2YTEwZTBmMWEzNjE0ZWI3YzMyOTY0ZjY4N2Q1ZTkwMzFhZWNlZDI4ZDAyMDM5Nzk0In0%3D; expires=Fri, 09-Jul-2021 16:01:28 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"queued_for_deletion\": \"1,2,3\",\n    \"skipped\": \"4,5,6\"\n}"},{"id":"bd55982b-84fc-44af-aac1-aa9cc6655e61","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/sent-items?brand_id=1&sent_post_ids=1,2,3","host":["https://your.domain.com"],"path":["api","sent-items"],"query":[{"key":"brand_id","value":"1","description":"(Required) The brand ID that the Sent Posts belong to"},{"key":"sent_post_ids","value":"1,2,3","description":"(Required) Comma separated list of the Sent Post IDs that you want to delete. Max 25 items."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 09 Jul 2021 14:00:57 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IkRYc3NUWFpTdXBEdUNNL1I4L01pWkE9PSIsInZhbHVlIjoiM21BdGpyL013OHA5THUwVFlsclFqd0xneEdmVHV2MmRrRWFkcHlOSDJML3NUbFEwYW01WHhodnhKOEMwZVU0MHV3alZUd2I3VlpVMmVWdDRpVUdKUXY1TVpDR3ZqU0pLNTNxZFd1QnkydUZCT0dDZFdIbWpqUCtCNXZEZExkaFEiLCJtYWMiOiI0YWQ5OGJjMDkwNmQ2ZDc3ZGNmZjRkNzI2OWI5YjgzMjkxNTY5ZjQ4MWViNTdkOTMwZmFmYjRkOGUwMzk5NjEyIn0%3D; expires=Fri, 09-Jul-2021 16:00:57 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6IlNpNVN6Z29zWHFCaXdsVDRsNVVhVnc9PSIsInZhbHVlIjoidVF3cFFQK2tEaTNSWFFkcjlQcXF3a1RlSnFOVWdYTmhyOVpwUjB0SFZzOEMxY1pqS0RIckVOdy85ejNURi9IT20waEdsVkU5MTc3WXZTck4zQ2NTUUtRU1lhT3J4YTRzR21FaVdiRzlOQU91Nk1hM0thTTdiRE9DblZ1amJGajciLCJtYWMiOiJjOTFlMTFmZDg3MDliMjQ4MDc5YzI0OGQxYjk3MmIxYWExNWIyYmEwMWUxNmQ3NGNhYTEwMzU2ZmU0MjMyYjQ0In0%3D; expires=Fri, 09-Jul-2021 16:00:57 GMT; Max-Age=7200; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Something went wrong.\"\n}"},{"id":"f114eda8-d223-4598-9e0c-c312cb627d0a","name":"Unauthorised","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/sent-items?brand_id=2&sent_post_ids=1,2,3","host":["https://your.domain.com"],"path":["api","sent-items"],"query":[{"key":"brand_id","value":"2","description":"(Required) The brand ID that the Sent Posts belong to"},{"key":"sent_post_ids","value":"1,2,3","description":"(Required) Comma separated list of the Sent Post IDs that you want to delete. Max 25 items."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 09 Jul 2021 14:01:49 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"597"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6Ik8xL3AzYzZuckZOSXN4K3BPc0dRWGc9PSIsInZhbHVlIjoieWQ0OG5oK01JZXl6UUQzNHZwVDdib3VKL1hlQXYzV3NicDlEVExrWEI4NzdGdy9VZllrVXpOM0t5Y1VSUlpGV3Y1cW9takdIVFlzZzVranBFM0tEZUVQRVZBUWRaWGJpVUt6SS95ZXpoOGhYcENRN0dQbHR4elcrUlY3OFI0anUiLCJtYWMiOiIwYTRkZTkwMDFiMWYwZDU1YjlmYzJlMzI1ZmM5MmJhMGYxNDllM2M1NzdlOTg5ZDM3YjQ4NzBjZDI1ZmJkN2E1In0%3D; expires=Fri, 09-Jul-2021 16:01:49 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6IlZNUVF1MDhMcjBMWVdPeWNLRWI0b2c9PSIsInZhbHVlIjoiN3ZqYWJuK0dXY1pROGcybnpRa21FR1RpQXkvamI3VitvODNLckY0T09KbHNUN2lrdmhUbzRnWWc5ODQwWWtmdTNOOXg3cmhmdmQ4RzEyQnY0ek1vZmRoaXF2QWxjNDdjbkVkRENQVXNaQjJrWDV5ZkhIaS9oZ3cyQkxMK2gxYkYiLCJtYWMiOiI2OWM2N2M1MTkwOTA0MDYwNTRlM2U3ZmMyMzczZjZmZjdmYmFlYTBjYzY4MzhhYTg0ZTNmZWFiOTIwZmFkZDI2In0%3D; expires=Fri, 09-Jul-2021 16:01:49 GMT; Max-Age=7200; path=/; httponly"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You do not have permission to delete this Brands sent items.\"\n}"},{"id":"2aaa8d52-db1b-4942-a312-36b4bc94c7ff","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/sent-items?brand_id=1&sent_post_ids=99999","host":["https://your.domain.com"],"path":["api","sent-items"],"query":[{"key":"brand_id","value":"1","description":"(Required) The brand ID that the Sent Posts belong to"},{"key":"sent_post_ids","value":"99999","description":"(Required) Comma separated list of the Sent Post IDs that you want to delete. Max 25 items."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 09 Jul 2021 14:02:42 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IjBBRjllNGp3QTdhTEFRbDdTZ003Z1E9PSIsInZhbHVlIjoiZHAwUmJBMU5jaGo0UWRkU0NxTmtmZG9HQ0JHZHFvRXJSUC83cHpFWVB5NVltUkdmeDdndFllTVdvZ1Vva1J6UDBTdVRERUx0bURnYW04eDhKb0VkWDh0ckcwS1FZekp4MkZjTEV3YkNRTUhKOVEwNmtkazUxNEowdzlPaHcvMGsiLCJtYWMiOiIxZGVlZDQ1MjFkMzliYzgyM2I1MjVjNDlhMGE3MzJkZGQ3MjI1ZGU5NzE3ZmNhOWVlY2JhZGVmY2E2YTM4N2Y2In0%3D; expires=Fri, 09-Jul-2021 16:02:42 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6ImJxOWhRWURVOVlIalM4ejNyVW1SdEE9PSIsInZhbHVlIjoiTE50YlNHenUwSzcreU81cndNN1M3NkwxWlVGa0hnNFByZ0JFLzZpalk4WlpqTk5BSVRJd1NMUVY0QUltbVJoQTBtN05PT3RaV09tM3F5cCtHV1pnbVhLR3VDc2RKell0TGQ1c3Nydy8rNG5ScnB1SnVTYmJvT040Q0V4clUrZDAiLCJtYWMiOiI5NGU0Yjg4NmFiMzRmZWNlMWVkZDgyZmQ1MjlhYWYzZjBlMTQ3MTllYTUyY2RhMGRiMDM5NTA0ZTM5NmI3MWFiIn0%3D; expires=Fri, 09-Jul-2021 16:02:42 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No posts to delete\"\n}"}],"_postman_id":"7a650405-1151-4557-9c2d-d18d088cee42"}],"id":"4310bd74-6429-40e8-8a7d-782c18a0453a","_postman_id":"4310bd74-6429-40e8-8a7d-782c18a0453a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Hints / Calendar Events","item":[{"name":"Get Calendar Events","id":"557cdf00-e874-4f4d-8394-9d9023db6fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/calendar-events?date=2021-10-11&end=2021-10-30&name=&type&limit=20&with_templates=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","calendar-events"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>Start date. Format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date","value":"2021-10-11"},{"description":{"content":"<p>End date. Format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"end","value":"2021-10-30"},{"description":{"content":"<p>Allows you to search for content hints by phrase (searches the content hint name)</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>Specify the type of hint. 'system' or 'standard'</p>\n","type":"text/plain"},"key":"type","value":null},{"description":{"content":"<p>The number of results that should be returned</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Boolean. Will include the most recent template for the Calendar Event (if available)</p>\n","type":"text/plain"},"key":"with_templates","value":"1"}],"variable":[]}},"response":[{"id":"88c6ed88-6bbc-4e30-bf69-ff28bf2f31bf","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/calendar-events?date=2021-10-04&end=2021-10-30","host":["https://your.domain.com"],"path":["api","calendar-events"],"query":[{"key":"date","value":"2021-10-04","description":"Start date. Format YYYY-MM-DD"},{"key":"end","value":"2021-10-30","description":"End date. Format YYYY-MM-DD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 10:52:49 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"587"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IktiUU94TG1HdFB6S0V6Z2gxQ2JlUkE9PSIsInZhbHVlIjoiRm9PUlJuRjVkQ3hGUmREZ2NwU29jQWg1NW05K2dqRGZOQzdBSjM1czdrVjN4WXd0elpoM1JNWDVodWlObVhBNCtLamdpTWdpTWNmdk5hbCs5bUlLSDhZeFR1RldMdjdzQlk4d2JWaWtYMFlTR0dsUHZ4dFRpd2ZzZExLczBYOXMiLCJtYWMiOiIzYTU2YzIyN2IwNzE2NDM2MWQwZDY3Yzc4YjkwODE1YWEyZWIyZDM2YmI3OTU2ZWRlNTM5MGFmYmZlYzQ5Y2Y0In0%3D; expires=Mon, 04-Oct-2021 12:52:49 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6InNySklxRVc4WHhRZzdkVGFGd0tsWlE9PSIsInZhbHVlIjoiR2w4bTFwUm5mNEFocDdjdm5EbGJCa2tucXN4akJkUWIveFVkYnVWUW1pSHFlZE5ucDZHbjZuQXdLSDZvV203ZWVGMDJaZFV3RzhzcDJMbThCcml1L24ybWtydTNPbUtUZmU4a3Zwb1lPN2J2MW1YT1RKTllzZVY4bHhnZ3l0ZGgiLCJtYWMiOiJhNzMzNDZhMWMxNGJhMjJhMzMxYWEzY2YwOGNkNTVlMTM3MWNhZjk2N2FlOTY3MGI5YWZhNmVkZWY1N2ViMmQ4In0%3D; expires=Mon, 04-Oct-2021 12:52:49 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"calendarEvents\": [\n        {\n            \"id\": 1,\n            \"name\": \"Example Calendar Event / Content Hint\",\n            \"data\": null,\n            \"start\": \"2021-09-09 00:00:00\",\n            \"end\": \"2021-09-09 00:00:00\",\n            \"created_at\": \"2021-09-09 07:35:22\",\n            \"updated_at\": \"2021-09-09 07:35:22\",\n            \"color\": \"#32b0f6\",\n            \"user_id\": null,\n            \"team_id\": null,\n            \"recurrence\": null,\n            \"type\": \"system\"\n        }\n    ]\n}"}],"_postman_id":"557cdf00-e874-4f4d-8394-9d9023db6fd1"},{"name":"Create Calendar Event","id":"c3cbdd84-1ead-4ae3-a544-ad50a7d53c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test3","description":"<p>(Required) The name of the Calendar Event that gets shown to the end user</p>\n","type":"text"},{"key":"start","value":"2021-10-10","description":"<p>(Required) The start date for the event. Format YYYY-MM-DD.</p>\n","type":"text"},{"key":"end","value":"2021-10-11","description":"<p>(Required) The end date for the event. Format YYYY-MM-DD.</p>\n","type":"text"},{"key":"color","value":"#000000","description":"<p>(Required) The color of the label in Hex format, e.g. #000000</p>\n","type":"text"},{"key":"type","value":"standard","description":"<p>(Required) Standard = added to the logged-in user's team Calendar. System = shows in all team Calendars</p>\n","type":"text"}]},"url":"https://your.domain.com/api/calendar-events","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","calendar-events"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3cbdd84-1ead-4ae3-a544-ad50a7d53c11"},{"name":"Update Calendar Event","id":"d0fd30fe-e1f9-40ed-8e90-a4b83942f1d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>(Required) The name of the Calendar Event that gets shown to the end user</p>\n","type":"text"},{"key":"start","value":"","description":"<p>(Required) The start date for the event. Format YYYY-MM-DD.</p>\n","type":"text"},{"key":"end","value":"","description":"<p>(Required) The end date for the event. Format YYYY-MM-DD.</p>\n","type":"text"},{"key":"color","value":"","description":"<p>(Required) The color of the label in Hex format, e.g. #000000</p>\n","type":"text"},{"key":"type","value":"","description":"<p>(Required) Standard = added to the logged-in user's team Calendar. System = shows in all team Calendars</p>\n","type":"text"}]},"url":"https://your.domain.com/api/calendar-events/:id?name&start&end&color&type","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","calendar-events",":id"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>(Required) The name of the Calendar Event that gets shown to the end user</p>\n","type":"text/plain"},"key":"name","value":null},{"description":{"content":"<p>(Required) The start date for the event. Format YYYY-MM-DD.</p>\n","type":"text/plain"},"key":"start","value":null},{"description":{"content":"<p>(Required) The end date for the event. Format YYYY-MM-DD.</p>\n","type":"text/plain"},"key":"end","value":null},{"description":{"content":"<p>(Required) The color of the label in Hex format, e.g. #000000</p>\n","type":"text/plain"},"key":"color","value":null},{"description":{"content":"<p>(Required) Standard = added to the logged-in user's team Calendar. System = shows in all team Calendars</p>\n","type":"text/plain"},"key":"type","value":null}],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"d0fd30fe-e1f9-40ed-8e90-a4b83942f1d3"},{"name":"Delete Calendar Event","id":"89502953-839a-41c1-965f-d163f99592ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/calendar-events/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","calendar-events",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"89502953-839a-41c1-965f-d163f99592ab"}],"id":"6b5d8be5-882d-4d00-a8a9-c4fa796b0a73","_postman_id":"6b5d8be5-882d-4d00-a8a9-c4fa796b0a73","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}}],"id":"8c820207-e5ab-4396-a6ed-889d353bc1a2","_postman_id":"8c820207-e5ab-4396-a6ed-889d353bc1a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Media Library","item":[{"name":"Folders","item":[{"name":"Create Folder","id":"e65870f8-1dcf-48e4-95aa-2d1554f382a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","description":"<p>Leave blank unless creating a 'system' folder type. User must be a system admin to create system folders.</p>\n","type":"text","value":"<blank or system>"},{"key":"name","value":"<string>","description":"<p>(Required) The name of the folder as it will appear for the user</p>\n","type":"text"},{"key":"parent_id","value":"<uuid>","description":"<p>Only use if you're adding a folder. Leave blank to add to the root</p>\n","type":"text"}]},"url":"https://your.domain.com/api/folders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","folders"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"5acb30f6-ae1b-4b5e-af44-fb1e6d4f9445","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","description":"Leave blank unless creating a 'system' folder type. User must be a system admin to create system folders.","type":"text","value":""},{"key":"name","value":"<string>","description":"The name of the folder as it will appear for the user","type":"text"}]},"url":"https://your.domain.com/api/folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 10 Aug 2021 08:55:02 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IlM1dVdsRjFtRXJDaXREK29uamFIekE9PSIsInZhbHVlIjoicnFxYlBncFh1NzhGc0RxeTNKZlVTdldtVXRrTFM1ME1vdjhMR1RWdHk0bFBqaTJOYnpSdnhwT01Ra0hDN2ZZUHBsMDk3SUpYRXZlWHdrRXNVWGFwdkJZRTdqaWFXSGxCRmFzRjBzK1NML240MWlPV2YxMjZXbkdvWHlvZXJDZW0iLCJtYWMiOiI5OTZjZmE1M2E0ZjY0Y2UwNjBiN2QxNjU4ZTY2NjEzN2VjMDBhMmJlMTBkNGJmNGExOWQyNThkZGJjYzk1YmViIn0%3D; expires=Tue, 10-Aug-2021 10:55:02 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6ImFPbXR3WkdNaDVaUVRVQU1FakhuTmc9PSIsInZhbHVlIjoiY2FYNHplRk10WGp0b29vY0tyRlJDUTVlYUtaUEVYdDRyU05nNCtITEVFdVRuLzQ2Z3ByMmVqa01jeEJVckY4WUhYTGtWWGlGZCs5K3BOSVJBSEg0Rm5VMzZ5UzBYYWJIbk5KbjNIZFdGbGNCbXhNMk9DZnlQL24xRTkybHQrSlUiLCJtYWMiOiI3MWRlMDBiNmMxMjA2OTFlNmI4NzNkZDcxNjIxNzgyMWE4M2E2ZWNiYzc1ZThjMjc3M2JkMWE3ZjNjZTM4NDNjIn0%3D; expires=Tue, 10-Aug-2021 10:55:02 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"folder\": {\n        \"url\": \"https://url.to/folder/for/saving/media\",\n        \"thumbnail\": \"https://url.to/folder/for/saving/media\",\n        \"type\": \"folder\",\n        \"file_size\": 0,\n        \"user_id\": 1,\n        \"team_id\": 1,\n        \"parent_id\": null,\n        \"name\": \"<string>\",\n        \"system_media\": false,\n        \"source\": \"user\",\n        \"id\": \"4b1b8b8b-28be-4206-99bd-efa5de9b9592\",\n        \"updated_at\": \"2021-08-10T08:55:02.000000Z\",\n        \"created_at\": \"2021-08-10T08:55:02.000000Z\"\n    }\n}"}],"_postman_id":"e65870f8-1dcf-48e4-95aa-2d1554f382a1"},{"name":"Rename Folder","id":"8cdd607e-dfbc-49f5-a509-50fa775f2d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>(Required) The new name of the folder</p>\n","type":"text"}]},"url":"https://your.domain.com/api/folders/:folderId/rename","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","folders",":folderId","rename"],"host":["https://your.domain.com"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the folder you're renaming</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"folderId"}]}},"response":[],"_postman_id":"8cdd607e-dfbc-49f5-a509-50fa775f2d96"},{"name":"Get list of Folders","id":"34629bc8-5aea-4adc-977a-73b175ea70b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/folders?team_id=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","folders"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>Returns folders for current Team (Brand) if left blank</p>\n","type":"text/plain"},"key":"team_id","value":""}],"variable":[]}},"response":[],"_postman_id":"34629bc8-5aea-4adc-977a-73b175ea70b9"},{"name":"Get list of Files in Folder","id":"728c689d-bf1c-4238-986a-6e04f2c7cd4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/folders/:folderId/files?page=<integer>&phrase=<string>&tag=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","folders",":folderId","files"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>30 results are returned at a time, define the page you want to retrive</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>Searches the meta data of the file</p>\n","type":"text/plain"},"key":"phrase","value":"<string>"},{"description":{"content":"<p>Searches the tags associated with the file</p>\n","type":"text/plain"},"key":"tag","value":"<string>"}],"variable":[{"description":{"content":"<p>Options are: root, all-system or the folder UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderId"}]}},"response":[],"_postman_id":"728c689d-bf1c-4238-986a-6e04f2c7cd4d"},{"name":"Delete Folder","id":"5a0ef55e-c811-4164-be23-568e6b2a97bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/folders/:folderId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","folders",":folderId"],"host":["https://your.domain.com"],"query":[],"variable":[{"description":{"content":"<p>UUID of the folder being deleted. Note: will delete all child folders, and any media contained in the parent or child folders.</p>\n","type":"text/plain"},"type":"any","value":"","key":"folderId"}]}},"response":[{"id":"73fc0917-427a-44ae-a501-f38536b06e51","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/folders/:folderId","host":["https://your.domain.com"],"path":["api","folders",":folderId"],"variable":[{"key":"folderId","value":"de1a3b57-4e7e-45d4-852e-a700a098466f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 25 Feb 2022 07:42:54 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IjRNYzRwck1udjc2bnVWQ1RrM05BYkE9PSIsInZhbHVlIjoiTXI1d2RpTTJQbE9MR1d6bVFrQTdhTDl5c0I1MklPazdLYUVmaWRLc1hqVVRWZWRKZDFGYk9DV1h0R29vWmV2RnJlNUkwRXVFYWU1ditCRndhem0xblp1N2I5VXV3b0lxS2EwN283MEw1UGUwdVk2Y014akdXRno1NHRyUGc3enMiLCJtYWMiOiJkMjIzZmU0NzU2OGEyNjhkZDRlZGU1MjM1YTdiZTdkNjc3MmRmMDU5NGQ5ZWQyOTVmZmNiOTJlYmFhOWZiZjM1In0%3D; expires=Fri, 25-Feb-2022 09:42:54 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6InU5dnB6ZUVUMm5BRVYxd3N6NElVTXc9PSIsInZhbHVlIjoib053Q3Mwdjd6cEFDZjRSbEhFc2NTY2hOVGovdVN2aHpIS3haQXM5S0VnWG91a2cxdWQ1MWI0MTR0bUZjTitmejZwVVg3TWRFL3ZzditZQ0E0dXBpTzU2bUUwRkN6dElDbVpKbnAvSGFXZm1kSk1ycDc0ZlZiRU5RN3Y5NHNmREkiLCJtYWMiOiI4ZmQwN2ExOGNmNTBkYTI5YzdlNGNiNjAwODQ4MWZlZTEwMjNlYjkzYzNkZDQ5YTViMDFlZWM5MzU1OTEzNGRjIn0%3D; expires=Fri, 25-Feb-2022 09:42:54 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success.\"\n}"}],"_postman_id":"5a0ef55e-c811-4164-be23-568e6b2a97bb"}],"id":"99a38ddc-88bb-4c32-8056-350bb28a7b4d","_postman_id":"99a38ddc-88bb-4c32-8056-350bb28a7b4d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Uploads","item":[{"name":"Upload Media to Root Folder","id":"5e27782a-e0cb-4fcc-ba1c-6e4aa82867fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"media","description":"<p>(Required) File to be uploaded</p>\n","type":"text","value":"<byte>"},{"key":"media_is_url","value":"<boolean>","description":"<p>The file being referenced is a URL (the system will download it) - defauls to false</p>\n","type":"text"},{"key":"brand_id","value":"<integer>","description":"<p>Brand ID</p>\n","type":"text"}]},"url":"https://your.domain.com/api/media/upload/public","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","media","upload","public"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"8a78ec80-9013-40b8-81c5-074eec2f5de3","name":"specify a valid API key","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/upload/public?media=<byte>&media_is_url=<boolean>&api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["media","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"media_is_url","value":"<boolean>"},{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9bedfe7-eb87-4467-b5cd-13a10eab7c0f","name":"internal server error","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/upload/public?media=<byte>&media_is_url=<boolean>&api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["media","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"media_is_url","value":"<boolean>"},{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd079abd-16f5-4d4e-b214-d96a9dff610a","name":"successful operation","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/upload/public?media=<byte>&media_is_url=<boolean>&api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["media","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"media_is_url","value":"<boolean>"},{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e6bbf86e-b367-400d-89d8-8fde3f3a2256","name":"unable to process instruction","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/upload/public?media=<byte>&media_is_url=<boolean>&api_token=<string>&brand_id=<integer>","host":["https://your.domain.com"],"path":["media","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"media_is_url","value":"<boolean>"},{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e27782a-e0cb-4fcc-ba1c-6e4aa82867fb"},{"name":"Upload Media to System Library Folder","id":"13dfe0b1-c22e-4fd6-b38b-2620a5081ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"media","description":"<p>(Required) File to be uploaded</p>\n","type":"text","value":"<byte>"}]},"url":"https://your.domain.com/api/media/system/upload/public","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","media","system","upload","public"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"16b8b5f2-aca7-4c58-9f24-420309deb539","name":"internal server error","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/system/upload/public?media=<byte>&api_token=<string>","host":["https://your.domain.com"],"path":["media","system","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"api_token","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"339cc407-b221-4451-b806-e4cdf3582a71","name":"specify a valid API key","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/system/upload/public?media=<byte>&api_token=<string>","host":["https://your.domain.com"],"path":["media","system","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"api_token","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"33a9f01a-e213-4288-a8dc-b6e4afc497dc","name":"successful operation","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/system/upload/public?media=<byte>&api_token=<string>","host":["https://your.domain.com"],"path":["media","system","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"api_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"428efcf9-c9fd-4029-aec2-aedd42458b11","name":"unable to process instruction","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your.domain.com/media/system/upload/public?media=<byte>&api_token=<string>","host":["https://your.domain.com"],"path":["media","system","upload","public"],"query":[{"key":"media","value":"<byte>"},{"key":"api_token","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13dfe0b1-c22e-4fd6-b38b-2620a5081ca2"},{"name":"Replace Thumbnail image","id":"3e7d7750-6d74-4cda-ae0a-4511b5fc6f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"media_id","value":"<uuid>","description":"<p>(Required) ID of media file</p>\n","type":"text"},{"key":"file","type":"file","value":null}]},"url":"https://your.domain.com/api/media/upload/thumbnail","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","media","upload","thumbnail"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e7d7750-6d74-4cda-ae0a-4511b5fc6f43"}],"id":"5aed51bf-ffad-458a-9e31-221d969e82f7","_postman_id":"5aed51bf-ffad-458a-9e31-221d969e82f7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Files","item":[{"name":"Update File","id":"e91c6e75-88c7-401a-8e89-e267336915cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"notes","value":"This is my note","description":"<p>The notes for the file</p>\n","type":"text"}]},"url":"https://your.domain.com/api/media/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","media",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e91c6e75-88c7-401a-8e89-e267336915cd"}],"id":"4dd5c19e-7dc6-4fbe-8d83-70772242ed7f","_postman_id":"4dd5c19e-7dc6-4fbe-8d83-70772242ed7f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Get size of used storage","id":"7dfb0068-09a1-4098-94a7-edbcb959eeec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/media/storage/usage?brand_id=<integer>&folder_id=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","media","storage","usage"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>Brand ID</p>\n","type":"text/plain"},"key":"brand_id","value":"<integer>"},{"description":{"content":"<p>Folder ID. If left blank usage for all folders will be shown. Enter root for the top level folder.</p>\n","type":"text/plain"},"key":"folder_id","value":"<string>"}],"variable":[]}},"response":[{"id":"082d65a8-b576-487a-a4f2-cf60c5617dff","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/media/storage/usage?api_token=<string>&brand_id=<integer>&folder_id=<string>","host":["https://your.domain.com"],"path":["media","storage","usage"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"folder_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"118c4ee7-c040-428f-9f19-be7d11b67b84","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/media/storage/usage?api_token=<string>&brand_id=<integer>&folder_id=<string>","host":["https://your.domain.com"],"path":["media","storage","usage"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"folder_id","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8e589495-2246-4610-b6d8-ad9f5cfc5e2d","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/media/storage/usage?api_token=<string>&brand_id=<integer>&folder_id=<string>","host":["https://your.domain.com"],"path":["media","storage","usage"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"folder_id","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b2d01b12-3e09-4f37-9949-5de810c5f074","name":"no media found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/media/storage/usage?api_token=<string>&brand_id=<integer>&folder_id=<string>","host":["https://your.domain.com"],"path":["media","storage","usage"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"folder_id","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7dfb0068-09a1-4098-94a7-edbcb959eeec"}],"id":"32cb2374-4405-4989-a419-b3a73a5fe146","_postman_id":"32cb2374-4405-4989-a419-b3a73a5fe146","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Social Media Profiles","item":[{"name":"List connected accounts","id":"663d9dae-bf94-4ab8-9a9b-55a7ec57099a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/accounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["accounts"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"11d9794e-ba11-46a8-ac72-edd7f41476ab","name":"unable to process instruction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["accounts"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"27ce31da-de04-4369-9c67-4eeca0182e67","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["accounts"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"32d499bb-2426-442d-bf0a-dbc0380101a0","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["accounts"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b2fe7991-1a30-4dea-b16c-e5ead7fc7cec","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/accounts?api_token=<string>","host":["https://your.domain.com"],"path":["accounts"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"663d9dae-bf94-4ab8-9a9b-55a7ec57099a"}],"id":"da322d98-37ce-4425-9cf1-d73f67e98ed8","_postman_id":"da322d98-37ce-4425-9cf1-d73f67e98ed8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Authentication","item":[{"name":"Login Via API Token: Retrieve Short-Lived Access Token","id":"a845dbb0-769e-43de-917d-c02525ea8bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","login"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a845dbb0-769e-43de-917d-c02525ea8bb9"}],"id":"bd1ff9ce-48dd-44be-970e-55fde71bf7d7","_postman_id":"bd1ff9ce-48dd-44be-970e-55fde71bf7d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Templates","item":[{"name":"Template Terms","item":[{"name":"Create Template Term","id":"e913df1c-10e0-48b9-9d34-ab7bcc9ea366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"","description":"<p>The parent Template Term that the Term should belong to (UUID)</p>\n","type":"text"},{"key":"name","value":"","description":"<p>(Required) The name you'd like to display</p>\n","type":"text"},{"key":"order","value":"","description":"<p>The order in which the Template Term should be shown in the front-end and in queries</p>\n","type":"text"}]},"url":"https://your.domain.com/api/template-term","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template-term"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e913df1c-10e0-48b9-9d34-ab7bcc9ea366"},{"name":"Update Template Term","id":"0128bc1c-d2de-4590-9dd0-97402d53ac80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"parent_id","value":"","description":"<p>The parent Template Term that the Term should belong to (UUID)</p>\n","type":"text"},{"key":"name","value":"aaaaa","description":"<p>(Required) The name you'd like to display</p>\n","type":"text"},{"key":"order","value":"","description":"<p>The order in which the Template Term should be shown in the front-end and in queries</p>\n","type":"text"}]},"url":"https://your.domain.com/api/template-term/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template-term",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"description":{"content":"<p>UUID of the Template Term you're updating</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0128bc1c-d2de-4590-9dd0-97402d53ac80"},{"name":"List Template Terms","id":"a652df16-64e1-4e08-832c-c1c549c3d6d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/template-terms","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template-terms"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"189fecd3-30dd-4b01-8130-83fd539a5210","name":"List Template Terms","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/template-terms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 07:03:21 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6ImRTd01MMjQrTTduc2tHUGZERXlCVkE9PSIsInZhbHVlIjoiRDllMWJzeUgwaTMrSVBmdDJ1ZXRZKy9MRDVKNkVVWUFla0JGRVo5VDJMY2R4alJhbG04b3hxUlIvMDAvZGV6NzdKZGdHOWRobThENTkxZzUyai9PYzZOeFhzLzBTeGN0N3ZVSkNFOG9EYXJpTUExaXIrZS9NVU0vTEZnS1hldWgiLCJtYWMiOiJjNDE1NGVlNjhkNzdjMTQ5YWM0ZWVhYWU2ZDUyNDM5OGUzOWZjOTJmOTMzNTRlZTZhODQwMTY1ODI3ODRhZDc5In0%3D; expires=Mon, 04-Oct-2021 09:03:21 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6IlBXRVFMOEFkOTk3R2ZjcEpPYkpvL0E9PSIsInZhbHVlIjoicVlYak1wODBWYmJ3dnl2RDR5b08xeCt5NFNFdGRndzhpeldRUzZrYjdMYldGM2lSVlNSVXIzenh2TU1hVE9VRDRCbVJEVFBuTzlSY25KZkJtazZHeWpnWUJwVVFaQmFweHQyRmtvcm82Z1dtSUlCTFZkVnp2eG1RZTBXTStSMjIiLCJtYWMiOiJmYWUwOThmZjU5ZTcyNTBiMTZjYjUwNmE1OWVkZmUxNTA3NmM2M2Q3OWU2NjVlYjI2NWFhNTlkMTViZWNlYjM3In0%3D; expires=Mon, 04-Oct-2021 09:03:21 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"56032428-f84d-4f73-9f54-7618f7ce09ee\",\n        \"parent_id\": null,\n        \"name\": \"a\",\n        \"order\": 0,\n        \"created_at\": \"2021-09-30T15:34:27.000000Z\",\n        \"updated_at\": \"2021-09-30T15:34:27.000000Z\"\n    },\n    {\n        \"id\": \"f11af2a0-bf35-4cd1-8cd6-c0ea12c85113\",\n        \"parent_id\": \"56032428-f84d-4f73-9f54-7618f7ce09ee\",\n        \"name\": \"Sub item 1\",\n        \"order\": 0,\n        \"created_at\": \"2021-10-04T06:52:17.000000Z\",\n        \"updated_at\": \"2021-10-04T06:52:17.000000Z\"\n    },\n    {\n        \"id\": \"24ddd3ad-69d8-4570-82e4-c030437d8f30\",\n        \"parent_id\": \"56032428-f84d-4f73-9f54-7618f7ce09ee\",\n        \"name\": \"Sub item 2\",\n        \"order\": 1,\n        \"created_at\": \"2021-10-04T06:52:26.000000Z\",\n        \"updated_at\": \"2021-10-04T06:52:26.000000Z\"\n    },\n    {\n        \"id\": \"e64107ab-e42e-4869-b5d8-50e3c24b4f5c\",\n        \"parent_id\": \"56032428-f84d-4f73-9f54-7618f7ce09ee\",\n        \"name\": \"Sub item 3\",\n        \"order\": 2,\n        \"created_at\": \"2021-09-30T15:36:28.000000Z\",\n        \"updated_at\": \"2021-10-04T07:00:10.000000Z\"\n    }\n]"}],"_postman_id":"a652df16-64e1-4e08-832c-c1c549c3d6d7"},{"name":"Get Template Term","id":"1dc63720-bf25-474b-8e4c-1493be0d05da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/template-term/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template-term",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"description":{"content":"<p>UUID of Template Term you want to retrieve</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"4bbe15b0-e335-423f-861c-3ae7e6b722bd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/template-term/:id","host":["https://your.domain.com"],"path":["api","template-term",":id"],"variable":[{"key":"id","value":"e64107ab-e42e-4869-b5d8-50e3c24b4f5c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 06:56:06 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6InQ2OXpFd3F6U1YrOGgvanZ0ZVMrNkE9PSIsInZhbHVlIjoicWxNUUhzN0Y0VWlJU0pXbHRhNEdoeHlBQy9NWmVyRHU1c1dJcDhOalhHTkVydUNzVXorVmk0QllqZUtjKy90Skp0RXlFVHZSWXVmSTRmcXYwR1FKWEZqNFlGcGQvQ295ZXE5aEdpKyttVHlyRXUwOXhBVWxXV0M0MXYzYVJ0MG0iLCJtYWMiOiI5NjdiNTQ5NWUxNDU5MTljMzk2OGQ4Yjc3MTczYmE1YTUxMTUxZjc5MWFhNTYxNzViNzU1ZDAzMDQwYWFjZWY1In0%3D; expires=Mon, 04-Oct-2021 08:56:06 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6IjdkRnUwRjA5dXRlT3VPMDlkWi9YSVE9PSIsInZhbHVlIjoiT2pJTHZlL0U1OHYySWJqZzhSc0licEE0dXg5Y0VHS3dxWkpMNFFjQnBNeUt2TndlbDMzNnFUaWE1YWZNaWZzU0NTSlFLSzl5NUZFSjhvYXMzYkRzelErdzFrZUY2ZXpLalRQaUZEamhOdy9tOEI3bXlLZE9SMjNsMkhIemdnUFoiLCJtYWMiOiJlOWY0NmM1MGUxNTY1ZjVmZTA4ZWIxZGEyMmM0MTRlZGMzNDIxYjE3ZjE0MmMxYWE1ZWE2NDAzYmM5NWJkYzNjIn0%3D; expires=Mon, 04-Oct-2021 08:56:06 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"template_term\": {\n        \"id\": \"e64107ab-e42e-4869-b5d8-50e3c24b4f5c\",\n        \"parent_id\": \"56032428-f84d-4f73-9f54-7618f7ce09ee\",\n        \"name\": \"Promotional\",\n        \"order\": 0,\n        \"created_at\": \"2021-09-30T15:36:28.000000Z\",\n        \"updated_at\": \"2021-09-30T15:36:28.000000Z\"\n    }\n}"}],"_postman_id":"1dc63720-bf25-474b-8e4c-1493be0d05da"},{"name":"Delete Template Term","id":"77f34abe-aa50-43e1-b06c-a4aad7e4d3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/template-term/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template-term",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"description":{"content":"<p>UUID of Template Term you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"77f34abe-aa50-43e1-b06c-a4aad7e4d3f5"}],"id":"1a7d872d-ee43-4c40-89cc-cdda3ea78ae8","_postman_id":"1a7d872d-ee43-4c40-89cc-cdda3ea78ae8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Create Template","id":"cb5a5faa-bf2b-4f94-8892-ebef46e917f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"","description":"<p>Leave blank to default to the current User. If you are a system admin you may specify a User ID for a user other than yourself.</p>\n","type":"text"},{"key":"team_id","value":"","description":"<p>Leave blank to default to the current Brand. If you are a system admin you may specify a Brand ID for a user other than yourself.</p>\n","type":"text"},{"key":"source","value":"","description":"<p>(Required) Currently only supports \"crello\"</p>\n","type":"text"},{"key":"type","value":"","description":"<p>(Required) Can be either \"image\" or \"video\"</p>\n","type":"text"},{"key":"format","value":"socialMediaSM","description":"<p>(Required) The format (size) that the template has been created in. Options are: socialMediaSM, animatedPostAN, facebookSM, facebookVideoStoryAN, instagramSM, instagramVideoStoryAN, twitterSM</p>\n","type":"text"},{"key":"thumbnail_url","value":"","description":"<p>URL of the image to be used as the image preview and in posts if people choose to schedule a template</p>\n","type":"text"},{"key":"system_template","value":"1","description":"<p>Whether the template should be saved as a system-level template</p>\n","type":"text"},{"key":"approval_status","value":"approved","description":"<p>(Required) Options: draft, pending, approved, rejected, changes_requested</p>\n","type":"text"},{"key":"publish_at","value":"","description":"<p>Specify in format Y-m-d H:i:s (e.g. 2021-01-31 10:05:00) for when the template should be visible. Leave blank if it should be immediately available.</p>\n","type":"text"},{"key":"editor_template_id","value":"","description":"<p>The ID used by the Editor (e.g. Crello) to load the template</p>\n","type":"text"},{"key":"template_terms[]","value":"","description":"<p>An array of the Template Terms UUIDs you'd like to associate to this Template (used in the filters on the template library)</p>\n","type":"text"},{"key":"text","value":"","description":"<p>The text contained in the template</p>\n","type":"text"},{"key":"keywords","value":"","description":"<p>Any keywords that help describe the template. Comma separated (no spaces)</p>\n","type":"text"},{"key":"calendar_events[]","value":"","description":"<p>ID of the Calendar Event's this Template is associated with</p>\n","type":"text"}]},"url":"https://your.domain.com/api/template","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"5ae1e688-e9c9-4a4a-9c7a-42a5264521bb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"","description":"Leave blank to default to the current User. If you are a system admin you may specify a User ID for a user other than yourself.","type":"text"},{"key":"team_id","value":"","description":"Leave blank to default to the current Brand. If you are a system admin you may specify a Brand ID for a user other than yourself.","type":"text"},{"key":"source","value":"crello","description":"(Required) Currently only supports \"crello\"","type":"text"},{"key":"type","value":"image","description":"(Required) Can be either image or video","type":"text"},{"key":"format","value":"socialMediaSM","description":"(Required) The format (size) that the template has been created in. Options are: socialMediaSM, animatedPostAN, facebookSM, facebookVideoStoryAN, instagramSM, instagramVideoStoryAN","type":"text"},{"key":"thumbnail_url","value":"https://test.com","description":"URL of the image to be used as the image preview and in posts if people choose to schedule a template","type":"text"},{"key":"system_template","value":"1","description":"Whether the template should be saved as a system-level template","type":"text"},{"key":"approval_status","value":"approved","description":"(Required) Options: draft, pending, approved, rejected, changes_requested","type":"text"},{"key":"publish_at","value":"","description":"Specify in format Y-m-d H:i:s (e.g. 2021-01-31 10:05:00) for when the template should be visible. Leave blank if it should be immediately available.","type":"text"},{"key":"editor_template_id","value":"123","description":"The ID used by the Editor (e.g. Crello) to load the template","type":"text"},{"key":"template_terms[]","value":"","description":"An array of the Template Terms UUIDs you'd like to associate to this Template (used in the filters on the template library)","type":"text"}]},"url":"https://your.domain.com/api/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 28 Sep 2021 14:57:50 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"598"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IkJOQ2xoRzE1cit1UEhsbmpkMmVvWWc9PSIsInZhbHVlIjoiRkExTG56N1Q4cmlOMExDZk01L1JKOXgxNmMrRUpLcDY5aEgzS3BmMDhId01hYStsSU45WjlmUFNGL0RsemVHU3pHSlRDSVh6WmlQa2t0N015cU5UT0lZbktzMEMxK2pjRFRBSmgwSkZPNUdtelJiQzNsTUNjZUh5b3NwWlZtWHciLCJtYWMiOiI4ZGIwYjE0YmZmMDc0ZWMzNTU3NTkzZWFiOWZkNzIxMzg3YTcwMzZlYTI1ZDk2MjYzMzc5NWFlNzUwMzhkYWVlIn0%3D; expires=Tue, 28-Sep-2021 16:57:50 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6InV1SUQxY0N5QVhpdWoxVVh3RXBlWGc9PSIsInZhbHVlIjoiM1J6aTJsOERTQzhIM3V4YnVZdFVRV1YwbVJZWUJJMmtVc0JuZ2JBd2MvRkZkaTNTWkVZa1dqamx4VU44eEc0bG5jTjF1SlMxNDlYUHBPKzRBNzQ4c0t4eEZOWC8xaDkvWUJPbDkrRThMbXBrbmNLQ3RyRXpNejZ3RndDcHh1bUwiLCJtYWMiOiIwNDI2OTQ3N2JmMDJlZWYzOGZmN2RjZWJjNWZiYjY1NmI2OGYyYzg1MDM2ZWQwZThlOGZjMjU0NWQ2ZDViZDQyIn0%3D; expires=Tue, 28-Sep-2021 16:57:50 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"template\": {\n        \"source\": \"crello\",\n        \"type\": \"image\",\n        \"format\": \"socialMediaSM\",\n        \"thumbnail_url\": \"https://test.com\",\n        \"system_template\": 1,\n        \"publish_at\": null,\n        \"user_id\": 1,\n        \"team_id\": 1,\n        \"data\": {\n            \"editor_template_id\": \"123\"\n        },\n        \"approval_status\": \"approved\",\n        \"id\": \"4f0d5265-2f82-40a8-9206-ada8205c7ba2\",\n        \"updated_at\": \"2021-09-28T14:57:50.000000Z\",\n        \"created_at\": \"2021-09-28T14:57:50.000000Z\"\n    }\n}"}],"_postman_id":"cb5a5faa-bf2b-4f94-8892-ebef46e917f0"},{"name":"Copy Template to Collection","id":"ddedfe20-ed0e-4bad-aebe-58fad51b7fb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"template_id","value":"ac6028e9-2889-4854-823b-afcbb512c396","description":"<p>(Required)</p>\n","type":"text"},{"key":"folder_id","value":"eeb5b868-f8ed-41f3-bc94-51cdcf453112","description":"<p>(Required)</p>\n","type":"text"}]},"url":"https://your.domain.com/api/template/copy-to-collection","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template","copy-to-collection"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddedfe20-ed0e-4bad-aebe-58fad51b7fb7"},{"name":"List Templates","id":"21e3ed95-b083-4f6d-95b1-6e4299a97882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your.domain.com/api/templates?phrase=&formats[]=socialMediaSM","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","templates"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>Include a search term. Searches data column fields</p>\n","type":"text/plain"},"key":"phrase","value":""},{"description":{"content":"<p>Array of the formats (sizes) that the template has been created in. Options are: socialMediaSM, animatedPostAN, facebookSM, facebookVideoStoryAN, instagramSM, instagramVideoStoryAN,twitterSM</p>\n","type":"text/plain"},"key":"formats[]","value":"socialMediaSM"},{"disabled":true,"description":{"content":"<p>Array of the Template Terms UUIDs you'd like to filter by</p>\n","type":"text/plain"},"key":"template_terms[]","value":"56032428-f84d-4f73-9f54-7618f7ce09ee"},{"disabled":true,"description":{"content":"<p>Array of Calender Event Ids (Content Hints) to filter the results by</p>\n","type":"text/plain"},"key":"calendar_events[]","value":"15"},{"disabled":true,"description":{"content":"<p>Filter by the specified user ID (must be system admin or on the same team)</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>Filter by the specified team ID (must be on the team or a system admin)</p>\n","type":"text/plain"},"key":"team_id","value":""},{"disabled":true,"description":{"content":"<p>(Required) Filter by status (must be \"draft\", \"approved\" or \"any\"). NOTE: Non system-admins will always filter by 'approved' regardless of what you set here.</p>\n","type":"text/plain"},"key":"approval_status","value":"any"},{"disabled":true,"description":{"content":"<p>Boolean. Will return any templates with a publish date in the future. Default to 0.</p>\n","type":"text/plain"},"key":"show_future_templates","value":"1"},{"disabled":true,"description":{"content":"<p>Total results to skip. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Total results to return. Default 100</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"694bfee9-03d7-444f-9e17-e99784b01157","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/api/templates?phrase=&template_terms[]=56032428-f84d-4f73-9f54-7618f7ce09ee&user_id&team_id&approval_status=any&show_future_templates=1&offset&limit&calendar_events[]=1","host":["https://your.domain.com"],"path":["api","templates"],"query":[{"key":"phrase","value":"","description":"Include a search term. Searches data column fields"},{"key":"formats[]","value":"facebookVideoStoryAN","description":"Array of the formats (sizes) that the template has been created in. Options are: socialMediaSM, animatedPostAN, facebookSM, facebookVideoStoryAN, instagramSM, instagramVideoStoryAN","disabled":true},{"key":"formats[]","value":"facebookSM","disabled":true},{"key":"template_terms[]","value":"56032428-f84d-4f73-9f54-7618f7ce09ee","description":"Array of the Template Terms UUIDs you'd like to filter by"},{"key":"user_id","value":null,"description":"Filter by the specified user ID (must be system admin or on the same team)"},{"key":"team_id","value":null,"description":"Filter by the specified team ID (must be on the team or a system admin)"},{"key":"approval_status","value":"any","description":"(Required) Filter by status (must be draft, approved or any). NOTE: Non system-admins will always filter by 'approved' regardless of what you set here."},{"key":"show_future_templates","value":"1","description":"Boolean. Will return any templates with a publish date in the future. Default to 0."},{"key":"offset","value":null,"description":"Total results to skip. Default 0."},{"key":"limit","value":null,"description":"Total results to reutrn. Default 100"},{"key":"calendar_events[]","value":"1","description":"Array of Calender Event Ids (Content Hints) to filter the results by"},{"key":"calendar_events[]","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 10:25:59 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6Ilp0WkJVdXp4Y3dReVZJdjVLSVF2QkE9PSIsInZhbHVlIjoiSHdyRkVlRStOQXJQMzAyTnlXeFlMVnRhK1RReTBFMkV4Yzd5ODBPM0V1YXhURERmM3lBQThMaTViNHN5dVVHdUpsS0d2OEFTenVDMVBWeVExL3owQk9uOE9BMGFyQ2pxa3oyOVNRWVZRUDNHcVdqbDR2eHhyK3UvTzExd25TM3QiLCJtYWMiOiI4OGMxNjdhNmM0NTUwNzFlYmQ3YTU0MDVkNTQ3ZDA2ZGZjZjk3ZmZlODFmMmQ5YzdkM2VkNzU5ZDZiYWFkNDM2In0%3D; expires=Mon, 04-Oct-2021 12:25:59 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6ImlBZW1CYWxmL0xPcm5JRGUvNGZvVVE9PSIsInZhbHVlIjoickhFbE45UlRSQ1RTNWVmYktvVE5TK1ZMblM1Tm1DNDVoTEljcVh1VnNPVHBOMUNJVUxBVE5ybTZoTHExSVNHT0FQaEo5VzV6SkN2ZzN0aFVxNVBFbnVJS0VYeEJNVlM2U3UrbUNHT3R5UDErV3JQeW12SytWZy9zdHU3UGplOXkiLCJtYWMiOiIxNjRkYjliYWQ2NWM5YjY5Mzc4ZTVhNjUzMDk1ZGM4ZDZhMzYxZGEwZWJhMDk4ZGU2MWYzMmM5YWUxMTYxOGMyIn0%3D; expires=Mon, 04-Oct-2021 12:25:59 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"templates\": [\n        {\n            \"id\": \"4a73e6c2-bee9-47a2-b78e-bf0d2a538115\",\n            \"source\": \"crello\",\n            \"type\": \"image\",\n            \"format\": \"FacebookSM\",\n            \"data\": {\n                \"text\": \"FB Post\",\n                \"colors\": {\n                    \"accent_color\": \"110E0E\",\n                    \"dominant_colors\": [\n                        \"White\"\n                    ],\n                    \"dominant_color_background\": \"White\",\n                    \"dominant_color_foreground\": \"White\"\n                },\n                \"keywords\": \"white,font,graphics,design,text\",\n                \"description\": \"graphical user interface\",\n                \"meta_processed\": true,\n                \"editor_template_id\": \"6159e3198a150e0ccbe3f151\"\n            },\n            \"thumbnail_url\": \"https://cdn.crello.com/downloads/ab3bfad6-6177-4141-87b1-e22cea19ec82.jpeg\",\n            \"system_template\": 1,\n            \"approval_status\": \"approved\",\n            \"user_id\": null,\n            \"team_id\": null,\n            \"publish_at\": null,\n            \"created_at\": \"2021-10-04T07:51:42.000000Z\",\n            \"updated_at\": \"2021-10-04T10:16:02.000000Z\",\n            \"deleted_at\": null\n        }\n    ]\n}"}],"_postman_id":"21e3ed95-b083-4f6d-95b1-6e4299a97882"},{"name":"List Templates (Public)","id":"6c1d85f8-9d93-4ab1-afd0-2b9283e7878a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://your.domain.com/api/templates/feed?offset=0&limit=800&w_pos=southeast&w_w=25&w_pad=5","urlObject":{"path":["api","templates","feed"],"host":["https://your.domain.com"],"query":[{"disabled":true,"description":{"content":"<p>Include a search term. Searches data column fields</p>\n","type":"text/plain"},"key":"phrase","value":""},{"disabled":true,"description":{"content":"<p>Array of the formats (sizes) that the template has been created in. Options are: socialMediaSM, animatedPostAN, facebookSM, facebookVideoStoryAN, instagramSM, instagramVideoStoryAN,twitterSM</p>\n","type":"text/plain"},"key":"formats[]","value":"instagramSM"},{"disabled":true,"description":{"content":"<p>Array of the Template Terms UUIDs you'd like to filter by</p>\n","type":"text/plain"},"key":"template_terms[]","value":"56032428-f84d-4f73-9f54-7618f7ce09ee"},{"disabled":true,"description":{"content":"<p>Array of Calender Event Ids (Content Hints) to filter the results by</p>\n","type":"text/plain"},"key":"calendar_events[]","value":"15"},{"description":{"content":"<p>Total results to skip. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Total results to return. Default 100</p>\n","type":"text/plain"},"key":"limit","value":"800"},{"disabled":true,"key":"w_url","value":"https://s3.eu-west-2.amazonaws.com/dcs.mediazoom.org/sites/57/2021/11/08135940/vetsocial-logo.png"},{"description":{"content":"<p>Position of the watermark (compass). Options are: north, northeast, east, southeast, south, southwest, west, northwest. Default is southeast</p>\n","type":"text/plain"},"key":"w_pos","value":"southeast"},{"description":{"content":"<p>Width of the watermark (in percent) in relation to the size of the image</p>\n","type":"text/plain"},"key":"w_w","value":"25"},{"description":{"content":"<p>Padding around the watermark (in percent) iin relation to the size of the image</p>\n","type":"text/plain"},"key":"w_pad","value":"5"},{"disabled":true,"description":{"content":"<p>Leave blank for JSON. Options: rss, html</p>\n","type":"text/plain"},"key":"output","value":"html"}],"variable":[]}},"response":[{"id":"ea9a66ce-7266-4a59-8145-4f6b33204819","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/api/templates?phrase=&template_terms[]=56032428-f84d-4f73-9f54-7618f7ce09ee&user_id&team_id&approval_status=any&show_future_templates=1&offset&limit&calendar_events[]=1","host":["https://your.domain.com"],"path":["api","templates"],"query":[{"key":"phrase","value":"","description":"Include a search term. Searches data column fields"},{"key":"formats[]","value":"facebookVideoStoryAN","description":"Array of the formats (sizes) that the template has been created in. Options are: socialMediaSM, animatedPostAN, facebookSM, facebookVideoStoryAN, instagramSM, instagramVideoStoryAN","disabled":true},{"key":"formats[]","value":"facebookSM","disabled":true},{"key":"template_terms[]","value":"56032428-f84d-4f73-9f54-7618f7ce09ee","description":"Array of the Template Terms UUIDs you'd like to filter by"},{"key":"user_id","value":null,"description":"Filter by the specified user ID (must be system admin or on the same team)"},{"key":"team_id","value":null,"description":"Filter by the specified team ID (must be on the team or a system admin)"},{"key":"approval_status","value":"any","description":"(Required) Filter by status (must be draft, approved or any). NOTE: Non system-admins will always filter by 'approved' regardless of what you set here."},{"key":"show_future_templates","value":"1","description":"Boolean. Will return any templates with a publish date in the future. Default to 0."},{"key":"offset","value":null,"description":"Total results to skip. Default 0."},{"key":"limit","value":null,"description":"Total results to reutrn. Default 100"},{"key":"calendar_events[]","value":"1","description":"Array of Calender Event Ids (Content Hints) to filter the results by"},{"key":"calendar_events[]","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 10:25:59 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6Ilp0WkJVdXp4Y3dReVZJdjVLSVF2QkE9PSIsInZhbHVlIjoiSHdyRkVlRStOQXJQMzAyTnlXeFlMVnRhK1RReTBFMkV4Yzd5ODBPM0V1YXhURERmM3lBQThMaTViNHN5dVVHdUpsS0d2OEFTenVDMVBWeVExL3owQk9uOE9BMGFyQ2pxa3oyOVNRWVZRUDNHcVdqbDR2eHhyK3UvTzExd25TM3QiLCJtYWMiOiI4OGMxNjdhNmM0NTUwNzFlYmQ3YTU0MDVkNTQ3ZDA2ZGZjZjk3ZmZlODFmMmQ5YzdkM2VkNzU5ZDZiYWFkNDM2In0%3D; expires=Mon, 04-Oct-2021 12:25:59 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6ImlBZW1CYWxmL0xPcm5JRGUvNGZvVVE9PSIsInZhbHVlIjoickhFbE45UlRSQ1RTNWVmYktvVE5TK1ZMblM1Tm1DNDVoTEljcVh1VnNPVHBOMUNJVUxBVE5ybTZoTHExSVNHT0FQaEo5VzV6SkN2ZzN0aFVxNVBFbnVJS0VYeEJNVlM2U3UrbUNHT3R5UDErV3JQeW12SytWZy9zdHU3UGplOXkiLCJtYWMiOiIxNjRkYjliYWQ2NWM5YjY5Mzc4ZTVhNjUzMDk1ZGM4ZDZhMzYxZGEwZWJhMDk4ZGU2MWYzMmM5YWUxMTYxOGMyIn0%3D; expires=Mon, 04-Oct-2021 12:25:59 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"templates\": [\n        {\n            \"id\": \"4a73e6c2-bee9-47a2-b78e-bf0d2a538115\",\n            \"source\": \"crello\",\n            \"type\": \"image\",\n            \"format\": \"FacebookSM\",\n            \"data\": {\n                \"text\": \"FB Post\",\n                \"colors\": {\n                    \"accent_color\": \"110E0E\",\n                    \"dominant_colors\": [\n                        \"White\"\n                    ],\n                    \"dominant_color_background\": \"White\",\n                    \"dominant_color_foreground\": \"White\"\n                },\n                \"keywords\": \"white,font,graphics,design,text\",\n                \"description\": \"graphical user interface\",\n                \"meta_processed\": true,\n                \"editor_template_id\": \"6159e3198a150e0ccbe3f151\"\n            },\n            \"thumbnail_url\": \"https://cdn.crello.com/downloads/ab3bfad6-6177-4141-87b1-e22cea19ec82.jpeg\",\n            \"system_template\": 1,\n            \"approval_status\": \"approved\",\n            \"user_id\": null,\n            \"team_id\": null,\n            \"publish_at\": null,\n            \"created_at\": \"2021-10-04T07:51:42.000000Z\",\n            \"updated_at\": \"2021-10-04T10:16:02.000000Z\",\n            \"deleted_at\": null\n        }\n    ]\n}"}],"_postman_id":"6c1d85f8-9d93-4ab1-afd0-2b9283e7878a"},{"name":"Get Template","id":"f6f8e3df-46e0-4095-a2ed-86c1aae6fa4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/template/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"type":"any","value":"3164b582-a44a-45b1-9e85-a718dad719f0","key":"id"}]}},"response":[{"id":"964dc11b-b92c-437f-8765-f3ea35bfbef2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/template/:id","host":["https://your.domain.com"],"path":["api","template",":id"],"variable":[{"key":"id","value":"44cd0a5d-b7f2-4875-9084-1fc6486a3c61"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Oct 2021 09:42:33 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IjJwREkycm5vUVBrNy9VYUYwS2VQM1E9PSIsInZhbHVlIjoiNDlUb2F6S1pOSEd5VlV5djVmSDltWHdiNk1pS09oeHE5cHZHemNkNEl2ODVRbTlISlVRRHY2N290emtUZzFGMjFweTZCaHRLUFhzZWwrbnNEU1FBclJaYWhoalBCdXJGRURYWXNmUU5DUFlYY3lJaUFodlhLL3lLVnNSSkxXaWIiLCJtYWMiOiI5NDkwZDUwNWIxNjNiNDBmMmU4YmRhYWZmMzVlZTMzZDZkM2IyYTkwMmI0MmIzNjZmMzBiYzJjNzliMWFlYjg2In0%3D; expires=Fri, 15-Oct-2021 11:42:33 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6InV1MHVJU1d6aXVUUE9FaFFvTWxMQ2c9PSIsInZhbHVlIjoiM2hzN2VIenRQSDJjNDdTU2E3NmxES01mUTViU2Q0MWNpamVmL0J4Q1I2Z1VzbjAybDlNb3lMQVZpcU5LOFQycGZpcnFHeDREbUFIRGE3U0tacWJaT0ZsWEtDYjM0cENBdzkzQlp4QTFILy8wSEFPbEREekJxSW5hTUJtT2FCVWIiLCJtYWMiOiJjYjY2Yzk3MGNjZjZjZTViN2YzNzA0NjBkNzQxYWYyMjMwMjc0M2FlMzk3YmIzZjU1OGFlNjI3NjNhODM3MzY3In0%3D; expires=Fri, 15-Oct-2021 11:42:33 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"template\": {\n        \"id\": \"44cd0a5d-b7f2-4875-9084-1fc6486a3c61\",\n        \"source\": \"crello\",\n        \"type\": \"image\",\n        \"format\": \"SocialmediaSM\",\n        \"data\": {\n            \"text\": \"Discover your best smile\",\n            \"colors\": {\n                \"accent_color\": \"B14E1A\",\n                \"dominant_colors\": [\n                    \"White\"\n                ],\n                \"dominant_color_background\": \"White\",\n                \"dominant_color_foreground\": \"White\"\n            },\n            \"keywords\": \"text,human face,smile,person,tooth,lip,eyelash,screenshot,happy,lipstick,woman\",\n            \"description\": \"a person brushing the teeth\",\n            \"meta_processed\": true,\n            \"editor_template_id\": \"61596aa92d1e7f1e0819faaf\"\n        },\n        \"thumbnail_url\": \"https://cdn.crello.com/downloads/9f61eea8-6929-4066-bc1c-7e9ecd6ee0e2.jpeg\",\n        \"system_template\": 1,\n        \"approval_status\": \"draft\",\n        \"user_id\": null,\n        \"team_id\": null,\n        \"publish_at\": null,\n        \"created_at\": \"2021-10-04T07:51:42.000000Z\",\n        \"updated_at\": \"2021-10-04T10:15:58.000000Z\",\n        \"deleted_at\": null,\n        \"template_terms\": [\n            \"f11af2a0-bf35-4cd1-8cd6-c0ea12c85113\",\n            \"24ddd3ad-69d8-4570-82e4-c030437d8f30\"\n        ],\n        \"calendar_events\": [\n            12,\n            17\n        ]\n    }\n}"}],"_postman_id":"f6f8e3df-46e0-4095-a2ed-86c1aae6fa4b"},{"name":"Import Templates","id":"a233b9d4-560a-48cd-9e76-2aff83445d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/templates/import?type=default&limit=1000","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","templates","import"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>(Required) Options: 'custom' or 'default'. Default is custom. \n'custom' are templates created by the account attached to the API key. 'default' are templates created by the design platform (e.g. Crello)</p>\n","type":"text/plain"},"key":"type","value":"default"},{"description":{"content":"<p>The number of templates that should be pulled in each time</p>\n","type":"text/plain"},"key":"limit","value":"1000"}],"variable":[]}},"response":[],"_postman_id":"a233b9d4-560a-48cd-9e76-2aff83445d4a"},{"name":"Update Template","id":"f7be47be-b575-49ee-9062-1b379a8a67c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user_id","value":"","description":"<p>Leave blank to default to the current User. If you are a system admin you may specify a User ID for a user other than yourself.</p>\n","type":"text"},{"key":"team_id","value":"","description":"<p>Leave blank to default to the current Team. If you are a system admin you may specify a Team ID for a user other than yourself.</p>\n","type":"text"},{"key":"approval_status","value":"approved","description":"<p>(Required) Options: draft, approved</p>\n","type":"text"},{"key":"publish_at","value":"2022-01-01 00:00:00","description":"<p>Specify in format Y-m-d H:i:s (e.g. 2021-01-31 10:05:00) for when the template should be visible. Leave blank if it should be immediately available.</p>\n","type":"text"},{"key":"template_terms[]","value":"","description":"<p>An array of the Template Terms UUIDs you'd like to associate to this Template (used in the filters on the template library)</p>\n","type":"text"},{"key":"calendar_events[]","value":"","description":"<p>An array of the Calendar Event IDs that you'd like to associate this template with (used in the filters)</p>\n","type":"text"},{"key":"text","value":"","description":"<p>Keywords that describe the template. A-Z a-z 0-9. Comma separated.</p>\n","type":"text"},{"key":"keywords","value":"","description":"<p>Keywords that describe the template. A-Z a-z 0-9. Comma separated.</p>\n","type":"text"}]},"url":"https://your.domain.com/api/template/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"type":"any","value":"1e28cfd3-5342-43f2-9610-d0600c841a9d","key":"id"}]}},"response":[{"id":"09ca9b18-f964-4506-ad3c-69b8a7df4f61","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user_id","value":"","description":"Leave blank to default to the current User. If you are a system admin you may specify a User ID for a user other than yourself.","type":"text"},{"key":"team_id","value":"","description":"Leave blank to default to the current Team. If you are a system admin you may specify a Team ID for a user other than yourself.","type":"text"},{"key":"approval_status","value":"approved","description":"(Required) Options: draft, approved","type":"text"},{"key":"publish_at","value":"","description":"Specify in format Y-m-d H:i:s (e.g. 2021-01-31 10:05:00) for when the template should be visible. Leave blank if it should be immediately available.","type":"text"},{"key":"template_terms[]","value":"f11af2a0-bf35-4cd1-8cd6-c0ea12c85113","description":"An array of the Template Terms UUIDs you'd like to associate to this Template (used in the filters on the template library)","type":"text"},{"key":"calendar_events[]","value":"17","description":"An array of the Calendar Event IDs that you'd like to associate this template with (used in the filters)","type":"text"},{"key":"text","value":"","description":"Keywords that describe the template. A-Z a-z 0-9. Comma separated.","type":"text"},{"key":"keywords","value":"","description":"Keywords that describe the template. A-Z a-z 0-9. Comma separated.","type":"text"}]},"url":{"raw":"https://your.domain.com/api/template/:id","host":["https://your.domain.com"],"path":["api","template",":id"],"variable":[{"key":"id","value":"3c356119-2a5f-4b92-8b57-c698b59de623"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.23"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Oct 2021 09:47:28 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IjNRdXQ3MlF2RzNIQkR2d2lSRDRpRnc9PSIsInZhbHVlIjoiaHpveHdvUC9VY3hLMDVvU0ZsNWtMUnpCNllKbVdXUHZFTEVNbDE5Qmx4cG1ZZkF0aFREUXdMY3UyeTZoMlVQYStKZEVmSm9wQUlMZDFqWDJuWDlXclplQVREWGNLMWt1RmJVZDRyc0hMWW5aTzlZbCtrVVQ3bExOZGFJSm10dVYiLCJtYWMiOiIyYmZjM2RlM2FmMDRmZmU4MmU3MGI5ZDcxYTQ3N2MzNTU3M2M2YjNiMDZiNTA4MDQ5MDM0ZTBkOTBhZDE0YjIzIn0%3D; expires=Fri, 15-Oct-2021 11:47:28 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6ImJSY3I0eDhSYUdWLzVjVkRGYzRQcnc9PSIsInZhbHVlIjoiMExaczZaVkgyR291clFycHNGZCtZUEkzL2QzTDdGbFFWeFpWckhiTzdlSWNoa3N3UjV6UHhrR0pvbTY2TkRVVTVhQ2VWdjhSK1I4QnRselJTNnplOFlPWk1RQ2ZCWVZtcm96dTJqclpPQlpxVXpUV3pxVHI2SVRoekRhWGZXRFkiLCJtYWMiOiI0OTNkYTUxOWY3Y2QwZWQ2MDhiNDdhMmRjNjQwYjQ4MjYwNzU2MGY4Y2NmM2UwYTg1ZGVlNTczYTljYzM1NmFmIn0%3D; expires=Fri, 15-Oct-2021 11:47:28 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"template\": {\n        \"id\": \"3c356119-2a5f-4b92-8b57-c698b59de623\",\n        \"source\": \"crello\",\n        \"type\": \"image\",\n        \"format\": \"FacebookSM\",\n        \"data\": {\n            \"text\": \"\",\n            \"colors\": {\n                \"accent_color\": \"CC003F\",\n                \"dominant_colors\": [\n                    \"White\"\n                ],\n                \"dominant_color_background\": \"White\",\n                \"dominant_color_foreground\": \"Grey\"\n            },\n            \"keywords\": \"\",\n            \"description\": \"text\",\n            \"meta_processed\": true,\n            \"editor_template_id\": \"615aff20079dcd936353ad81\"\n        },\n        \"thumbnail_url\": \"https://cdn.crello.com/downloads/b55ec2fb-388d-4bdf-8296-7518b1c334e6.jpeg\",\n        \"system_template\": 1,\n        \"approval_status\": \"approved\",\n        \"user_id\": 1,\n        \"team_id\": 1,\n        \"publish_at\": null,\n        \"created_at\": \"2021-10-14T08:08:07.000000Z\",\n        \"updated_at\": \"2021-10-15T08:18:05.000000Z\",\n        \"deleted_at\": null,\n        \"template_terms\": [\n            \"f11af2a0-bf35-4cd1-8cd6-c0ea12c85113\"\n        ],\n        \"calendar_events\": [\n            \"17\"\n        ]\n    }\n}"}],"_postman_id":"f7be47be-b575-49ee-9062-1b379a8a67c2"},{"name":"Delete Template","id":"c68f9fd5-ad8d-4976-8d7b-07627cc7ac48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/template/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","template",":id"],"host":["https://your.domain.com"],"query":[],"variable":[{"type":"any","value":"4f0d5265-2f82-40a8-9206-ada8205c7ba2","key":"id"}]}},"response":[],"_postman_id":"c68f9fd5-ad8d-4976-8d7b-07627cc7ac48"}],"id":"f13c718d-b9d7-4825-b1bb-06b67e590c6a","_postman_id":"f13c718d-b9d7-4825-b1bb-06b67e590c6a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Search","item":[{"name":"Search Profiles","id":"ac0ef1f4-37d4-494d-8d45-cac484976984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/search/network/profiles?network=linkedin_page&phrase=&account_id=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","search","network","profiles"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>(Required) The profile type you are searching. Options are: facebook_page, twitter, linkedin_page</p>\n","type":"text/plain"},"key":"network","value":"linkedin_page"},{"description":{"content":"<p>(Required) The phrase you are searching for. Minimum length 3 characters.</p>\n","type":"text/plain"},"key":"phrase","value":""},{"description":{"content":"<p>(Required) To query the network we need a valid access token, so we will need the UUID of an account with an valid access token for the network specified in the 'network' parameter</p>\n","type":"text/plain"},"key":"account_id","value":""}],"variable":[]}},"response":[{"id":"648bc005-ebc9-42dc-bba3-80d23c8f161b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://your.domain.com/api/search/network/profiles?network=&phrase=&account_id=","host":["https://your.domain.com"],"path":["api","search","network","profiles"],"query":[{"key":"network","value":"","description":"(Required) The profile type you are searching. Options are: facebook_page, facebook_group, twitter, linkedin_page"},{"key":"phrase","value":"","description":"(Required) The phrase you are searching for. Minimum length 3 characters."},{"key":"account_id","value":"","description":"(Required) To query the network we need a valid access token, so we will need the UUID of an account with an valid access token for the network specified in the 'network' parameter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 18 Oct 2021 12:00:29 GMT"},{"key":"Server","value":"Caddy"},{"key":"Server","value":"nginx"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6InNOYkxmQ2tGVTRuN1RLd3lKZ1pvZEE9PSIsInZhbHVlIjoiUVNpN215MEdNeVNEMzJ0ZmxrNWZ5blNXeWxod2l0Wk8yNEJET1pGUEQ4b0VtTU9kenNSWjBBZ0poY2xnM09KU1Iydm5aZEl4MHlFakpBVlMyVUQ0bHQ0VFdDbWc3bGpvMWxPSmxTaklWOVJEM3FlZVFWaE85VzZBWmtHR1RzMVgiLCJtYWMiOiI5MDUxNTQ5OWNmYzMyNzcyZjRmNTgzMWY2ZTBiNjBlMDFiZmFmMDg2YjY5ZjljNmRjMDEwOTViNTkwZmU4NmQwIn0%3D; expires=Mon, 18-Oct-2021 14:00:29 GMT; Max-Age=7200; path=/; secure"},{"key":"Set-Cookie","value":"cosend_session=eyJpdiI6InZoK3AxeTlDZWhhQmQvbUZQdXNIVXc9PSIsInZhbHVlIjoiT1NSc010M0RSMUxDakZHTG1YSXc5VThRc1FKSDJHMm9FNTFMWlNSb1BkczdrS0UxZzVUNi9NY3U0WW9QMEF5cDRaR3FZK0pScDlCbS80ajR3WDZRTjcvTEE1eW1ZeFRnK0oxYWdzL2s0WEt3VlR0MGZtazRDT29OcHdwVUN0Q1QiLCJtYWMiOiIyMWNiOTcyZmEwNDA5Nzk1YjBjNzFjY2U4ZDg3ZjJhYjNlZTliMDJiNWIyNjNmMWNhNDFjOGYwN2RiZTJkZTkxIn0%3D; expires=Mon, 18-Oct-2021 14:00:29 GMT; Max-Age=7200; path=/; secure; httponly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Protected-By","value":"Sqreen"},{"key":"X-Ratelimit-Limit","value":"600"},{"key":"X-Ratelimit-Remaining","value":"598"},{"key":"X-Xss-Protection","value":"1"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"1217"}],"cookie":[],"responseTime":null,"body":"{\n    \"profiles\": [\n        {\n            \"id\": 892298285016391681,\n            \"name\": \"CoSend\",\n            \"handle\": \"cosendapp\",\n            \"description\": \"Social media scheduling has evolved... Create & send rich content anywhere, at the right time. Social media, blogs, shops, webhooks & more!\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1349276872107057152/xDRblwH0_normal.jpg\"\n        },\n        {\n            \"id\": 15744959,\n            \"name\": \"Cosend Technology\",\n            \"handle\": \"cosendtech\",\n            \"description\": \"https://t.co/85OL9Bqesd\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/695132046692372480/1Ou33rbe_normal.jpg\"\n        },\n        {\n            \"id\": 2157025527,\n            \"name\": \"Sônia Cosendey\",\n            \"handle\": \"SoniaCosend\",\n            \"description\": \"\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/906205036723699712/RwsHpSOb_normal.jpg\"\n        },\n        {\n            \"id\": 993904655779364865,\n            \"name\": \"Henrique Cosendey\",\n            \"handle\": \"HenriqueCosend1\",\n            \"description\": \"Moreno\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/996783976470712321/ua1IGPIX_normal.jpg\"\n        },\n        {\n            \"id\": 1559292373,\n            \"name\": \"Ana Paula\",\n            \"handle\": \"PaulinhaCosend\",\n            \"description\": \"Sou o que sou,não o que pensam!\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/378800000070499941/987f47954de07f7eb8c4e42d97bcbe80_normal.jpeg\"\n        },\n        {\n            \"id\": 1366867451850461186,\n            \"name\": \"Giordana Cosendey\",\n            \"handle\": \"GiordanaCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1366867780100890626/h_J9iXZZ_normal.jpg\"\n        },\n        {\n            \"id\": 1262493002758598658,\n            \"name\": \"Vinicius Cosendey\",\n            \"handle\": \"ViniciusCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1262493883340111875/9yDuKvtJ_normal.jpg\"\n        },\n        {\n            \"id\": 1029349056835936257,\n            \"name\": \"Fabricio Cosendey\",\n            \"handle\": \"FabricioCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1192609412160139264/as_b8vEG_normal.jpg\"\n        },\n        {\n            \"id\": 1390457593085272072,\n            \"name\": \"Danielle Cosendey\",\n            \"handle\": \"DanielleCosend1\",\n            \"description\": \"branca\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1416060605589491716/pckfaqpB_normal.jpg\"\n        },\n        {\n            \"id\": 928642590232150016,\n            \"name\": \"Hevellyn Cosendey\",\n            \"handle\": \"HevellynCosend3\",\n            \"description\": \"\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/928644571533324291/-kPgJqKG_normal.jpg\"\n        },\n        {\n            \"id\": 1349316276729032705,\n            \"name\": \"Thamires Cosendey\",\n            \"handle\": \"ThamiresCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1349316544866770944/H5yZ3tWM_normal.jpg\"\n        },\n        {\n            \"id\": 2887965825,\n            \"name\": \"Amaranda Cosendey\",\n            \"handle\": \"AmarandaCosend1\",\n            \"description\": \"YouTube:Play Top tv| Instagram:amaranda_cosendey| Facebook:Amaranda Cosendey| Snapchat:amarandas2\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1012870700837765120/z355heW1_normal.jpg\"\n        },\n        {\n            \"id\": 879880394799284224,\n            \"name\": \"Hevellyn Cosendey\",\n            \"handle\": \"HevellynCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png\"\n        },\n        {\n            \"id\": 1134540474,\n            \"name\": \"gabiel shcelk cosend\",\n            \"handle\": \"ujbcnh\",\n            \"description\": \"\",\n            \"avatar\": \"http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png\"\n        },\n        {\n            \"id\": 887451886936358916,\n            \"name\": \"Jeferson Cosendey\",\n            \"handle\": \"JefersonCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png\"\n        },\n        {\n            \"id\": 1094013769288765440,\n            \"name\": \"Conchita Cosendey\",\n            \"handle\": \"ConchitaCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png\"\n        },\n        {\n            \"id\": 527931244,\n            \"name\": \"Cosend12@hotmail.com\",\n            \"handle\": \"cosend12\",\n            \"description\": \"\",\n            \"avatar\": \"http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png\"\n        },\n        {\n            \"id\": 1362090322956853250,\n            \"name\": \"Caroline Cosendey\",\n            \"handle\": \"CarolineCosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png\"\n        },\n        {\n            \"id\": 1449512698857852932,\n            \"name\": \"Gabriel Cosendey\",\n            \"handle\": \"GabrielCosend10\",\n            \"description\": \"in trench a not alone\",\n            \"avatar\": \"http://pbs.twimg.com/profile_images/1449512851270471681/p5QuNbDf_normal.jpg\"\n        },\n        {\n            \"id\": 487265711,\n            \"name\": \"Jose a palacios\",\n            \"handle\": \"Cosend1\",\n            \"description\": \"\",\n            \"avatar\": \"http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png\"\n        }\n    ]\n}"}],"_postman_id":"ac0ef1f4-37d4-494d-8d45-cac484976984"}],"id":"785b7218-1c4e-4b93-bf0f-332e52f1d808","_postman_id":"785b7218-1c4e-4b93-bf0f-332e52f1d808","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}}],"id":"13ba62bb-0a5f-419b-a274-fdb5bf5459ba","_postman_id":"13ba62bb-0a5f-419b-a274-fdb5bf5459ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Team (Brand) Actions","item":[{"name":"Get Brand setup status","id":"59a65aff-0487-45c2-acb1-9e2809dbc7c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://your.domain.com/api/brand/setup-status?brand_id=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","brand","setup-status"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>The ID of the brand you want to get the status of. If left blank, will use the ID of the authenticated user's current team.</p>\n","type":"text/plain"},"key":"brand_id","value":"<integer>"}],"variable":[]}},"response":[{"id":"8b15396e-2c2e-4e39-b39c-9517bbc4727c","name":"Get Brand setup status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://your.domain.com/api/brand/setup-status?brand_id=","host":["https://your.domain.com"],"path":["api","brand","setup-status"],"query":[{"key":"brand_id","value":"","description":"The ID of the brand you want to get the status of. If left blank, will use the ID of the authenticated user's current team."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 25 Jun 2021 13:46:02 GMT"},{"key":"X-RateLimit-Limit","value":"600"},{"key":"X-RateLimit-Remaining","value":"599"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IjBUM2R4WmpSQStCRmlUYlhFUVhSZGc9PSIsInZhbHVlIjoiSzQ4b0pPei9pTGpMZGFVVnU1WExnbE5BRUJnanUzMitYSDZxampwMjBpS0xmT1ZDOGxXWEtsOG5aa2hPcUhGTk1LRU5DUk9sVTRMUXE4RXlHSWJXNStmcElraHlHZk5HY0hYTytqcE9scXZXdXFjOXg5RmppUmFEZUk0WFN0TFUiLCJtYWMiOiIyZjY3MTZmMGEyNjEwNjRkMzIxMjY3NGY0OGY1MmQ1MDQ4OTk4MjVkOTExOGI3OWRiYWZhNTQ3ZGE5YzQxYjY5In0%3D; expires=Fri, 25-Jun-2021 15:46:02 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"social_connect_gateway_session=eyJpdiI6IitmL3Y0Q000Q2lXemM0T0dsaEs3Nnc9PSIsInZhbHVlIjoiTGU2Vm9HOUlFVGlTSVRmeWNIbTZCVFZIRlFkcHlST1RFNTBiWlU1Nk53bkZ3ZjdrTlVGY0MzakRBWlFWSStLTURlL1lnZ1VNYmd6M0cybkhnZ3p2cWVINytleU9ZeTNSMVMvOGQ1TEx2UW1IaTVId1ZnWE9IalZ4d0VibllxUGIiLCJtYWMiOiI5ZGQ4MTY1NTIwNTE4MTNlODAwZDg5Y2M0MzNmZTczMDNiMTI2YTlhNjAxY2ZmMGI3MzZlODg2MGZiM2QzZTIwIn0%3D; expires=Fri, 25-Jun-2021 15:46:02 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"profile_connected\": true,\n    \"media_uploaded\": true,\n    \"post_created\": true\n}"}],"_postman_id":"59a65aff-0487-45c2-acb1-9e2809dbc7c3"},{"name":"List users Brands","id":"36fb1269-7319-47a5-aae8-ca136da0faa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/api/brands","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","brands"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[{"id":"0ecd98a4-cfea-4626-80a6-10a023fce06c","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/brands?api_token=<string>","host":["https://your.domain.com"],"path":["brands"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1e6570a7-2a2b-421e-b8d1-617571f1e2ff","name":"unable to process instruction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/brands?api_token=<string>","host":["https://your.domain.com"],"path":["brands"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2ec5deee-8cb7-4c5b-b23d-ee4a593fedcd","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/brands?api_token=<string>","host":["https://your.domain.com"],"path":["brands"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"46b033dd-058e-4c94-9814-13fd4b0a2525","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/brands?api_token=<string>","host":["https://your.domain.com"],"path":["brands"],"query":[{"key":"api_token","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36fb1269-7319-47a5-aae8-ca136da0faa6"},{"name":"Create Brand","id":"1198f1cc-7c17-4ffe-a1db-b48a5e14ff41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test3","type":"text"},{"key":"timezone","value":"Europe/London","type":"text"}]},"url":"https://your.domain.com/api/brand","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["api","brand"],"host":["https://your.domain.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1198f1cc-7c17-4ffe-a1db-b48a5e14ff41"}],"id":"8fdaa4fa-95e9-4a0b-b615-5e6aa2ecf3f5","_postman_id":"8fdaa4fa-95e9-4a0b-b615-5e6aa2ecf3f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Reporting","item":[{"name":"Sent Posts","item":[{"name":"List sent items within a date range","id":"a334cb60-18c8-4815-be4d-a835e9197978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your.domain.com/sent-items?brand_id=<integer>&from=<date>&to=<date>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}},"urlObject":{"path":["sent-items"],"host":["https://your.domain.com"],"query":[{"description":{"content":"<p>(Required) Brand ID</p>\n","type":"text/plain"},"key":"brand_id","value":"<integer>"},{"description":{"content":"<p>(Required) Start date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"from","value":"<date>"},{"description":{"content":"<p>(Required) End date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"to","value":"<date>"}],"variable":[]}},"response":[{"id":"158bff5d-ca2f-4765-b6ae-0f63d419845a","name":"unable to process instruction","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/sent-items?api_token=<string>&brand_id=<integer>&from=<date>&to=<date>","host":["https://your.domain.com"],"path":["sent-items"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2ea09382-b88d-4b18-b13b-3ba5229b2324","name":"specify a valid API key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/sent-items?api_token=<string>&brand_id=<integer>&from=<date>&to=<date>","host":["https://your.domain.com"],"path":["sent-items"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"72ef18bb-9c59-4344-83ce-8edd82f9694d","name":"internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/sent-items?api_token=<string>&brand_id=<integer>&from=<date>&to=<date>","host":["https://your.domain.com"],"path":["sent-items"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd377731-84ad-4ff7-8f73-9b82c0cfcc04","name":"successful operation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your.domain.com/sent-items?api_token=<string>&brand_id=<integer>&from=<date>&to=<date>","host":["https://your.domain.com"],"path":["sent-items"],"query":[{"key":"api_token","value":"<string>"},{"key":"brand_id","value":"<integer>"},{"key":"from","value":"<date>"},{"key":"to","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a334cb60-18c8-4815-be4d-a835e9197978"}],"id":"36693dc6-2e0e-46d5-b190-85251634678f","_postman_id":"36693dc6-2e0e-46d5-b190-85251634678f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}}],"id":"8d422bc2-6c6f-48bf-828d-074205fedbc5","_postman_id":"8d422bc2-6c6f-48bf-828d-074205fedbc5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"a48d7a9d-a701-4c18-a2db-b20567042c67","id":"a48d7a9d-a701-4c18-a2db-b20567042c67","name":"CoSend","type":"collection"}}},{"name":"Webhooks","item":[{"name":"stats.updated","item":[{"name":"Instagram Business Page","id":"226205cc-be0a-4453-bea0-21904b90cbaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"2021-08-02\": {\n    \"engagement\": {\n      \"actions\": {\n        \"like\": {\n          \"total\": 1\n        },\n        \"comment\": {\n          \"total\": 1\n        }\n      }\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"A post request will be sent to your specified endpoint","urlObject":{"host":["A post request will be sent to your specified endpoint"],"query":[],"variable":[]}},"response":[],"_postman_id":"226205cc-be0a-4453-bea0-21904b90cbaa"}],"id":"fd58cb45-dc5b-4f15-883c-a42dc862ce94","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"429fd3d8-66dd-48f9-a50c-4f21dcc0e6a8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0e8d0d32-a0b1-4ad6-bf29-bdd306ae6d67","type":"text/javascript","exec":[""]}}],"_postman_id":"fd58cb45-dc5b-4f15-883c-a42dc862ce94","description":""}],"id":"9253ea40-ec66-4fa9-92b4-2bb46eb47cbf","description":"<p>This folder contains samples of data that will be sent to your systems when using webhooks that are available in CoSend.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a1656fba-891b-4270-b653-366cbe99e707","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a75a7fe1-3570-431c-9500-c93f3db5b605","type":"text/javascript","exec":[""]}}],"_postman_id":"9253ea40-ec66-4fa9-92b4-2bb46eb47cbf"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"121ba0d5-3f93-45bc-bd5a-eda9942aeed8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e197783e-4527-4291-b690-842b8e359a1a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://your.domain.com"},{"key":"apiToken","value":""}]}