{"info":{"_postman_id":"9f9a04c4-b2ec-4b7e-a1e5-7a107cf51abf","name":"CLOUDFRAMEWORK OFFICIAL API","description":"<html><head></head><body><p>Welcome to Official CloudFramework API. Here you will find the most relevant APIs to integrate with your web or mobile apps.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"37400","collectionId":"9f9a04c4-b2ec-4b7e-a1e5-7a107cf51abf","publishedId":"TW6zFRy9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"03b1fc"},"publishDate":"2021-01-31T07:57:30.000Z"},"item":[{"name":"login / directory","item":[{"name":"Signin in :ORG_ID CloudFramework ERP","event":[{"listen":"test","script":{"id":"91fdce04-b83f-4e4c-b6f6-bccd88dacfe5","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"cf_token\", jsonData.data.token);","postman.setEnvironmentVariable(\"cfi_refresh_token\", jsonData.data.refresh_token);","postman.setEnvironmentVariable(\"cloudplatform\", jsonData.data.cloudplatform);","",""],"type":"text/javascript"}}],"id":"6a3f176a-9bad-4e32-8d9d-3a2db4b6c839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-WEB-KEY","value":"{{cf_web_key}}","description":"<p>Your platform web key. It is assigned by contract.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"user","type":"text","value":"{{cf_user_email}}"},{"key":"password","type":"text","value":"{{cf_user_password}}"},{"key":"type","type":"text","value":"userpassword","description":"<p>Type of auth: userpassword, google</p>\n"}]},"url":"https://api.cloudframework.io/core/signin/:cloudplatform/tokens","urlObject":{"protocol":"https","path":["core","signin",":cloudplatform","tokens"],"host":["api","cloudframework","io"],"query":[],"variable":[{"type":"string","value":"{{cloudplatform}}","key":"cloudplatform"}]}},"response":[{"id":"978fa698-202f-4ae2-bd37-b498d2342512","name":"Signin in :ORG_ID CloudFramework ERP","originalRequest":{"method":"POST","header":[{"key":"X-WEB-KEY","value":"{{cf_web_key}}","description":"Your platform web key. It is assigned by contract."}],"body":{"mode":"formdata","formdata":[{"key":"user","type":"text","value":"{{cf_user_email}}"},{"key":"password","type":"text","value":"{{cf_user_password}}"},{"key":"type","type":"text","value":"userpassword","description":"Type of auth: userpassword, google"}]},"url":{"raw":"https://api.cloudframework.io/core/signin/:cloudplatform/tokens","protocol":"https","host":["api","cloudframework","io"],"path":["core","signin",":cloudplatform","tokens"],"variable":[{"key":"cloudplatform","value":"{{cloudplatform}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"debd5ef54882a2467115ae21d2efc340;o=1"},{"key":"Date","value":"Sun, 31 Jan 2021 08:31:08 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"354"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 201,\n    \"code\": \"ok\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"data\": {\n        \"token\": \"*****************__**************__*********************\",\n        \"refresh_token\": \"*****************************\",\n        \"expire_in\": 3600,\n        \"cloudplatform\": \"cloudframework\"\n    },\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 2.139.193.230\"\n}"}],"_postman_id":"6a3f176a-9bad-4e32-8d9d-3a2db4b6c839"},{"name":"Check Your Token","event":[{"listen":"test","script":{"id":"b9bcda0d-b7cc-43ac-971c-af98bccd63a8","exec":["var jsonData = JSON.parse(responseBody);",""],"type":"text/javascript"}}],"id":"755d2df9-a879-4aea-ae53-f05531b2947a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{cf_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{cf_token}}"}],"url":"{{api.cloudframework.io}}/core/signin/{{cloudplatform}}/check","description":"<p>You can pass the modificator _all to list all platforms.</p>\n","urlObject":{"path":["core","signin","{{cloudplatform}}","check"],"host":["{{api.cloudframework.io}}"],"query":[{"disabled":true,"key":"_nocache","value":"1"},{"disabled":true,"key":"filter_UserOrganizations","value":"tempu"},{"disabled":true,"key":"filter__spacename","value":"bnext"}],"variable":[]}},"response":[{"id":"32de1603-b131-4dd1-80ba-a993de53bd3a","name":"Error 401 - Token not valida or not found","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}d"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"4ffc14b4ac1a5b6b819201f32e6978e3;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:43:25 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        {\n            \"getDSToken\": \"Token not found.\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"},{"id":"7c4c2601-e76f-4701-b013-9603868781cc","name":"Status 200 - Check ok","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cloud-Trace-Context","value":"5b5b31f6604213a3690700587aa0080e"},{"key":"Date","value":"Mon, 20 Apr 2020 16:42:43 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Cache-Control","value":"private"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-DS-TOKEN\",\n    \"spacename\": \"cloudframework\",\n    \"isAdmin\": true,\n    \"data\": {\n        \"cfi_api\": \"https://api7.cloudframework.io/core/cfi\",\n        \"models\": null,\n        \"local_models\": null,\n        \"cloudplatform\": \"cloudframework\",\n        \"User\": {\n            \"UserActive\": true,\n            \"UserCompany\": \"\",\n            \"UserAuths\": [\n                \"\"\n            ],\n            \"UserSuperAdmin\": true,\n            \"UserAvatar\": \"https://media.licdn.com/dms/image/C4D03AQGvnpcCGF5wuw/profile-displayphoto-shrink_200_200/0?e=1574294400&v=beta&t=Fuv7xxgin_GSg2VDgDypy2S3g1dnDx-8PjXGpuUxWjA\",\n            \"UserMobile\": \"685801844\",\n            \"UserMobileValidated\": false,\n            \"UserName\": \"Fran Herrera\",\n            \"UserEmail\": \"fran@cloudframework.io\",\n            \"DateInsertion\": \"2019-07-04 08:16:44\",\n            \"DateUpdating\": \"2019-10-17 15:27:57\",\n            \"UserOrganizations\": [\n                \"adnbp\",\n                \"adnry\",\n                \"blackhanddynamics\",\n                \"bnext\",\n                \"cloudframework\",\n                \"helloteca\",\n                \"siquemolas\",\n                \"tquity\"\n            ],\n            \"UserPrivileges\": [\n                \"directory-admin\",\n                \"financial-admin\",\n                \"property-admin\"\n            ],\n            \"UserEmailValidated\": true,\n            \"KeyName\": \"fran@cloudframework.io\",\n            \"UserOrganizationsInfo\": [],\n            \"UserVariables\": []\n        }\n    }\n}"},{"id":"7fe266ba-fab2-4062-8cb1-16b16cd51a6c","name":"Error 401 - Namespace not valid","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/helloteca/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","helloteca","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"743f33d485d83c93845c3cf632084461;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:44:55 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"362"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"helloteca\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        \"Your spacename cloudframework does not match with current spacename: helloteca\",\n        {\n            \"getDSToken\": \"incorrect prefix token\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"}],"_postman_id":"755d2df9-a879-4aea-ae53-f05531b2947a"},{"name":"Logout","event":[{"listen":"test","script":{"id":"634042cc-ceac-49d3-b87b-b47fe140ef7e","exec":["var jsonData = JSON.parse(responseBody);",""],"type":"text/javascript"}}],"id":"9547a45b-b700-47da-a9b3-4343916087a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{cf_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{cf_token}}"}],"url":"{{api.cloudframework.io}}/core/signin/{{cloudplatform}}/logout","description":"<p>You can pass the modificator _all to list all platforms.</p>\n","urlObject":{"path":["core","signin","{{cloudplatform}}","logout"],"host":["{{api.cloudframework.io}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9547a45b-b700-47da-a9b3-4343916087a6"},{"name":"Get Login public platforms","event":[{"listen":"test","script":{"id":"0eaf10ec-e016-4f46-b0e1-dde6ec2c35b0","exec":["var jsonData = JSON.parse(responseBody);",""],"type":"text/javascript"}}],"id":"7a5b3612-fdc8-448d-b498-cee2a4e4bee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":"{{api7.cloudframework.io}}/core/signin?_all","description":"<p>You can pass the modificator _all to list all platforms.</p>\n","urlObject":{"path":["core","signin"],"host":["{{api7.cloudframework.io}}"],"query":[{"key":"_all","value":null}],"variable":[]}},"response":[{"id":"2c9c2f69-85f3-47f2-92be-27da659b6e25","name":"Error 401 - Token not valida or not found","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}d"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"4ffc14b4ac1a5b6b819201f32e6978e3;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:43:25 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        {\n            \"getDSToken\": \"Token not found.\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"},{"id":"72ade596-057d-4bb6-88c5-2799bc5ed052","name":"Error 401 - Namespace not valid","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/helloteca/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","helloteca","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"743f33d485d83c93845c3cf632084461;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:44:55 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"362"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"helloteca\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        \"Your spacename cloudframework does not match with current spacename: helloteca\",\n        {\n            \"getDSToken\": \"incorrect prefix token\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"},{"id":"8dd73c37-cd4f-43a4-80f8-8cb67e2bdd32","name":"Status 200 - Check ok","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cloud-Trace-Context","value":"5b5b31f6604213a3690700587aa0080e"},{"key":"Date","value":"Mon, 20 Apr 2020 16:42:43 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Cache-Control","value":"private"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-DS-TOKEN\",\n    \"spacename\": \"cloudframework\",\n    \"isAdmin\": true,\n    \"data\": {\n        \"cfi_api\": \"https://api7.cloudframework.io/core/cfi\",\n        \"models\": null,\n        \"local_models\": null,\n        \"cloudplatform\": \"cloudframework\",\n        \"User\": {\n            \"UserActive\": true,\n            \"UserCompany\": \"\",\n            \"UserAuths\": [\n                \"\"\n            ],\n            \"UserSuperAdmin\": true,\n            \"UserAvatar\": \"https://media.licdn.com/dms/image/C4D03AQGvnpcCGF5wuw/profile-displayphoto-shrink_200_200/0?e=1574294400&v=beta&t=Fuv7xxgin_GSg2VDgDypy2S3g1dnDx-8PjXGpuUxWjA\",\n            \"UserMobile\": \"685801844\",\n            \"UserMobileValidated\": false,\n            \"UserName\": \"Fran Herrera\",\n            \"UserEmail\": \"fran@cloudframework.io\",\n            \"DateInsertion\": \"2019-07-04 08:16:44\",\n            \"DateUpdating\": \"2019-10-17 15:27:57\",\n            \"UserOrganizations\": [\n                \"adnbp\",\n                \"adnry\",\n                \"blackhanddynamics\",\n                \"bnext\",\n                \"cloudframework\",\n                \"helloteca\",\n                \"siquemolas\",\n                \"tquity\"\n            ],\n            \"UserPrivileges\": [\n                \"directory-admin\",\n                \"financial-admin\",\n                \"property-admin\"\n            ],\n            \"UserEmailValidated\": true,\n            \"KeyName\": \"fran@cloudframework.io\",\n            \"UserOrganizationsInfo\": [],\n            \"UserVariables\": []\n        }\n    }\n}"}],"_postman_id":"7a5b3612-fdc8-448d-b498-cee2a4e4bee6"},{"name":"Get the assets for login","event":[{"listen":"test","script":{"id":"e25d5e6e-c0a8-4dc9-98e2-056d77cb9e15","exec":["var jsonData = JSON.parse(responseBody);",""],"type":"text/javascript"}}],"id":"af3e2e94-8a6a-4c1d-855f-01a2820be50f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":"{{api7.cloudframework.io}}/core/signin/bnext/assets?__p","description":"<p>You can pass the modificator _all to list all platforms.</p>\n","urlObject":{"path":["core","signin","bnext","assets"],"host":["{{api7.cloudframework.io}}"],"query":[{"key":"__p","value":null}],"variable":[]}},"response":[{"id":"49615e30-b4d9-4a0a-9e05-32afce13782d","name":"Error 401 - Namespace not valid","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/helloteca/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","helloteca","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"743f33d485d83c93845c3cf632084461;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:44:55 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"362"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"helloteca\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        \"Your spacename cloudframework does not match with current spacename: helloteca\",\n        {\n            \"getDSToken\": \"incorrect prefix token\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"},{"id":"d01f74eb-9675-4270-a17f-9837d0e69b7c","name":"Status 200 - Check ok","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cloud-Trace-Context","value":"5b5b31f6604213a3690700587aa0080e"},{"key":"Date","value":"Mon, 20 Apr 2020 16:42:43 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Cache-Control","value":"private"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-DS-TOKEN\",\n    \"spacename\": \"cloudframework\",\n    \"isAdmin\": true,\n    \"data\": {\n        \"cfi_api\": \"https://api7.cloudframework.io/core/cfi\",\n        \"models\": null,\n        \"local_models\": null,\n        \"cloudplatform\": \"cloudframework\",\n        \"User\": {\n            \"UserActive\": true,\n            \"UserCompany\": \"\",\n            \"UserAuths\": [\n                \"\"\n            ],\n            \"UserSuperAdmin\": true,\n            \"UserAvatar\": \"https://media.licdn.com/dms/image/C4D03AQGvnpcCGF5wuw/profile-displayphoto-shrink_200_200/0?e=1574294400&v=beta&t=Fuv7xxgin_GSg2VDgDypy2S3g1dnDx-8PjXGpuUxWjA\",\n            \"UserMobile\": \"685801844\",\n            \"UserMobileValidated\": false,\n            \"UserName\": \"Fran Herrera\",\n            \"UserEmail\": \"fran@cloudframework.io\",\n            \"DateInsertion\": \"2019-07-04 08:16:44\",\n            \"DateUpdating\": \"2019-10-17 15:27:57\",\n            \"UserOrganizations\": [\n                \"adnbp\",\n                \"adnry\",\n                \"blackhanddynamics\",\n                \"bnext\",\n                \"cloudframework\",\n                \"helloteca\",\n                \"siquemolas\",\n                \"tquity\"\n            ],\n            \"UserPrivileges\": [\n                \"directory-admin\",\n                \"financial-admin\",\n                \"property-admin\"\n            ],\n            \"UserEmailValidated\": true,\n            \"KeyName\": \"fran@cloudframework.io\",\n            \"UserOrganizationsInfo\": [],\n            \"UserVariables\": []\n        }\n    }\n}"},{"id":"de4a946e-9efc-4765-be84-a63bc286c445","name":"Error 401 - Token not valida or not found","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}d"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"4ffc14b4ac1a5b6b819201f32e6978e3;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:43:25 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        {\n            \"getDSToken\": \"Token not found.\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"}],"_postman_id":"af3e2e94-8a6a-4c1d-855f-01a2820be50f"},{"name":"Get the assets for login OLD","event":[{"listen":"test","script":{"id":"cdbc54e0-e1da-41a2-bcb6-ac5783e8197c","exec":["var jsonData = JSON.parse(responseBody);",""],"type":"text/javascript"}}],"id":"feee7ac4-f130-4500-a4b9-b92d52528329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":"{{api7.cloudframework.io}}/core/signin/bnext/assets","description":"<p>You can pass the modificator _all to list all platforms.</p>\n","urlObject":{"path":["core","signin","bnext","assets"],"host":["{{api7.cloudframework.io}}"],"query":[],"variable":[]}},"response":[{"id":"2a0e1fef-47df-4b9f-a47c-d43365a1360a","name":"Error 401 - Namespace not valid","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/helloteca/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","helloteca","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"743f33d485d83c93845c3cf632084461;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:44:55 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"362"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"helloteca\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        \"Your spacename cloudframework does not match with current spacename: helloteca\",\n        {\n            \"getDSToken\": \"incorrect prefix token\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"},{"id":"3b8a96d6-f654-4a68-aadb-fd2ebf697d1c","name":"Status 200 - Check ok","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cloud-Trace-Context","value":"5b5b31f6604213a3690700587aa0080e"},{"key":"Date","value":"Mon, 20 Apr 2020 16:42:43 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Cache-Control","value":"private"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-DS-TOKEN\",\n    \"spacename\": \"cloudframework\",\n    \"isAdmin\": true,\n    \"data\": {\n        \"cfi_api\": \"https://api7.cloudframework.io/core/cfi\",\n        \"models\": null,\n        \"local_models\": null,\n        \"cloudplatform\": \"cloudframework\",\n        \"User\": {\n            \"UserActive\": true,\n            \"UserCompany\": \"\",\n            \"UserAuths\": [\n                \"\"\n            ],\n            \"UserSuperAdmin\": true,\n            \"UserAvatar\": \"https://media.licdn.com/dms/image/C4D03AQGvnpcCGF5wuw/profile-displayphoto-shrink_200_200/0?e=1574294400&v=beta&t=Fuv7xxgin_GSg2VDgDypy2S3g1dnDx-8PjXGpuUxWjA\",\n            \"UserMobile\": \"685801844\",\n            \"UserMobileValidated\": false,\n            \"UserName\": \"Fran Herrera\",\n            \"UserEmail\": \"fran@cloudframework.io\",\n            \"DateInsertion\": \"2019-07-04 08:16:44\",\n            \"DateUpdating\": \"2019-10-17 15:27:57\",\n            \"UserOrganizations\": [\n                \"adnbp\",\n                \"adnry\",\n                \"blackhanddynamics\",\n                \"bnext\",\n                \"cloudframework\",\n                \"helloteca\",\n                \"siquemolas\",\n                \"tquity\"\n            ],\n            \"UserPrivileges\": [\n                \"directory-admin\",\n                \"financial-admin\",\n                \"property-admin\"\n            ],\n            \"UserEmailValidated\": true,\n            \"KeyName\": \"fran@cloudframework.io\",\n            \"UserOrganizationsInfo\": [],\n            \"UserVariables\": []\n        }\n    }\n}"},{"id":"9e1d726e-76f4-4553-98ca-ae6638756b13","name":"Error 401 - Token not valida or not found","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}d"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"4ffc14b4ac1a5b6b819201f32e6978e3;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:43:25 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        {\n            \"getDSToken\": \"Token not found.\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"}],"_postman_id":"feee7ac4-f130-4500-a4b9-b92d52528329"},{"name":"password recovery","event":[{"listen":"test","script":{"id":"0e9855f6-f4a3-46c4-bccf-e8871f8c56d2","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"recovery_token\", jsonData.data.recovery_token);","",""],"type":"text/javascript"}}],"id":"40e7d935-817d-4f09-9751-76e569190aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"info@adrianmm.com"}]},"url":"{{api7.cloudframework.io}}/core/signin/cloudframework/recovery?no_workflow","urlObject":{"path":["core","signin","cloudframework","recovery"],"host":["{{api7.cloudframework.io}}"],"query":[{"description":{"content":"<p>Avoid to send an email</p>\n","type":"text/plain"},"key":"no_workflow","value":null}],"variable":[]}},"response":[],"_postman_id":"40e7d935-817d-4f09-9751-76e569190aba"},{"name":"password recovery apply","event":[{"listen":"test","script":{"id":"c1a5477a-335f-428b-a177-c4aed319725e","exec":["var jsonData = JSON.parse(responseBody);","",""],"type":"text/javascript"}}],"id":"67dfe1dc-e6ef-400a-8e0e-b1411ba4bd7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recovery_token","value":"{{recovery_token}}","type":"text"},{"key":"password","value":"{{personal_pass}}","type":"text"}]},"url":"{{api7.cloudframework.io}}/core/signin/cloudframework/recovery?no_workflow","urlObject":{"path":["core","signin","cloudframework","recovery"],"host":["{{api7.cloudframework.io}}"],"query":[{"description":{"content":"<p>Avoid to send an email</p>\n","type":"text/plain"},"key":"no_workflow","value":null}],"variable":[]}},"response":[],"_postman_id":"67dfe1dc-e6ef-400a-8e0e-b1411ba4bd7c"},{"name":"password recovery multidomain","event":[{"listen":"test","script":{"id":"7f1ab658-2373-45f8-bda6-e15fa85c3196","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"recovery_token\", jsonData.data.recovery_token);","",""],"type":"text/javascript"}}],"id":"be907ba5-0e4e-4349-aa93-569aa48c22ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"fran@cloudframework.io"},{"key":"multidomain","value":"yugrow.cloudframework.io","type":"text"}]},"url":"{{api7.cloudframework.io}}/core/signin/yucoach/recovery","urlObject":{"path":["core","signin","yucoach","recovery"],"host":["{{api7.cloudframework.io}}"],"query":[{"disabled":true,"key":"no_workflow","value":null}],"variable":[]}},"response":[{"id":"169aa15e-8320-40ff-9242-db458f1683ae","name":"Status 200 - Email send","originalRequest":{"method":"POST","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"fran@cloudframework.io"},{"key":"multidomain","value":"yugrow.cloudframework.io","type":"text"}]},"url":{"raw":"{{api7.cloudframework.io}}/core/signin/yucoach/recovery","host":["{{api7.cloudframework.io}}"],"path":["core","signin","yucoach","recovery"],"query":[{"key":"no_workflow","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9999"},{"key":"Date","value":"Wed, 23 Dec 2020 10:50:15 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.25"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"yucoach\",\n    \"data\": {\n        \"recovery_token\": \"$2a$07$78SgtMFxU0eWFgrFESGteewZ8wKk38l9W0f1yoaUAV2jVoFsNeYmS\",\n        \"url_recovery_token\": \"https://core20.web.app?platform=yugrow&rt=%242a%2407%2478SgtMFxU0eWFgrFESGteewZ8wKk38l9W0f1yoaUAV2jVoFsNeYmS\",\n        \"email_sent\": true\n    },\n    \"logs\": [\n        \"processed model cfo_yucoach.json\",\n        {\n            \"mandrill\": [\n                {\n                    \"email\": \"fran@cloudframework.io\",\n                    \"status\": \"sent\",\n                    \"_id\": \"5e0820276a7643f688c162c8eb7dbe13\",\n                    \"reject_reason\": null\n                }\n            ]\n        },\n        \"addLog\"\n    ]\n}"}],"_postman_id":"be907ba5-0e4e-4349-aa93-569aa48c22ac"},{"name":"password recovery apply mutidomain","event":[{"listen":"test","script":{"id":"d14abada-45fa-4f5b-a913-d2a3e1c5f322","exec":["var jsonData = JSON.parse(responseBody);","",""],"type":"text/javascript"}}],"id":"efa67541-4ef0-4e20-8ab9-6f1128a6f259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recovery_token","value":"{{recovery_token}}","type":"text"},{"key":"password","value":"{{personal_pass}}","type":"text"},{"key":"multidomain","value":"yugrow.cloudframework.io","type":"text"}]},"url":"{{api7.cloudframework.io}}/core/signin/yucoach/recovery","urlObject":{"path":["core","signin","yucoach","recovery"],"host":["{{api7.cloudframework.io}}"],"query":[{"disabled":true,"description":{"content":"<p>Avoid to send an email</p>\n","type":"text/plain"},"key":"no_workflow","value":null}],"variable":[]}},"response":[{"id":"c774b0a4-0f08-4270-b160-8b1bccc755e1","name":"Status 200 - Password change and email confirmation end","originalRequest":{"method":"PUT","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recovery_token","value":"{{recovery_token}}","type":"text"},{"key":"password","value":"{{personal_pass}}","type":"text"},{"key":"multidomain","value":"yugrow.cloudframework.io","type":"text"}]},"url":{"raw":"{{api7.cloudframework.io}}/core/signin/yucoach/recovery","host":["{{api7.cloudframework.io}}"],"path":["core","signin","yucoach","recovery"],"query":[{"key":"no_workflow","value":null,"description":"Avoid to send an email","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9999"},{"key":"Date","value":"Wed, 23 Dec 2020 10:50:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.25"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"yucoach\",\n    \"data\": {\n        \"User\": {\n            \"UserEmail\": \"fran@cloudframework.io\",\n            \"DateUpdating\": \"2020-12-23 10:50:53\"\n        },\n        \"email_sent\": true\n    },\n    \"logs\": [\n        \"processed model cfo_yucoach.json\",\n        {\n            \"mandrill\": [\n                {\n                    \"email\": \"fran@cloudframework.io\",\n                    \"status\": \"sent\",\n                    \"_id\": \"cb2b119a384d4726b16f38546bd84e24\",\n                    \"reject_reason\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"efa67541-4ef0-4e20-8ab9-6f1128a6f259"},{"name":"Set password for a new user multidomain","event":[{"listen":"test","script":{"id":"bbe2d23e-011e-4f58-8544-9e0c20b54e57","exec":["var jsonData = JSON.parse(responseBody);","",""],"type":"text/javascript"}}],"id":"77e303c5-a535-43ed-920b-978a46032f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recovery_token","type":"text","value":"{{recovery_token}}"},{"key":"password","type":"text","value":"{{personal_pass}}"},{"key":"multidomain","type":"text","value":"yugrow.cloudframework.io"},{"key":"new","value":"true","type":"text"}]},"url":"{{api7.cloudframework.io}}/core/signin/yucoach/recovery","urlObject":{"path":["core","signin","yucoach","recovery"],"host":["{{api7.cloudframework.io}}"],"query":[{"disabled":true,"description":{"content":"<p>Avoid to send an email</p>\n","type":"text/plain"},"key":"no_workflow","value":null}],"variable":[]}},"response":[{"id":"0fd3351e-4d23-4b51-848a-160aec43ea2d","name":"Status 200 - Password changed","originalRequest":{"method":"PUT","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recovery_token","type":"text","value":"%242a%2407%24BycTS5SyDLQzM94UkHX2a.STrjwME3y%2FqQIk4DLcMP7iyQtocpb2i"},{"key":"password","type":"text","value":"{{personal_pass}}"},{"key":"multidomain","type":"text","value":"yugrow.cloudframework.io"},{"key":"new","value":"true","type":"text"}]},"url":{"raw":"{{api7.cloudframework.io}}/core/signin/yucoach/recovery","host":["{{api7.cloudframework.io}}"],"path":["core","signin","yucoach","recovery"],"query":[{"description":"Avoid to send an email","key":"no_workflow","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cloud-Trace-Context","value":"3ec5576e3cc96c953fabc8a9dd85a830"},{"key":"Date","value":"Wed, 23 Dec 2020 10:26:49 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Cache-Control","value":"private"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"yucoach\",\n    \"data\": {\n        \"User\": {\n            \"UserEmail\": \"fran@cloudframework.io\",\n            \"DateUpdating\": \"2020-12-23 10:26:49\"\n        },\n        \"email_sent\": false\n    },\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 84.232.110.161\"\n}"},{"id":"130e5a47-470f-483a-aa28-6fec3c5fc73d","name":"Error 404 - Not found","originalRequest":{"method":"PUT","header":[{"key":"X-WEB-KEY","value":"{{x_web_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"recovery_token","type":"text","value":"{{recovery_token}}"},{"key":"password","type":"text","value":"{{personal_pass}}"},{"key":"multidomain","type":"text","value":"yugrow.cloudframework.io"},{"key":"new","value":"true","type":"text"}]},"url":{"raw":"{{api7.cloudframework.io}}/core/signin/yucoach/recovery","host":["{{api7.cloudframework.io}}"],"path":["core","signin","yucoach","recovery"],"query":[{"description":"Avoid to send an email","key":"no_workflow","value":null,"disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9999"},{"key":"Date","value":"Wed, 23 Dec 2020 10:17:28 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.25"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 404,\n    \"code\": \"not-found\",\n    \"message\": \"*************\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"yucoach\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 84.232.110.161\",\n    \"errors\": [\n        \"Not Found [*************]\"\n    ]\n}"}],"_postman_id":"77e303c5-a535-43ed-920b-978a46032f7f"},{"name":"Get platform from multidomain","event":[{"listen":"test","script":{"id":"b4e10686-f68f-4d0d-ad28-1b2ce4855205","exec":["var jsonData = JSON.parse(responseBody);",""],"type":"text/javascript"}}],"id":"9b881b40-6187-4c75-8b1c-10c8967014ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":"{{api7.cloudframework.io}}/core/multidomain/check/:domain","description":"<p>You can pass the domain or subdomain to get its platform.</p>\n<h2 id=\"mandatory-url-param\">Mandatory url param</h2>\n<ul>\n<li>domain: it can be domain or subdomain, it likes 'yugrow.es' or 'yugrow.cloudramework.io' for domain or subdomain respectibility</li>\n</ul>\n","urlObject":{"path":["core","multidomain","check",":domain"],"host":["{{api7.cloudframework.io}}"],"query":[],"variable":[{"id":"3b8c056f-1915-4b36-b338-73410a10e858","type":"string","value":"yugrow.cloudframework.io","key":"domain"}]}},"response":[{"id":"17891ea4-cc25-4784-ad06-173d2afe98d5","name":"Error 400 - Domain or subdomain ir not send","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":"{{api7.cloudframework.io}}/core/multidomain/check/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9999"},{"key":"Date","value":"Mon, 23 Nov 2020 10:41:47 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.22-(to be removed in future macOS)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 400,\n    \"code\": \"params-error\",\n    \"message\": \"Domain is not sended\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"errors\": [\n        \"The params you have passed are wrong [Domain is not sended]\"\n    ]\n}"},{"id":"26328fbb-0f39-4d03-945b-b50a4029e851","name":"Error 401 - Namespace not valid","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/helloteca/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","helloteca","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"743f33d485d83c93845c3cf632084461;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:44:55 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"362"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"helloteca\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        \"Your spacename cloudframework does not match with current spacename: helloteca\",\n        {\n            \"getDSToken\": \"incorrect prefix token\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"},{"id":"33379695-3ebf-4a9f-bc12-40792a10016d","name":"Status 200 - Return data","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/multidomain/check/:domain","host":["{{api7.cloudframework.io}}"],"path":["core","multidomain","check",":domain"],"variable":[{"key":"domain","value":"yugrow.cloudframework.io","type":"text","enabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9999"},{"key":"Date","value":"Mon, 23 Nov 2020 10:48:24 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.22-(to be removed in future macOS)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"code\": \"ok\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"data\": {\n        \"platform\": \"yucoach\",\n        \"config\": {\n            \"cfi_api\": \"https://yucoach.cloudframework.io\",\n            \"cfi_login_api\": \"https:///api.cloudframework.io/core/signin/yugrow\",\n            \"cfi_api_dev\": \"http://localhost:9998/core/\",\n            \"url_logo\": \"https://storage.googleapis.com/cloudframework-public/images/cloudframework/logo-cloudframework.svg\"\n        }\n    }\n}"},{"id":"91da7900-a569-494a-8769-858b51c3f959","name":"Error 400 - method doesn't implemented","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":"{{api7.cloudframework.io}}/core/multidomain/checkd"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9999"},{"key":"Date","value":"Mon, 23 Nov 2020 10:25:14 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.22-(to be removed in future macOS)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 400,\n    \"code\": \"params-error\",\n    \"message\": \"/checkd is not implemented\",\n    \"errors\": [\n        \"The params you have passed are wrong [/checkd is not implemented]\"\n    ]\n}"},{"id":"aa5cfc61-373b-4655-b829-5d33fb11d0ed","name":"Error 404 - Domain or subdomain isn't found","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"}],"url":{"raw":"{{api7.cloudframework.io}}/core/multidomain/check/:domain","host":["{{api7.cloudframework.io}}"],"path":["core","multidomain","check",":domain"],"variable":[{"key":"domain","value":"yugrow.cloudframework.iod","type":"text","enabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:9999"},{"key":"Date","value":"Mon, 23 Nov 2020 10:44:39 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.22-(to be removed in future macOS)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 404,\n    \"code\": \"not-found\",\n    \"message\": \"Domain or subdomain yugrow.cloudframework.iod not found.\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"errors\": [\n        \"Not Found [Domain or subdomain yugrow.cloudframework.iod not found.]\"\n    ]\n}"},{"id":"b1b3b422-b744-4bda-bf85-42f86662fd3b","name":"Error 401 - Token not valida or not found","originalRequest":{"method":"GET","header":[{"key":"X-WEB-KEY","type":"text","value":"{{x_web_key}}"},{"key":"X-DS-TOKEN","type":"text","value":"{{dstoken}}d"}],"url":{"raw":"{{api7.cloudframework.io}}/core/signin/{{cloudplatform}}/check","host":["{{api7.cloudframework.io}}"],"path":["core","signin","{{cloudplatform}}","check"],"query":[{"key":"_nocache","value":"1","disabled":true},{"key":"filter_UserOrganizations","value":"tempu","disabled":true},{"key":"filter__spacename","value":"bnext","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,Authorization,X-CloudFrameWork-AuthToken,X-CLOUDFRAMEWORK-SECURITY,X-DS-TOKEN,X-REST-TOKEN,X-EXTRA-INFO,X-WEB-KEY,X-SERVER-KEY,X-REST-USERNAME,X-REST-PASSWORD,X-APP-KEY,Cache-Control,origin,x-requested-with"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Max-Age","value":"1000"},{"key":"X-Cloud-Trace-Context","value":"4ffc14b4ac1a5b6b819201f32e6978e3;o=1"},{"key":"Date","value":"Mon, 20 Apr 2020 16:43:25 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status\": 401,\n    \"code\": \"security-error\",\n    \"message\": \"security-error\",\n    \"security\": \"X-WEB-KEY\",\n    \"spacename\": \"cloudframework\",\n    \"logs\": \"only core_api_logs_allowed_ips. Current ip: 188.215.9.72\",\n    \"errors\": [\n        {\n            \"getDSToken\": \"Token not found.\"\n        },\n        \"Security error [Wrong X-DS-TOKEN]\"\n    ]\n}"}],"_postman_id":"9b881b40-6187-4c75-8b1c-10c8967014ce"}],"id":"8bff6669-4b8e-4c80-8210-eb731eb8a60d","_postman_id":"8bff6669-4b8e-4c80-8210-eb731eb8a60d","description":""}],"event":[{"listen":"prerequest","script":{"id":"06dbc2b0-e08a-4b1d-ab52-27d05e449219","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e642549d-a578-4d42-bece-e927d2acf950","type":"text/javascript","exec":[""]}}]}