{"info":{"_postman_id":"05e77dc9-88a6-42fe-a6f1-c3d2959b1121","name":"CareerOne Job Gateway (Partners)","description":"<html><head></head><body><p>The CareerOne Job Gateway allows customers and partners to post jobs to the CareerOne system. Accounts, campaigns and job posting configuration is handled outside of this service.</p>\n<p>The below values will be provided with the setup of your API access:</p>\n<p>These values are used for all requests from an integration partner app.</p>\n<ul>\n<li>hostname</li>\n<li>channel_token</li>\n</ul>\n<p>These values are used to authenticate an individual CareerOne posting account.</p>\n<p>Either:</p>\n<ul>\n<li>username</li>\n<li>password</li>\n</ul>\n<p>OR</p>\n<ul>\n<li>access_key</li>\n<li>user_email</li>\n</ul>\n<p>Note: Only one of the above pairs need to be used.</p>\n<p>There is one general API endpoint with 2 actions, 'post' and 'delete', which are specified in the request body. Updates to existing job ads can be made by sending all data again, including the updates to be made, and using the same advertiser_job_id as the original post.</p>\n<p>There is a <code>\\account</code> endpoint that is used to pull information about the authenticated account.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4936443","collectionId":"05e77dc9-88a6-42fe-a6f1-c3d2959b1121","publishedId":"2s93Y2T2K1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-04-19T23:42:53.000Z"},"item":[{"name":"Post","event":[{"listen":"test","script":{"id":"77b1f203-03f2-4bd3-97d2-5f19601f14a6","exec":[""],"type":"text/javascript"}}],"id":"020e35b5-b195-4af5-b1d3-12e2e779a6a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"{{username}}\",\n\t\"password\": \"{{password}}\",\n\t\"access_key\": \"{{access_key}}\",\n\t\"email\": \"{{jgw_email}}\",\n\t\"jobs\": [\n\t\t{\n\t      \"action\": \"post\",\n\t      \"advertiser_job_id\": \"testing123sdfsad221dfs\",\n\t      \"brand_is_hidden\": \"0\",\n          \"brand_id\": \"{{brand_id}}\",\n\t      \"product_id\": \"2\",\n\t      \"category_id\": \"17\",\n\t      \"occupation_id\": \"228\",\n\t      \"location_id\": 1,\n\t      \"job_title\": \"Job Title\",\n\t      \"job_body\": \"Job body\",\n\t      \"advertiser_reference_number\": \"stevetest1\",\n\t      \"apply_type_id\": \"1\",\n\t      \"apply_url\": \"\",\n\t      \"apply_email\": \"{{email}}\",\n\t      \"activates_at\": \"2022-11-30T00:00:00+11:00\",\n\t      \"expires_at\": \"2022-12-28T00:00:00+11:00\",\n\t      \"job_type_id\": 1,\n\t      \"contract_type_id\" : 7,\n\t      \"pay_type_id\": 1,\n\t      \"pay_min\": 80000,\n\t      \"pay_max\": 90000,\n\t      \"pay_description\": \"\",\n\t      \"pay_is_hidden\": 0,\n\t      \"notification_frequency_id\": 1\n\t\t}\n\t]\n}"},"url":"{{hostname}}/api/v2/jgw/{{channel_token}}","description":"<p>The post action is used to post a new job ad or update an existing job ad.</p>\n<p>Updates to existing job ads can be made by sending all data again, including the updates to be made, and using the same advertiser_job_id as the original post.</p>\n<p>Job ads require available inventory to be accepted, else \"Insufficient inventory.\" message will be returned.</p>\n<p>The max payload size is 2MB. This roughly equates to 50 large job descriptions or 200 relatively standard sized jobs. If the payload is determined by number of jobs rather than payload size, then 50 jobs is a safe number.</p>\n<h4 id=\"field-definitions\">Field Definitions</h4>\n<p><em>Click to expand</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Form Label</th>\n<th>Usage</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>action</code></td>\n<td>n/a</td>\n<td>'post' or 'delete'</td>\n<td>Y</td>\n<td>String</td>\n<td>\"post\"</td>\n</tr>\n<tr>\n<td><code>advertiser_job_id</code></td>\n<td>n/a</td>\n<td>Used to reference the job ad for update and deletion. Post actions to same <code>advertiser_job_id</code> will result in an update of the existing job ad</td>\n<td>Y</td>\n<td>String</td>\n<td>\"j_2342125\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>Brand  <br />  <br />or  <br />  <br />Template</td>\n<td>Can be used to assign a predefined <code>brand</code> and related brand material to a job ad. This will not show on the live job ad if <code>brand_is_hidden</code>= \"1\".  <br />  <br />Available brands can be checked by making the getAccount request.</td>\n<td>N</td>\n<td>String</td>\n<td>123654</td>\n</tr>\n<tr>\n<td><code>brand_is_hidden</code></td>\n<td>Post as private listing</td>\n<td>Hide the brand/company details on the posting, but still allow the company to be set for reporting purposes.</td>\n<td>Y</td>\n<td>Boolean</td>\n<td>1 (hide) or 0 (show)</td>\n</tr>\n<tr>\n<td><code>product_id</code></td>\n<td>n/a</td>\n<td>Specifying a product ID will allow the selection of product type to use when posting a job. Inventory for the product type must be available on the account, otherwise an error will be returned.  <br />  <br />If product_id is not set, the default product type on the account will be used, which is the most common process for product type selection.  <br />  <br />Available inventory can be checked by making the getAccount request. Possible options are  <br />Standard = 1,  <br />Premium = 2,  <br />Free = 5,  <br />Premium Feed = 7 (same as Premium but sets a 30 day expiry for systems that need this).</td>\n<td>N</td>\n<td>Integer</td>\n<td>2</td>\n</tr>\n<tr>\n<td><code>category_id</code></td>\n<td>Category</td>\n<td>Category seekers will find this job in. Refer to CareerOne taxonomy.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>13</td>\n</tr>\n<tr>\n<td><code>occupation_id</code></td>\n<td>Occupation</td>\n<td>Occupation to assist with match to seekers. It must belong to the chosen Category. Refer to CareerOne taxonomy</td>\n<td>N</td>\n<td>Integer</td>\n<td>181</td>\n</tr>\n<tr>\n<td><code>location_id</code></td>\n<td>Location</td>\n<td>Used to match seeker searches. A broad area will be matched for searches for suburbs within, but will be give less priority. Refer to CareerOne taxonomy.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>15207</td>\n</tr>\n<tr>\n<td><code>job_title</code></td>\n<td>Job title</td>\n<td>Job title to be matched for searches and displayed on posting. Do not include other attributes like location or job type.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"Registered Nurse\"</td>\n</tr>\n<tr>\n<td><code>job_body</code></td>\n<td>Job description</td>\n<td>The main job body/description. Allowable HTML tags are \"p\", \"b\",\"i\", \"strong\", \"em\", \"ul\", \"ol\", \"li\", \"br\". All other tags will be stripped. Json character escaping should be used.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"  <br />  <br />This is the <strong>\\\"Job Description\\\"</strong>.  <br />  <br />\"</td>\n</tr>\n<tr>\n<td><code>advertiser_reference_number</code></td>\n<td>Job reference</td>\n<td>Reference number or code to display on job posting for candidates to reference.</td>\n<td>N</td>\n<td>String</td>\n<td>\"POS#123456\"</td>\n</tr>\n<tr>\n<td><code>apply_type_id</code></td>\n<td>n/a</td>\n<td>Method to receive applications. Refer to CareerOne taxonomy.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>2</td>\n</tr>\n<tr>\n<td><code>apply_url</code></td>\n<td>n/a</td>\n<td>The URL which applicants are redirected to. *Required when Apply Type ID is 2 or 3.</td>\n<td>Y*</td>\n<td>String</td>\n<td>\"<a href=\"https://apply.careerone.com.au/job_id=testing123\">https://apply.careerone.com.au/job\\_id=testing123\"</a></td>\n</tr>\n<tr>\n<td><code>apply_email</code></td>\n<td>Application email</td>\n<td>The email address where applications are sent to. *Required when Apply Type ID is 4</td>\n<td>Y*</td>\n<td>String</td>\n<td>\"<a href=\"mailto:applies@company.com.au\">applies@company.com.au</a>\"</td>\n</tr>\n<tr>\n<td><code>apply_email_frequency_id</code></td>\n<td>n/a</td>\n<td>Frequency to send application email notifications when Apply Type is 1 or 4. 1 = send email on each application, 4 = do not send emails. Defaults to 1.</td>\n<td>N</td>\n<td>Integer</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>notification_email</code></td>\n<td>Notification email</td>\n<td>Used to send communications from CareerOne to the poster of the job ad.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"<a href=\"mailto:consultant@company.com.au\">consultant@company.com.au</a>\"</td>\n</tr>\n<tr>\n<td><code>notification_contact_name</code></td>\n<td>Notification contact name</td>\n<td>Used when sending communications from CareerOne to the poster of the job ad.</td>\n<td>N</td>\n<td>String</td>\n<td>\"Joan Consultant\"</td>\n</tr>\n<tr>\n<td><code>activates_at</code></td>\n<td>Posting date</td>\n<td>The date that the posting will go live. Choose current date to put live immediately.</td>\n<td>Y</td>\n<td>String(Date)</td>\n<td>`\"2019-02-01T00</td>\n</tr>\n<tr>\n<td><code>expires_at</code></td>\n<td>Expiry date</td>\n<td>The date that the posting should expire. Default will the 30 or 60 days depending on the job posting product used.</td>\n<td>N</td>\n<td>String(Date)</td>\n<td>`\"2019-02-28T00</td>\n</tr>\n<tr>\n<td><code>job_type_id</code></td>\n<td>Job type</td>\n<td>The job employment type ID. Full time, part time or contract/casual. Please refer to CareerOne taxonomy.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>contract_type_id</code></td>\n<td>Contract type</td>\n<td>The contract type ID. Permanent, fixed term, etc. Please refer to CareerOne taxonomy.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>7</td>\n</tr>\n<tr>\n<td><code>pay_type_id</code></td>\n<td>Pay type</td>\n<td>To specify how the pay range is described. 1 = Annual, 2 = Hourly.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>pay_min</code></td>\n<td>Pay range min.</td>\n<td>To set the pay range.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>80000</td>\n</tr>\n<tr>\n<td><code>pay_max</code></td>\n<td>Pay range max.</td>\n<td>To set the pay range.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>90000</td>\n</tr>\n<tr>\n<td><code>pay_description</code></td>\n<td>Pay information</td>\n<td>To display on the posting to give more pay information.</td>\n<td>N</td>\n<td>String</td>\n<td>\"+ Bonuses\"</td>\n</tr>\n<tr>\n<td><code>pay_is_hidden</code></td>\n<td>Hide pay range</td>\n<td>Hides pay range but not pay description. Pay range will still be used to return in searches that match pay range. Displayed by default</td>\n<td>Y</td>\n<td>Integer</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"typical-job-posting-process\">Typical Job Posting process</h4>\n<p>Step 1: <strong>Post ad</strong> &gt; Select job boards &gt; Board fields &gt; Preview</p>\n<img src=\"https://content.pstmn.io/4a747dc0-cc2c-4d20-853f-f4b0000f52fd/QVRTLVN0ZXAtMS5wbmc=\" width=\"440\" height=\"1128\" />\n\n<p>Step 2: Post ad &gt; <strong>Select job boards</strong> &gt; Board fields &gt; Preview:</p>\n<img src=\"https://content.pstmn.io/e57ee473-c7d5-4e4d-962b-8b178f4125f6/QVRTLVN0ZXAtMi5wbmc=\" width=\"442\" height=\"400\" />\n\n<p>Step 3: Post ad &gt; Select job boards &gt; <strong>Board fields</strong> &gt; Preview:</p>\n<img src=\"https://content.pstmn.io/f261c933-ed51-49f2-99b6-845d0e60d3ad/QVRTLVN0ZXAtMy5wbmc=\" alt height=\"1266\" width=\"442\" />","urlObject":{"path":["api","v2","jgw","{{channel_token}}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"51471dab-b76d-4318-b245-abd1cb734455","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"{{username}}\",\n\t\"password\": \"{{password}}\",\n\t\"access_key\": \"{{access_key}}\",\n\t\"email\": \"{{jgw_email}}\",\n\t\"jobs\": [\n\t\t{\n\t      \"action\": \"post\",\n\t      \"advertiser_job_id\": \"testing123sdfsad221dfs\",\n\t      \"brand_is_hidden\": \"0\",\n          \"brand_id\": \"{{brand_id}}\",\n\t      \"product_id\": \"2\",\n\t      \"category_id\": \"17\",\n\t      \"occupation_id\": \"228\",\n\t      \"location_id\": 1,\n\t      \"job_title\": \"Job Title\",\n\t      \"job_body\": \"Job body\",\n\t      \"advertiser_reference_number\": \"stevetest1\",\n\t      \"job_logo_url\": \"https://advertiser.careerone.com.au/wp-content/themes/careerfy/images/careerone-advertiser.png\",\n\t      \"employer_name\": \"Home\",\n\t      \"apply_type_id\": \"1\",\n\t      \"apply_url\": \"\",\n\t      \"apply_email\": \"{{email}}\",\n\t      \"activates_at\": \"2022-11-30T00:00:00+11:00\",\n\t      \"expires_at\": \"2022-12-28T00:00:00+11:00\",\n\t      \"job_type_id\": 1,\n\t      \"contract_type_id\" : 7,\n\t      \"pay_type_id\": 1,\n\t      \"pay_min\": 80000,\n\t      \"pay_max\": 90000,\n\t      \"pay_description\": \"\",\n\t      \"pay_is_hidden\": 0,\n\t      \"notification_frequency_id\": 1,\n\t      \"work_mode_id\": 37,\n\t      \"sector_id\": 25,\n\t      \"career_level_ids\": [51, 54, 57],\n\t      \"work_authorisation_ids\": [66, 67],\n\t      \"company_size_id\": 77,\n\t      \"certifications\": [\"HSC\"],\n\t      \"education_level_ids\": [261, 264],\n\t      \"industry_id\": 284,\n\t      \"perks\":  [\"Work Life Balance\"],\n\t      \"skills\": [\"PHP\", \"Design\"],\n\t      \"language_ids\": [35885, 35861, 35900]\n\t\t}\n\t]\n}"},"url":"{{hostname}}/api/v2/jgw/{{channel_token}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Oct 2022 23:30:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=zU9QejBsHl8/msDnhHCWxpsCOuuXU1zWdRQojbCYVWZZjKWrgEkrhO4zxVseBqUC36NcgL2oR2OeUxmARORJdM10Jve3DE28UQ5m50kOEe68/Up8OZIsqd6Jl4lb; Expires=Tue, 25 Oct 2022 23:30:14 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=zU9QejBsHl8/msDnhHCWxpsCOuuXU1zWdRQojbCYVWZZjKWrgEkrhO4zxVseBqUC36NcgL2oR2OeUxmARORJdM10Jve3DE28UQ5m50kOEe68/Up8OZIsqd6Jl4lb; Expires=Tue, 25 Oct 2022 23:30:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"496"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": {\n        \"created\": {\n            \"testing123sdfsad221dfs\": {\n                \"posting_id\": \"6cfdaadf-fd96-4e04-95e1-a9c8120a9177\",\n                \"product\": {\n                    \"id\": 2,\n                    \"name\": \"Premium\"\n                },\n                \"advertiser_job_id\": \"testing123sdfsad221dfs\",\n                \"brand_is_hidden\": false,\n                \"campaign\": null,\n                \"category\": {\n                    \"id\": 17,\n                    \"name\": \"Information Technology (IT)\"\n                },\n                \"occupation\": {\n                    \"id\": 228,\n                    \"name\": \"IT Management & Senior Leadership\"\n                },\n                \"location\": {\n                    \"id\": 1,\n                    \"label\": \"Recherche TAS 7109\",\n                    \"city\": \"Recherche\",\n                    \"area\": \"All Hobart\",\n                    \"region\": \"\",\n                    \"state\": \"TAS\",\n                    \"postcode\": \"7109\"\n                },\n                \"job_title\": \"Job Title\",\n                \"job_body\": \"Job body\",\n                \"advertiser_reference_number\": \"stevetest1\",\n                \"apply_type\": {\n                    \"id\": 1,\n                    \"name\": \"onsite\"\n                },\n                \"apply_url\": null,\n                \"apply_email\": \"test@careerone.xyz\",\n                \"activates_at\": \"2022-11-29 13:00:00\",\n                \"expires_at\": \"2022-12-27 13:00:00\",\n                \"job_type\": {\n                    \"id\": 1,\n                    \"value\": \"Full time\"\n                },\n                \"contract_type\": {\n                    \"id\": 7,\n                    \"value\": \"Permanent\"\n                },\n                \"pay_type\": {\n                    \"id\": 1,\n                    \"name\": \"Annual salary\"\n                },\n                \"pay_min\": 80000,\n                \"pay_max\": 90000,\n                \"pay_description\": null,\n                \"pay_is_hidden\": false,\n                \"notification_frequency\": {\n                    \"id\": 1,\n                    \"name\": \"Every Time\"\n                }\n            }\n        },\n        \"updated\": [],\n        \"deleted\": [],\n        \"invalid\": []\n    }\n}"},{"id":"ab837a86-6e6a-4049-a5b6-37d493a8cfcc","name":"Invalid channel_token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"{{username}}\",\n\t\"password\": \"{{password}}\",\n\t\"access_key\": \"{{access_key}}\",\n\t\"email\": \"{{jgw_email}}\",\n\t\"jobs\": [\n\t\t{\n\t      \"action\": \"post\",\n\t      \"advertiser_job_id\": \"testing123\",\n\t      \"advertiser_account\": {\"advertiser_id\": \"G1109\", \"advertiser_name\": \"Careerone Test\",\"advertiser_email\": \"test@careerone.com.au\"},\n\t      \"brand_is_hidden\": \"1\",\n\t      \"campaign_id\": \"\",\n\t      \"product_id\": \"2\",\n\t      \"category_id\": \"17\",\n\t      \"occupation_id\": \"228\",\n\t      \"location_id\": 1,\n\t      \"job_title\": \"Job Title\",\n\t      \"job_body\": \"Job body\",\n\t      \"advertiser_reference_number\": \"stevetest1\",\n\t      \"job_logo_url\": \"https://advertiser.careerone.com.au/wp-content/themes/careerfy/images/careerone-advertiser.png\",\n\t      \"employer_name\": \"CareerOne\",\n\t      \"apply_type_id\": \"1\",\n\t      \"apply_url\": \"\",\n\t      \"apply_email\": \"{{email}}\",\n\t      \"activates_at\": \"2019-02-01T00:00:00+11:00\",\n\t      \"expires_at\": \"\",\n\t      \"job_type_id\": 1,\n\t      \"contract_type_id\" : 7,\n\t      \"pay_type_id\": 1,\n\t      \"pay_min\": 80000,\n\t      \"pay_max\": 90000,\n\t      \"pay_description\": \"\",\n\t      \"pay_is_hidden\": 0,\n\t      \"notification_frequency_id\": 1,\n\t      \"work_mode_id\": 37,\n\t      \"sector_id\": 25,\n\t      \"career_level_ids\": [51, 54, 57],\n\t      \"work_authorisation_ids\": [66, 67],\n\t      \"company_size_id\": 77,\n\t      \"certifications\": [\"HSC\"],\n\t      \"certification_ids\": [80, 82],\n\t      \"education_level_ids\": [261, 264],\n\t      \"industry_id\": 284,\n\t      \"perks\":  [\"Work Life Balance\"],\n\t      \"perk_ids\":  [450, 466, 480],\n\t      \"skills\": [\"PHP\", \"Design\"],\n\t      \"skill_ids\": [4043, 7930, 9280],\n\t      \"language_ids\": [35885, 35861, 35900]\n\t\t}\n\t]\n}"},"url":"{{hostname}}/api/v2/jgw/{{channel_token}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Nov 2021 05:37:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=iOF2yXjj5YDThybJn0y64IFJNv/P1XdTyX7v44K6SgrshrE6VMD6MYUnAFTsBMKSRMCDATRYgj2KVCZnKT4mD9UP5Qo4rODlYPWOeF7BAoIVZjhD4v9Iolo39SyF; Expires=Thu, 25 Nov 2021 05:37:43 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=iOF2yXjj5YDThybJn0y64IFJNv/P1XdTyX7v44K6SgrshrE6VMD6MYUnAFTsBMKSRMCDATRYgj2KVCZnKT4mD9UP5Qo4rODlYPWOeF7BAoIVZjhD4v9Iolo39SyF; Expires=Thu, 25 Nov 2021 05:37:43 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"494"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Invalid token supplied.\"\n}"}],"_postman_id":"020e35b5-b195-4af5-b1d3-12e2e779a6a7"},{"name":"Delete","id":"96c279a9-477a-494d-85f7-aab8a7e5c9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": {{username}},\n\t\"password\": {{password}},\n\t\"access_key\": \"\",\n\t\"user_email\": \"\",\n    \"jobs\": [\n        {\n          \"action\": \"delete\",\n          \"advertiser_job_id\": \"testing124\"\n        }\n    ]\n}"},"url":"{{hostname}}/api/v1/jgw/{{channel_token}}","description":"<p>Delete should be used to expire the job posting early or take the posting offline if necessary. Jobs will automatically expire according the the expires_at date, but will remain archived online.</p>\n<h4>Field Definitions</h4>\n<table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Usage</th>\n<th>Required</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>action</code></td>\n<td>'delete'</td>\n<td>Y</td>\n<td>\"delete\"</td>\n</tr>\n<tr>\n<td><code>advertiser_job_id</code></td>\n<td>Used to reference the posting for deletion.</td>\n<td>Y</td>\n<td>\"j_2342125\"</td>\n</tr>\n</tbody>\n</table>","urlObject":{"path":["api","v1","jgw","{{channel_token}}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"25b5ca10-115b-4f55-aa86-868939f57e26","name":"success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": {{username}},\n\t\"password\": {{password}},\n    \"jobs\": [\n        {\n          \"action\": \"delete\",\n          \"advertiser_job_id\": \"testing123\"\n        }\n    ]\n}"},"url":"{{hostname}}/api/v1/jgw/{{channel_token}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Nov 2018 07:25:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=HDljf6b6Ec0l17HLFVfK2jKsnzp78pLgfTpJ0Ogy8p0O4kKO4Uxvv1XuNdpaEQcsKIiLAwlmXRnHY3JPW+JyS2uu2VUI+cfbbm5IvAFUNSjc1YiZg6QzUrHog1Wi; Expires=Thu, 29 Nov 2018 07:25:24 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": {\n        \"created\": [],\n        \"updated\": [],\n        \"deleted\": [\n            \"testing123\"\n        ],\n        \"invalid\": []\n    }\n}"}],"_postman_id":"96c279a9-477a-494d-85f7-aab8a7e5c9df"},{"name":"account","event":[{"listen":"test","script":{"id":"77b1f203-03f2-4bd3-97d2-5f19601f14a6","exec":[""],"type":"text/javascript"}}],"id":"3a96902f-335d-48db-86cf-7d4d608aca8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"{{username}}\",\n\t\"password\": \"{{password}}\",\n\t\"access_key\": \"{{access_key}}\",\n\t\"email\": \"{{jgw_email}}\"\n}"},"url":"{{hostname}}/api/v2/jgw/{{channel_token}}/account","urlObject":{"path":["api","v2","jgw","{{channel_token}}","account"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"faf4ad7c-6a9c-4142-a2fd-a6cdac474440","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"{{username}}\",\n\t\"password\": \"{{password}}\"\n}"},"url":"{{hostname}}/api/v2/jgw/{{channel_token}}/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Oct 2022 23:06:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Set-Cookie","value":"AWSALB=TMfqS6KvfJy9i/DlxZffzRjZOj9Bjp1a9cbxJPaBOwt9UFqusUt5FU0tagOUW/ZZbDdxjBTkZBWortt8+dk5XTLS2MZHLt/GiGTcPoqAx7MznAox+SmK9f0ZD01/; Expires=Tue, 25 Oct 2022 23:06:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=TMfqS6KvfJy9i/DlxZffzRjZOj9Bjp1a9cbxJPaBOwt9UFqusUt5FU0tagOUW/ZZbDdxjBTkZBWortt8+dk5XTLS2MZHLt/GiGTcPoqAx7MznAox+SmK9f0ZD01/; Expires=Tue, 25 Oct 2022 23:06:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"480"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"account\": {\n        \"id\": 818,\n        \"name\": \"Home\"\n    },\n    \"brands\": [\n        {\n            \"id\": 288902,\n            \"name\": \"hello\"\n        },\n        {\n            \"id\": 291234,\n            \"name\": \"My New Brand\"\n        },\n        {\n            \"id\": 299900,\n            \"name\": \"My Own New Brand\"\n        },\n        {\n            \"id\": 316661,\n            \"name\": \"My New New Brand\"\n        },\n        {\n            \"id\": 80851,\n            \"name\": \"Home\"\n        }\n    ],\n    \"inventories\": [\n        {\n            \"id\": 1,\n            \"label\": \"Standard\",\n            \"qty_available\": \"983\"\n        },\n        {\n            \"id\": 2,\n            \"label\": \"Premium\",\n            \"qty_available\": \"0\"\n        },\n        {\n            \"id\": 3,\n            \"label\": \"Premium Plus\",\n            \"qty_available\": \"0\"\n        },\n        {\n            \"id\": 5,\n            \"label\": \"Free\",\n            \"qty_available\": \"0\"\n        },\n        {\n            \"id\": 7,\n            \"label\": \"Premium Feed\",\n            \"qty_available\": \"0\"\n        }\n    ],\n    \"campaigns\": []\n}"},{"id":"0f58b34c-237f-45bb-8af2-d7f175aa61b5","name":"account","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"{{username}}\",\n\t\"password\": \"{{password}}\"\n}"},"url":"{{hostname}}/api/v2/jgw/{{channel_token}}/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Oct 2022 23:06:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Set-Cookie","value":"AWSALB=TMfqS6KvfJy9i/DlxZffzRjZOj9Bjp1a9cbxJPaBOwt9UFqusUt5FU0tagOUW/ZZbDdxjBTkZBWortt8+dk5XTLS2MZHLt/GiGTcPoqAx7MznAox+SmK9f0ZD01/; Expires=Tue, 25 Oct 2022 23:06:04 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=TMfqS6KvfJy9i/DlxZffzRjZOj9Bjp1a9cbxJPaBOwt9UFqusUt5FU0tagOUW/ZZbDdxjBTkZBWortt8+dk5XTLS2MZHLt/GiGTcPoqAx7MznAox+SmK9f0ZD01/; Expires=Tue, 25 Oct 2022 23:06:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"480"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"account\": {\n        \"id\": 818,\n        \"name\": \"Home\"\n    },\n    \"brands\": [\n        {\n            \"id\": 288902,\n            \"name\": \"hello\"\n        },\n        {\n            \"id\": 291234,\n            \"name\": \"My New Brand\"\n        },\n        {\n            \"id\": 299900,\n            \"name\": \"My Own New Brand\"\n        },\n        {\n            \"id\": 316661,\n            \"name\": \"My New New Brand\"\n        },\n        {\n            \"id\": 80851,\n            \"name\": \"Home\"\n        }\n    ],\n    \"inventories\": [\n        {\n            \"id\": 1,\n            \"label\": \"Standard\",\n            \"qty_available\": \"983\"\n        },\n        {\n            \"id\": 2,\n            \"label\": \"Premium\",\n            \"qty_available\": \"0\"\n        },\n        {\n            \"id\": 3,\n            \"label\": \"Premium Plus\",\n            \"qty_available\": \"0\"\n        },\n        {\n            \"id\": 5,\n            \"label\": \"Free\",\n            \"qty_available\": \"0\"\n        },\n        {\n            \"id\": 7,\n            \"label\": \"Premium Feed\",\n            \"qty_available\": \"0\"\n        }\n    ],\n    \"campaigns\": []\n}"}],"_postman_id":"3a96902f-335d-48db-86cf-7d4d608aca8b"}]}