{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"65e21191-589e-4d17-a8de-6799720be2da","name":"Unykoo Rest API","description":"Unykoo is a workfloo manager, with a decision engine. Workflows are called \"Workfloos\" inside Unykoo.  \nA workfloo lets you add as many steps as you want, so you can capture data and do actions (send an email, a sms, etc...), until you reach a decision.  \nIn Unykoo, there are different step types, which are called \"Connectors\".  \nA connector defines the type of action inside a workfloo.\n\nThere are different kinds of connectors, for example :\n\n- The connector \"Formulario\" lets you define a set of fields that the user can fill.\n    \n- The connector \"SIC\" lets you do a query to a Credit Bureau (Buró de Crédito or Círculo de Crédito).\n    \n- The connector \"Variables personalizadas\" lets you create custom variables, that are calculated from previous data of the workfloo, and can be used in the next steps of this workfloo. To configure custom variables, please contact us directly.\n    \n- The connector \"Árbol de Decisión\" lets you analyze the data previously stored in the workfloo, so you can obtain a decision (a result). Accordingly to the result, you can then go the next step.\n    \n\nTo start using the application, it's necessary to define the connectors from the menu \"Connectors\". Once all the connectors are definie, you can create your workfloo.\n\nOnce you have your workfloos configured, you can start a workfloo from the menu \"Iniciar Workfloo\", and then start to do the actions corresponding to the workfloo steps.\n\nIf you use the API and not the web version of the application, you need to start a workfloo using the API, to obtain an workfloo ID. With this ID, you can submit all the data corresponding to the steps of the workfloo.\n\n# How to call the APIs\n\n---\n\nThe URL for the test environment is : [https://test.unykoo.com/workfloo](https://test.unykoo.com/workfloo).\n\nThe URL for the production environment is : [https://www.unykoo.com/workfloo](https://www.unykoo.com/workfloo)\n\nEvery call needs 3 headers :\n\n- **company_code** : the company code that we assigned you. Please ask us if you don't havfe it.\n    \n- **api_key** : The api is available directly from the web application, in the menu \"Documentation->API\".\n    \n- **Content-Type** : application/json or multipart/form-data, the content type to send.\n    \n\nIf **company_code**, **api_key**, or the API version (which is part of the URL) is incorrect, you'll receive a negative error code.\n\n---\n\n##### Error codes (come with HTTP status 403).\n\nIf an error occurs during the authentication phase, you'll get an HTTP code 403, with the following error codes :\n\n```\n '-1' : The company code is incorrect.\n '-2' : The api key is incorrect.\n '-3' : The api version is incorrect.\n\n ```\n\n---\n\n# API métodos","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"6483379","team":255908,"collectionId":"65e21191-589e-4d17-a8de-6799720be2da","publishedId":"SVYqQzSF","public":true,"publicUrl":"https://api.en.unykoo.kiban.mx","privateUrl":"https://go.postman.co/documentation/6483379-65e21191-589e-4d17-a8de-6799720be2da","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-double-column","version":"8.10.1","publishDate":"2019-08-05T21:46:35.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[{"name":"Pruebas - Clients","id":"df1cb252-e4eb-4a68-aa5c-9f225495a3f7","owner":"6483379","values":[{"key":"unykoo_server","value":"https://test.unykoo.com","enabled":true},{"key":"api_key","value":"{tu_api_key}","enabled":true},{"key":"company_code","value":"{tu_company_code}","enabled":true},{"key":"context","value":"workfloo","enabled":true}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/52a00063f4867676e1d7befc663c1db712c21fc338de6de20d9236e397a36030","favicon":"https://res.cloudinary.com/postman/image/upload/v1610542226/team/kv0kywpbbei5e1xopz4o.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Pruebas - Clients","value":"6483379-df1cb252-e4eb-4a68-aa5c-9f225495a3f7"}],"canonicalUrl":"https://api.en.unykoo.kiban.mx/view/metadata/SVYqQzSF"}