{"info":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","description":"<html><head></head><body><ul>\n<li>Base API address URL: <a href=\"https://api.repuso.com/public/v1/\">https://api.repuso.com/public/v1/</a></li>\n<li>Get your API key on Repuso -&gt; Integrations -&gt; API</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4975691","collectionId":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","publishedId":"TzzGFYg3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"e67e21"},"publishDate":"2021-08-25T11:41:47.000Z"},"item":[{"name":"Auth","item":[{"name":"Check connection","id":"7bc6d108-80b2-4bc0-bd75-a08a8ac21b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_public_url}}hello","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"host":["{{api_public_url}}hello"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bc6d108-80b2-4bc0-bd75-a08a8ac21b73"}],"id":"63812ad0-14ea-4be9-95ba-0d25ad1cecde","_postman_id":"63812ad0-14ea-4be9-95ba-0d25ad1cecde","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}}},{"name":"Invite requests","item":[{"name":"Get invite requests","id":"d245d9d7-1aaa-49f7-94ed-5ba28dd4176b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}invite/requests/get?status=pending","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["requests","get"],"host":["{{api_public_url}}invite"],"query":[{"description":{"content":"<p>leave empty for all statuses</p>\n","type":"text/plain"},"key":"status","value":"pending"},{"disabled":true,"key":"status_not","value":null},{"disabled":true,"description":{"content":"<p>free search</p>\n","type":"text/plain"},"key":"search","value":null},{"disabled":true,"description":{"content":"<p>'email' or 'sms'</p>\n","type":"text/plain"},"key":"type","value":null},{"disabled":true,"description":{"content":"<p>email address or phone number</p>\n","type":"text/plain"},"key":"recipient","value":null},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"d245d9d7-1aaa-49f7-94ed-5ba28dd4176b"},{"name":"Get one invite request","id":"147fed47-4c6f-48a7-9f49-f530218f1713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}invite/requests/get/{{inviteRequestId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["requests","get","{{inviteRequestId}}"],"host":["{{api_public_url}}invite"],"query":[],"variable":[]}},"response":[],"_postman_id":"147fed47-4c6f-48a7-9f49-f530218f1713"},{"name":"Update invite request","id":"22e20ea9-78e5-495f-835f-ed6f99ff56f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"John\",\n    \"recipient\" : \"john@example.com\",\n    \"schedule\"  : \"2021-08-30 16:00:00\",\n    \"data\"  :   {\n        \"my_custom_name\" : \"my value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}invite/requests/update/{{inviteRequestId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["requests","update","{{inviteRequestId}}"],"host":["{{api_public_url}}invite"],"query":[],"variable":[]}},"response":[],"_postman_id":"22e20ea9-78e5-495f-835f-ed6f99ff56f4"},{"name":"Delete invite request","id":"1e216ba5-f5ba-4b07-93a3-ce5d9a229b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}invite/requests/delete/{{inviteRequestId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["requests","delete","{{inviteRequestId}}"],"host":["{{api_public_url}}invite"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e216ba5-f5ba-4b07-93a3-ce5d9a229b47"},{"name":"Add invite request","id":"f417c9ce-2376-495c-85c3-bdcfc204eee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"John\",\n    \"recipient\" : \"john@example.com\",\n    \"schedule\"  : \"2021-08-30 16:00:00\",\n    \"data\"  :   {\n        \"my_custom_name\" : \"my value\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}invite/requests/add","description":"<ul>\n<li><strong>recipient</strong> - required</li>\n<li><strong>schedule</strong> - leave empty for the default settings</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["requests","add"],"host":["{{api_public_url}}invite"],"query":[],"variable":[]}},"response":[],"_postman_id":"f417c9ce-2376-495c-85c3-bdcfc204eee2"},{"name":"Add bulk invite requests","id":"b57cc877-31a5-477b-ab7b-65fc03bf8175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"name\" : \"John\",\n            \"recipient\" : \"john@example.com\"            \n        },\n        {\n            \"name\" : \"John\",\n            \"recipient\" : \"+15108675310\",\n            \"schedule\"  : \"2021-08-30 16:00:00\",\n            \"data\"  :   {\n                \"my_custom_name\" : \"my value\"\n            } \n        }\n    ],\n    \"validate_only\" : true\n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}invite/requests/add_bulk","description":"<ul>\n<li><strong>recipient</strong> - required</li>\n<li><strong>schedule</strong> - leave empty for the default settings</li>\n<li><strong>validate_only</strong> - if set to true, will perform validation only without adding the review requests</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["requests","add_bulk"],"host":["{{api_public_url}}invite"],"query":[],"variable":[]}},"response":[],"_postman_id":"b57cc877-31a5-477b-ab7b-65fc03bf8175"},{"name":"Send invite request","id":"6f9f8dbf-9e58-4754-811c-279561343786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}invite/requests/send/{{inviteRequestId}}","description":"<p>This will instantly send the related pending invite request</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["requests","send","{{inviteRequestId}}"],"host":["{{api_public_url}}invite"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f9f8dbf-9e58-4754-811c-279561343786"}],"id":"74642f60-d00b-45e2-8a0a-d81fcb1a6169","event":[{"listen":"prerequest","script":{"id":"5e658bc3-f1f0-4a3b-87d7-83ff7a5c9a34","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"556e3826-1d3f-4f35-a083-1eb6454b3d98","type":"text/javascript","exec":[""]}}],"_postman_id":"74642f60-d00b-45e2-8a0a-d81fcb1a6169","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}}},{"name":"Sub accounts","item":[{"name":"Get account info","id":"48bf212b-62ec-4dc0-aefe-671b266aba06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_public_url}}account","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"host":["{{api_public_url}}account"],"query":[],"variable":[]}},"response":[],"_postman_id":"48bf212b-62ec-4dc0-aefe-671b266aba06"},{"name":"Get sub accounts","id":"6f0b80f4-8bfc-42b8-ab4a-b0f082cf9817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_public_url}}account/subaccounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["subaccounts"],"host":["{{api_public_url}}account"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f0b80f4-8bfc-42b8-ab4a-b0f082cf9817"},{"name":"Update sub account","id":"25a1199e-eba8-44fe-a767-2d4eef5b713a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"New sub account name\",\n    \"vanity\" : \"subaccount123\",\n    \"url\" : \"https://www.example.com\",\n    \"description\": \"New sub account description\",\n    \"properties\": 2,\n    \"video\": 0,\n    \"invite\": 1,\n    \"invite_monthly_credits\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}account/subaccount/{{subAccountId}}","description":"<ul>\n<li><strong>name</strong> - sub account name</li>\n<li><strong>vanity</strong> - for subdomain access {{vanity}}.revue.us, letters and numbers only, must be unique</li>\n<li><strong>url</strong> - business website</li>\n<li><strong>description</strong> - sub domain description</li>\n<li><strong>properties</strong> - max number of properties allowed for the sub account</li>\n<li><strong>video</strong> - are video reviews enabled for this sub account? 0 = disbaled, 1 = enabled</li>\n<li><strong>invite</strong> - are invite requests enabled for this sub account? 0 = disbaled, 1 = enabled</li>\n<li><strong>invite_monthly_credits</strong> - in case invite is enabled, max monthly credits for the sub account. 0 for unlimited.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["subaccount","{{subAccountId}}"],"host":["{{api_public_url}}account"],"query":[],"variable":[]}},"response":[],"_postman_id":"25a1199e-eba8-44fe-a767-2d4eef5b713a"},{"name":"Add sub account","id":"27cf4395-3058-4d71-9b0f-9c05a91a2b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"New sub account name\",\n    \"vanity\" : \"subaccount123\",\n    \"url\" : \"https://www.example.com\",\n    \"description\": \"New sub account description\",\n    \"properties\": 1,\n    \"video\": 0,\n    \"invite\": 1,\n    \"invite_monthly_credits\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}account/subaccount","description":"<ul>\n<li><strong>name</strong> - sub account name</li>\n<li><strong>vanity</strong> - for subdomain access {{vanity}}.revue.us, letters and numbers only, must be unique</li>\n<li><strong>url</strong> - business website</li>\n<li><strong>description</strong> - sub domain description</li>\n<li><strong>properties</strong> - max number of properties allowed for the sub account</li>\n<li><strong>video</strong> - are video reviews enabled for this sub account? 0 = disbaled, 1 = enabled</li>\n<li><strong>invite</strong> - are invite requests enabled for this sub account? 0 = disbaled, 1 = enabled</li>\n<li><strong>invite_monthly_credits</strong> - in case invite is enabled, max monthly credits for the sub account. 0 for unlimited.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["subaccount"],"host":["{{api_public_url}}account"],"query":[],"variable":[]}},"response":[],"_postman_id":"27cf4395-3058-4d71-9b0f-9c05a91a2b6e"},{"name":"Delete sub account","id":"2fe1b1cd-e4c6-4631-9352-a60a900a7af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}account/subaccount/{{subAccountId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["subaccount","{{subAccountId}}"],"host":["{{api_public_url}}account"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fe1b1cd-e4c6-4631-9352-a60a900a7af5"}],"id":"48927231-f227-448a-bedd-1ce000a2aaed","_postman_id":"48927231-f227-448a-bedd-1ce000a2aaed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}}},{"name":"Users","item":[{"name":"Get users","id":"20581903-dbea-4f30-84f7-2e3342ac9622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_public_url}}users/get","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["get"],"host":["{{api_public_url}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"20581903-dbea-4f30-84f7-2e3342ac9622"},{"name":"Get user","id":"e64f90bb-3050-42dc-b934-3749fa74373f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_public_url}}users/{{userId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["{{userId}}"],"host":["{{api_public_url}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"e64f90bb-3050-42dc-b934-3749fa74373f"},{"name":"Delete user","id":"149e9783-412a-45ce-9259-a8ddac96ad93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{api_public_url}}users/{{userId}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["{{userId}}"],"host":["{{api_public_url}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"149e9783-412a-45ce-9259-a8ddac96ad93"},{"name":"Add user","id":"af70c6aa-f819-489d-8e9b-64f56d077834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@example.com\",\n    \"password\": \"strong-password\",\n    \"name\": \"John\",\n    \"role_id\": 2,\n    \"lang\": \"en\",\n    \"sub_accounts\": [\n        1,\n        2\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}users","description":"<ul>\n<li><p><strong>role_id</strong> - 1 = Admin, 2 = User, 3 = Editor</p>\n</li>\n<li><p><strong>sub_accounts</strong> - an array of sub account ids to assign to this user</p>\n</li>\n<li><p><strong>lang</strong> - user's language code, possible values: \"en\", \"fr\", \"es\", \"pt\", \"de\", \"it\". Default \"en\".</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"host":["{{api_public_url}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"af70c6aa-f819-489d-8e9b-64f56d077834"},{"name":"User login get URL","id":"c37d3291-e742-484c-b104-cc6c25a7c75b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@example.com\",\n    \"password\": \"mypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}login/get_url","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["get_url"],"host":["{{api_public_url}}login"],"query":[],"variable":[]}},"response":[],"_postman_id":"c37d3291-e742-484c-b104-cc6c25a7c75b"},{"name":"Update user","id":"b61a238f-105f-4d37-a17f-4a1b7c236858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@example.com\",\n    \"password\": \"strong-password\",\n    \"name\": \"John\",\n    \"role_id\": 2,\n    \"sub_accounts\": [\n        1,\n        2\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_public_url}}users/{{userId}}","description":"<ul>\n<li><strong>role_id</strong> - 1 = Admin, 2 = User, 3 = Editor</li>\n<li><strong>sub_accounts</strong> - an array of sub account ids to assign to this user</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}},"urlObject":{"path":["{{userId}}"],"host":["{{api_public_url}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"b61a238f-105f-4d37-a17f-4a1b7c236858"}],"id":"3187ca93-0cf2-4b28-b4f0-9ac6c7c1d16b","_postman_id":"3187ca93-0cf2-4b28-b4f0-9ac6c7c1d16b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]},"isInherited":true,"source":{"_postman_id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","id":"f8c6e903-a1cc-422a-ab2c-0c3e7754b2de","name":"Repuso public APIs","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_public_key}}"}]}},"event":[{"listen":"prerequest","script":{"id":"898ba4da-bb45-430a-9b0d-98028bd712c5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d40cccce-467e-4c26-b056-1f05d59a9b19","type":"text/javascript","exec":[""]}}],"variable":[{"key":"apiUrl","value":"{{api_public_url}}"},{"key":"apiKey","value":"{{api_public_key}}"}]}