{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"e997079e-7940-7a1f-2e63-19d9f7859cfe","name":"Féria","description":"# Introdução\n\nAqui será descrita a API do proejto Féria. A API é privada e de utilização apenas pelos parceiros e pelos endpoints conhecidos.\n\n# O Féria\n\nO Projeto Féria é um sistema para o controle de faturamento de táxis e aplicativos (Uber, Cabify, etc). O Féria, além de funcionar como um rastreamento de baixo custo, também controla a ocupação e taxímetro dos táxis (bem como ocupação e valor das corridas pelo aplicativo). Desta forma, o dono do carro pode fazer uma gestão financeira eficiente do seu ativo. Estima-se que haja cerca de 35% de desvio em corridas.\n\n# Autenticação\n\nEsta API usará JWT para realizar a autenticação. É possível utilizar um login via Google ou Facebook. Após a autenticação, um token JWT será retornado e ele deverá ser passado nas chamadas via header Authorization.\n\n# Retorno\n\nO formato de retorno dos serviços seguem um formato padrão de sucesso, que é apresentado abaixo.\n\n```\n{\n     \"success\": true,\n     \"data\": ,\n     \"total\": \n}\nNo caso acima, totalé preenchido quando data é um array, caso data seja um object sem ser array, então total não será preenchido.Códigos de ErroCada retorno de erro terá um código e uma mensagem, no seguinte formato\n{\n     \"success\": false,'\n     \"code\": 1008,\n     \"detail\": {\n             \"id\": \"111e08a8-4364-11e8-142f-0ed5f89f708f\",\n             \"message\": \"invalid username or password\"\n      }\n}\n\n ```\n\n```\nOs erros do Féria estão abaixo.Errors\n**1000**: access token not supplied\n**1001**: session token not found or token is not valid anymore\n**1003**: access token is not valid\n**1004**: access token expired\n**1005**: operation not valid\n**1006**: username not supplied\n**1007**: password not supplied\n**1008**: username or password invalid\n**1009**: username not found - it should be found... it was authenticated milliseconds ago\n**1010**: token not supplied\n**1011**: source not supplied\n**1012**: version not found\n**1013**: error retrieving the user\n**1014**: not possible to create the refresh token\n**1015**: unexpected error\n**1016**: user not supplied\n**1017**: password too short\n**1018**: id not supplied\n**1019**: transaction not found\n**1020**: name not supplied\n**1021**: email not supplied\n**1022**: source id not supplied\n**1023**: source name not supplied\n**1024**: filter name not supplied\n**1025**: filter id not supplied\n**1026**: user not found\n**1027**: social network access token not supplied\n**1028**: authentication error\n**1029**: no name returned - did you give the right scope?\n**1030**: no email returned - did you give the right scope?\n**1031**: imei not supplied\n**1032**: version not supplied\n**1033**: hw not supplied\n**1034**: sw not supplied\n**1035**: sequence not supplied\n**1036**: command not supplied\n**1037**: type not supplied\n**1038**: reply not supplied\n**1039**: date not supplied\n**1040**: position not supplied\n**1041**: speed not supplied\n**1042**: compass not supplied\n**1043**: odometer not supplied\n**1044**: status not supplied\n**1045**: gps not supplied\n**1046**: moving not supplied\n**1047**: ignition not supplied\n**1048**: blocked not supplied\n**1049**: status not found\n**1050**: authentication error - token missing\n**1051**: resource not found\n**1052**: identifier not supplied\n**1053**: firmware id not supplied\n**1054**: unexpected type\n**1055**: operation not supplied\n**1056**: created not supplied\n**1057**: updated not supplied\n**1058**: instruction not found\n**1059**: firmware not found\n**1060**: description not found\n**1061**: content not found\n**1061**: invalid progress format - must be a number\n**1062**: invalid status format - must be a number\n**1063**: invalid retries format - must be a number\n**1064**: started not supplied\n**1065**: serial number not supplied\n**1066**: host not supplied\n**1067**: port not supplied\n**1068**: serial numbesr range not valid\n**1069**: port range not valid\n**1070**: host length not valid\n**1071**: tariff not supplied\n**1072**: validity not supplied\n**1073**: validity start not supplied\n**1074**: validity end not supplied\n**1075**: priority not supplied\n**1076**: charge not supplied\n**1077**: initial charge not supplied\n**1078**: hourly charge not supplied\n**1079**: kilometer charge not supplied\n**1080**: selector conditions not supplied\n**1081**: selector condition type not supplied\n**1082**: selector condition day not supplied\n**1083**: selector condition start not supplied\n**1084**: selector condition end not supplied\n**1085**: start not supplied\n**1086**: end not supplied \n**1087**: waitingtime not supplied\n**1088**: distance not supplied\n**1089**: rater not supplied\n**1090**: selector not supplied\n**1091**: fraction charge not supplied\n**1092**: rate not found\n**1093**: mode not found\n**1094**: type and mode combination not valid\n**1095**: date not valid\n**1096**: start not valid\n**1097**: end not valid \n**1098**: created not valid\n**1099**: updated not valid \n**1100**: identifier not valid\n**1101**: device not found\n**1102**: vehicle not found\n**1103**: region not found\n**1104**: customer not found\n**1105**: owner not supplied\n**1106**: type not valid\n**1107**: selector condition distance not supplied\n**1108**: selector condition time not supplied\n**1109**: selector condition value not supplied\n**1110**: owner not valid\n**1111**: weight not supplied\n**1112**: formula condition type not supplied\n**1113**: formula condition value not supplied\n**1114**: unexpected condition type\n**1115**: unexpected formula type\n**1116**: formula not supplied\n**1117**: selector condition resource not supplied\n**1118**: selector condition number not supplied\n**1119**: selector condition distance not valid\n**1120**: selector condition time not valid\n**1121**: selector condition number not valid\n**1122**: selector condition value not valid\n**1123**: selector condition resource not valid\n**1124**: formula condition value not valid\n**1125**: vehicle not supplied\n**1126**: trip start object not supplied\n**1127**: trip end object not supplied\n**1128**: trip start date not supplied\n**1129**: trip start location not supplied\n**1130**: trip start unstable not supplied\n**1131**: trip end date not supplied\n**1132**: trip end location not supplied\n**1133**: trip end unstable not supplied\n**1134**: device not supplied\n**1135**: trip start date not valid\n**1136**: trip end date not valid\n**1137**: cost not supplied\n**1138**: driver not supplied\n**1139**: seats not supplied\n**1140**: seats not valid\n**1141**: event not supplied\n**1142**: event not found\n**1143**: frame not supplied\n**1144**: content not supplied\n**1145**: date not valid\n**1146**: event duplication\n**1147**: trip not found\n**1148**: vehicle not valid\n**1149**: filter from not valid\n**1150**: filter to not valid\n**1151**: driver not valid\n**1152**: cost not supplied\n**1153**: cost not valid\n**1154**: odometer not valid\n**1155**: waitingtime not valid\n**1156**: driver not valid\n**1157**: tag not supplied\n**1158**: name not valid\n**1159**: tag not valid\n**1160**: tag duplication\n**1161**: distance not found\n**1162**: location not supplied\n**1163**: taximeter status not supplied\n**1164**: taximeter tariff not supplied\n**1165**: tracking not found\n**1166**: picture not valid\n**1167**: email not valid\n**1168**: cpf/cnpj not valid\n**1169**: zip not valid\n**1170**: street not valid\n**1171**: number not valid\n**1172**: district not valid\n**1173**: city not valid\n**1174**: state not valid\n**1175**: complement not valid\n**1176**: phone not valid\n**1178**: resource not found\n**1179**: resource not valid\n**1180**: mimetype not valid\n**1181**: resource size limit exceeded\n**1182**: credit card token not supplied\n**1183**: iugu is not accessible\n**1184**: user integration id not set\n**1185**: payment method not valid\n**1186**: payment day not valid\n**1187**: customer not supplied\n**1188**: customer not valid\n**1189**: method not supplied\n**1190**: method type not supplied\n**1191**: method id not supplied\n**1192**: charges not supplied\n**1193**: charges not valid\n**1194**: charge type not supplied\n**1195**: charge vehicle not supplied\n**1196**: charge vehicle not valid\n**1197**: charge value not supplied\n**1198**: charge value not valid\n**1199**: charge period not supplied\n**1200**: charge period start not supplied\n**1201**: charge period end not supplied\n**1202**: charge period start not valid\n**1203**: charge period end not valid\n**1204**: charge date not supplied\n**1205**: charge date not valid\n**1206**: charge type not valid\n**1207**: address not supplied\n**1208**: size not valid\n**1209**: bill not valid\n**1210**: partner payment code not supplied\n**1211**: credit card not supplied\n**1212**: bill not found\n**1213**: user not valid\n**1214**: not possible to cancel a invoice\n**1215**: nothing to pay\n**1216**: Google Places ID not supplied\n**1217**: address location not supplied\n**1218**: address description not supplied\n**1219**: description not supplied\n**1220**: parent not supplied\n**1221**: id not valid\n**1222**: parent not valid\n**1223**: opening hours not supplied\n**1224**: opening hours not valid\n**1225**: partnerships not valid\n**1226**: partnership product not supplied\n**1227**: partnership product not valid\n**1228**: partnership type not supplied\n**1229**: partnership type not valid\n**1230**: partnership value not supplied\n**1231**: partnership value not valid\n**1232**: partnership to not valid\n**1233**: location not valid\n**1234**: contacts not supplied\n**1235**: contact type not supplied\n**1236**: contact type not valid\n**1237**: contact value not supplied\n**1238**: partner not valid\n**1239**: partner not found\n**1240**: resources array not valid\n**1241**: size not supplied\n**1242**: photos not valid\n**1243**: photo not valid\n**1244**: products not valid\n**1245**: product not valid\n**1246**: product id not supplied\n**1247**: product id not valid\n**1248**: product price not valid\n**1249**: product not found\n**1250**: kind not supplied\n**1251**: kind not valid\n**1252**: period not supplied\n**1253**: period not valid\n**1254**: price not supplied\n**1255**: price not valid\n**1256**: shortname not supplied\n**1257**: shortname not valid\n**1258**: description not valid\n**1259**: address description not valid\n**1260**: address location not valid\n**1261**: credential not found\n**1262**: credential code not found\n**1263**: credential code not supplied\n**1264**: duplicated username\n**1265**: recover email not sent\n**1266**: username not valid\n**1267**: password not valid\n**1268**: duplicated user\n**1269**: credential code not valid\n**1270**: child id not valid\n**1271**: plate not supplied\n**1272**: plate not valid\n**1273**: color not supplied\n**1274**: color not valid\n**1275**: rater not valid\n**1276**: region not valid\n**1277**: filter user not supplied\n**1278**: filter email not supplied\n**1279**: filter source id not supplied\n**1280**: filter source name not supplied\n**1281**: user has no email\n**1282**: recover not found\n**1283**: filter credential code not supplied\n**1284**: code not supplied\n**1285**: code not valid\n**1286**: filter code not valid\n**1287**: filter code not supplied\n**1288**: customer flag not valid\n**1289**: admin flag not valid\n**1290**: no invoice created\n**1291**: resources api unavailable\n**1292**: invoice not found\n**1293**: method type not valid\n**1294**: download not found\n**1295**: invoice not created\n**1296**: invoice not canceled\n**1297**: charge product not supplied\n**1298**: charge product not valid\n**1299**: charge device not valid\n**1300**: charge id not valid\n**1301**: charge subscription not supplied\n**1302**: charge subscription not valid\n**1303**: partner not supplied\n**1304**: method id not valid\n**1305**: method not found\n**1306**: method not valid\n**1307**: duedate not supplied\n**1308**: duedate not valid\n**1309**: charge period not valid\n**1310**: user data is not completed\n**1311**: charge description not supplied\n**1312**: charge description not valid\n**1313**: duplicated bill\n**1314**: error paying\n**1315**: method tries not supplied\n**1316**: method tries not valid\n**1317**: charges not found\n**1318**: maximum retries exceeded\n**1319**: source id not valid\n**1320**: source name not valid\n**1321**: source not valid\n**1322**: filter experimental not valid\n**1323**: filter kind not valid\n**1324**: filter interval not supplied\n**1325**: maximum retries exceeded generating the code\n**1326**: ticket already used\n**1327**: ticket not found\n**1328**: value not supplied\n**1329**: value not valid\n**1330**: duplicated ticket code\n**1331**: filter value code not supplied\n**1332**: error paying: not able to use the ticket\n**1333**: error paying: wrong ticket value\n**1334**: key not supplied\n**1335**: key not valid\n**1336**: product not supplied\n**1337**: product not valid\n**1338**: device not valid\n**1339**: stock not found\n**1340**: status not supplied\n**1341**: no device found in any partner stock\n**1342**: no paid bill found for the product\n**1343**: filter type not valid\n**1344**: filter type not supplied\n**1345**: unable to update the charge\n**1346**: region not found\n**1347**: battery not valid\n**1348**: speed not valid\n**1349**: moving not valid\n**1350**: ignition not valid\n**1351**: distance not valid\n**1352**: blocked not valid\n**1353**: battery charge not valid\n**1354**: battery charge not supplied\n**1355**: battery level not valid\n**1356**: battery level not supplied\n**1357**: taximeter not valid\n**1358**: taximeter status not valid\n**1359**: taximeter tariff not valid\n**1359**: error paying: ticket already used\n**1360**: error paying: ticket expired\n**1361**: partner ticket can only be used for today's bills\n**1362**: partner ticket should only have 1 try\n**1363**: ticket not valid\n**1364**: error paying: days are less than 0\n**1365**: error paying: duedate must not be in the past\n**1366**: iugu internal error\n**1367**: region not found\n**1368**: rater not found\n**1369**: bill not supplied\n**1370**: error paying: error creating the invoice in iugu\n**1371**: timezone not valid\n**1372**: region not supplied\n**1373**: charge not found\n**1374**: charge has a device already attached\n**1375**: charge not valid\n**1376**: error paying: ticket already used\n**1377**: duplicated vehicle\n**1378**: device already vinculated to another vehicle\n**1379**: duplicated id\n**1380**: duplicated station\n**1381**: address not valid\n**1382**: station not found\n**1383**: station not supplied\n**1384**: station not valid\n**1385**: volume not supplied\n**1386**: volume not valid\n**1387**: unit not supplied\n**1388**: unit not valid\n**1389**: user has no default payment defined\n**1390**: billable not supplied\n**1391**: billable not valid\n**1392**: subscription not found\n**1393**: subscription not valid\n**1394**: expectation not found\n**1395**: duplicated subscription\n**1396**: charge device not supplied\n**1397**: fit not supplied\n**1398**: fit not valid\n**1399**: subscription already activated\n**1400**: unable to create the subscription\n**1401**: duplicated timeline event\n**1402**: type not valid\n**1403**: timeline not found\n**1404**: event not valid\n**1405**: charge partner not supplied\n**1406**: charge partner not valid\n**1407**: filter ticket not supplied\n**1408**: notification event not supplied\n**1409**: notification event not valid\n**1410**: flag event panic button not supplied\n**1411**: flag event panic button not valid\n**1412**: flag event waiting not supplied\n**1413**: flag event waiting not valid\n**1414**: flag event speed not supplied\n**1415**: flag event speed not valid\n**1416**: notification trip not supplied\n**1417**: notification trip not valid\n**1418**: flag trip deviation not supplied\n**1419**: flag trip deviation not valid\n**1420**: flag trip correct not supplied\n**1421**: flag trip correct not valid\n**1422**: flag trip attention not supplied\n**1423**: flag trip attention not valid\n**1424**: notification bill not supplied\n**1425**: notification bill not valid\n**1426**: flag subscription bill not supplied\n**1427**: flag subscription bill not valid\n**1428**: flag subscription overdue not supplied\n**1429**: flag subscription overdue not valid\n**1430**: flag bill payment error not supplied\n**1431**: flag bill payment error not valid\n**1432**: duplicated point\n**1433**: duplicated name\n**1434**: iid not supplied\n**1435**: iid not valid\n**1436**: token not valid\n**1437**: token not found\n**1438**: devices not valid\n**1439**: battery not supplied\n**1440**: duration not supplied\n**1441**: duration not valid\n**1442**: duplicated trip\n**1443**: error paying: iugu payment validation failed\n**1444**: resource not created\n**1445**: message not supplied\n**1446**: message not valid\n**1447**: device already vinculated to current vehicle\n**1448**: unable to add history to device\n**1449**: fence not found\n**1450**: polygon not supplied\n**1451**: polygon not valid\n**1452**: fence not supplied\n**1453**: fence not valid\n**1454**: fences not supplied\n**1455**: fences not valid\n**1456**: contact not valid\n**1457**: contact not found\n**1458**: partnership not valid\n**1459**: partnership not found\n**1460**: to not valid\n**1461**: users not valid\n**1462**: user id not supplied\n**1463**: user id not valid\n**1464**: role not supplied\n**1465**: role not valid\n**1466**: path not supplied\n**1467**: path not valid\n**1468**: all not supplied\n**1469**: all not valid\n**1470**: permission not supplied\n**1471**: permission not valid\n**1472**: permission not found\n**1473**: constant not supplied\n**1474**: constant not valid\n**1475**: resource not supplied\n**1476**: hardware not supplied\n**1477**: hardware not valid\n**1478**: version not valid\n**1479**: block not supplied\n**1480**: block not valid\n**1481**: permissions not supplied\n**1482**: permissions not valid\n**1483**: role not found\n**1484**: roles not valid\n**1485**: roles not supplied\n**1486**: user not authorized to use the resource\n**1487**: unable to change\n**1488**: recycling not supplied\n**1489**: recycling not valid\n**1490**: status not valid\n**1491**: taxes not supplied\n**1492**: taxes not valid\n**1493**: entry not found\n**1494**: paid at not supplied\n**1495**: paid at not valid\n**1496**: payment not found\n**1497**: payment not waiting the invoice\n**1498**: resources not supplied\n**1499**: entries not supplied\n**1500**: unable to create the payment\n**1501**: unable to pay the payment\n**1502**: unable to delete in current payment status\n**1503**: payment not valid\n**1504**: invoice not valid\n**1505**: invoice not supplied\n**1506**: unable to add user to partner\n**1507**: payment not waiting the receipt\n**1508**: receipt not found\n**1509**: receipt not valid\n**1510**: object not supplied\n**1511**: object not valid\n**1512**: notification not found\n**1513**: message not found\n**1514**: flag event battery not supplied\n**1515**: flag event battery not valid\n**1516**: intensity not supplied\n**1517**: intensity not valid\n**1518**: subscription not supplied\n**1519**: subscription not valid\n**1520**: from not supplied\n**1521**: from not valid\n**1522**: to not supplied\n**1523**: product does not match\n**1524**: other not supplied\n**1525**: other not valid\n**1526**: other not found\n**1527**: from not found\n**1528**: to not found\n**1529**: days not supplied\n**1530**: days not valid\n**1531**: unable to update the subscriptions\n**1532**: unable to update the bills\n**1533**: device from not supplied\n**1534**: device from not valid\n**1535**: device to not supplied\n**1536**: device to not valid\n**1537**: unexpected subscription return\n**1538**: unable to cancel the subscriptions\n**1539**: unable to vinculate vehicle in stock\n**1540**: subscription id not supplied\n**1541**: subscription id not valid\n**1542**: subscription duedate not supplied\n**1543**: subscription duedate not valid\n**1544**: subscriptions not supplied\n**1545**: subscriptions not valid\n**1546**: notification subscription not supplied\n**1547**: notification subscription not valid\n**1548**: flag subscription pending not supplied\n**1549**: flag subscription pending not valid\n**1550**: entry not valid\n**1551**: unable to delete entry with current type\n**1552**: notification registration not supplied\n**1553**: notification registration not valid\n**1554**: flag registration user not supplied\n**1555**: flag registration user not valid\n**1556**: flag registration vehicle not supplied\n**1557**: flag registration vehicle not valid\n**1558**: unable to pay the product\n**1559**: unable to create the product\n**1560**: iccid not supplied\n**1561**: iccid not valid\n**1562**: credentials not supplied\n**1563**: credentials not valid\n**1564**: recover not supplied\n**1565**: recover not valid\n**1566**: unable to vinculate product in user\n**1567**: credential not supplied\n**1568**: credential not valid\n**1569**: notification not supplied\n**1570**: notification not valid\n**1571**: error recovering message object\n**1572**: runat not supplied\n**1573**: runat not valid\n**1574**: interval not supplied\n**1575**: inverval not valid\n**1576**: sections not supplied\n**1577**: sections not valid\n**1578**: devices not supplied\n**1579**: identifiers not supplied\n**1580**: identifiers not valid\n**1581**: section not found\n**1582**: schedule not found\n**1583**: runAt cannot be in the past\n**1584**: runat cannot be in more than a year\n**1585**: report not found\n**1586**: user already associated to current vehicle\n**1587**: old password not supplied\n**1588**: old password not valid\n**1589**: new password not supplied\n**1590**: new password not valid\n**1591**: error invalidating open sessions\n**1592**: profiles not supplied\n**1593**: profiles not valid\n**1594**: profile not supplied\n**1595**: profile not valid\n**1596**: impersonate flag not supplied\n**1597**: impersonate flag not valid\n**1598**: user cannot impersonate\n**1599**: user not allowed to impersonate the user\n**1600**: impersonate not valid\n**1601**: authentication failed - profile not allowed\n**1602**: authentication failed - partner not allowed\n**1603**: url not supplied\n**1604**: url not valid\n**1605**: auth not supplied\n**1606**: auth not valid\n**1607**: discount not supplied\n**1608**: discount not valid\n**1609**: integration not supplied\n**1610**: integration not valid\n**1611**: integration not found\n**1612**: unable to integrate\n**1613**: user not allowed \n**1614**: subtype not valid\n**1615**: subtype not supplied\n**1616**: auth not valid\n**1617**: auth not supplied\n**1618**: url not valid\n**1619**: url not supplied\n**1620**: data not valid\n**1621**: data not supplied\n**1622**: icon not supplied\n**1623**: icon not valid\n**1624**: seatmap not valid\n**1625**: seatmap not supplied\n**1626**: model not valid\n**1627**: model not supplied\n**1628**: model not found\n**1629**: integrations not valid\n**1630**: entity not valid\n**1631**: entity not supplied\n**1632**: integrations not supplied\n**1633**: entities not valid\n**1634**: entities not supplied\n**1635**: tag status not valid\n**1636**: tag status not supplied\n**1637**: tag code not valid\n**1638**: tag code not supplied\n**1639**: temperature not valid\n**1640**: temperature not supplied\n**1641**: humidity not valid\n**1642**: humidity not supplied\n**1643**: door not valid\n**1644**: door not supplied\n**1645**: auxiliary not valid\n**1646**: auxiliary not supplied\n**1647**: flag event temperature not supplied\n**1648**: flag event temperature not valid\n**1649**: filter not vehicle not supplied\n**1650**: signal not supplied\n**1651**: signal not valid\n\n----------------------------------------\nAbaixo, estão os códigos de notificações, que iniciam a partir do código 3000.**3100**: events\n**3101**: the panic button was pressed\n**3002**: vehicle standing\n**3003**: the maximum speed was exceeded\n**3200**: trips\n**3201**: there is a new desviation trip\n**3202**: there is a new trip\n**3203**: there is a new attention trip\n**3300**: bills\n**3301**: there is a bill for next days\n**3302**: there is a overdued bill\n**3303**: error in your payment method\n**3304**: standing not supplied\n**3305**: standing not valid\n**3306**: turning not supplied\n**3307**: turning not valid\n**3308**: standing timer not supplied\n**3309**: standing timer not valid\n**3310**: standing speed not supplied\n**3311**: standing speed not valid\n**3312**: moving timer not supplied\n**3313**: moving timer not valid\n**3314**: moving speed not supplied\n**3315**: moving speed not valid\n**3316**: turning angle not supplied\n**3317**: turning angle not valid\n**3318**: turning timer not supplied\n**3319**: turning timer not valid\n----------------------------------------\nAbaixo estão as propriedades reportadas como parte dos erros.\n**4001**: credentials \n\n ```","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":true,"owner":"1751682","team":231793,"collectionId":"e997079e-7940-7a1f-2e63-19d9f7859cfe","publishedId":"Rzn8QN4o","public":true,"publicUrl":"https://doc.feria.soha.com.br","privateUrl":"https://go.postman.co/documentation/1751682-e997079e-7940-7a1f-2e63-19d9f7859cfe","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FFBF00"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.10.1","publishDate":"2020-07-21T18:02:03.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[{"name":"Féria","id":"249ff0ac-12ba-46a0-87b8-7523da1ac0c7","owner":"1751682","values":[{"key":"url","value":"api.feria.soha.com.br","enabled":true},{"key":"token","value":"<jwt>","enabled":true},{"key":"session","value":"<session-id>","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/82612e6e4debb4178e7fddd170254e327e28907bedc4d09d5878fad940ef8a19","favicon":"https://soha.com.br/favicon.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":"Féria","value":"1751682-249ff0ac-12ba-46a0-87b8-7523da1ac0c7"}],"canonicalUrl":"https://doc.feria.soha.com.br/view/metadata/Rzn8QN4o"}