Help
RSS
API
Feed
Maltego
Contact
Domain > api.goux.com.br
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-09-06
45.34.12.247
(
ClassC
)
2026-01-24
185.173.109.40
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Sat, 24 Jan 2026 06:59:26 GMTServer: LiteSpeedLocation: https://api.goux.com.br/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100X-Powered-By: PHP/7.4.33Content-Type: text/html; charsetUTF-8Content-Length: 25913Date: Sat, 24 Jan 2026 06:59:27 GMTServer: LiteSpeedplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requests !-- API Documentation HTML Template - 1.0.1 Copyright © 2016 Florian Nicolas Licensed under the MIT license. https://github.com/ticlekiwi/API-Documentation-HTML-Template !--> !DOCTYPE html>html classno-js langen>head> meta charsetutf-8> title>API - Documentation/title> meta namedescription content> meta nameauthor contentticlekiwi> meta http-equivcleartype contenton> meta http-equivX-UA-Compatible contentIEedge,chrome1> meta nameviewport contentwidthdevice-width, initial-scale1.0> link relstylesheet hrefcss/hightlightjs-dark.css> script srchttps://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js>/script> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyRoboto:ital,wght@0,300;0,400;0,500;1,300&familySource+Code+Pro:wght@300&displayswap relstylesheet> link relstylesheet hrefhttps://api.goux.com.br/assets/css/style.css mediaall> script>hljs.initHighlightingOnLoad();/script>/head>body>div classleft-menu> div classcontent-logo> img alt title srchttps://goux.com.br/assets/img/logo.png height32 /> span>API Documentação/span> /div> div classcontent-menu> ul> li classscroll-to-link active data-targetinicio> a>Início/a> /li> li classscroll-to-link data-targetautenticacao> a>Autenticação/a> /li> li classscroll-to-link data-targetcontent-categories> a>Categorias/a> /li> li classscroll-to-link data-targetcontent-products> a>Produtos/a> /li> li classscroll-to-link data-targetcontent-errors> a>Errors/a> /li> /ul> /div>/div>div classcontent-page> div classcontent-code>/div> div classcontent> div classoverflow-hidden content-section idinicio> h1>Inicio/h1> pre> API Endpoint https://api.{domain}.com.br/ /pre> p> Esse manual técnico tem como objetivo ajudar desenvolvedores/programadores na integração com a API Rest GoUx.br> A API GoUx é uma integração do tipo REST que realiza comunicações seguras com lojas virtuais credenciadas a esta integração através de objetos JSON, que tenham ID e Token válidos.br> A REST API pode ter seus recursos acessados e utilizados por qualquer linguagem de programação que tenha recursos Web de comunicação HTTP e manipulação de JSON. /p> p> Para obter suporte relacionado a strong>API/strong>, entre em contato com a hrefmailto:tiagobrilhante@goux.com.br>tiagobrilhante@goux.com.br/a>. /p> /div> div classoverflow-hidden content-section idautenticacao> h1>Autenticação/h1> pre> curl --location --request POST http://api.{domain}.com.br/auth/login?username{user}&password{pass} \ --header Content-Type: application/json \ --header Client-Service: frontend-client \ --header Auth-Key: simplerestapi \ /pre> pre> Response: { status: 200, message: Login realizado com sucesso., id: 1, token: 399a441ab120facf5a188b48c3c5c0fa48252a85df3934c2ce55f0c37c08f6... } /pre> p> Para realizar a autenticação, envie para o endpoint os parâmetros username e password.br> code classhiglighted break-word>POST: http://api.{domain}.com.br/auth/login?username{user}&password{pass}/code> /p> h4>Parâmetros/h4> table classcentral-overflow-x> thead> tr> th>Chave/th> th>Valor/th> th>Descrição/th> /tr> /thead> tbody> tr> td>username/td> td>api_user/td> td>Seu usuário administrativo na plataforma/td> /tr> tr> td>password/td> td>123456/td> td>Senha de acesso do usuário administrativo/td> /tr> /tbody> /table> h4>Header/h4> table classcentral-overflow-x> thead> tr> th>Chave/th> th>Valor/th> th>Descrição/th> /tr> /thead> tbody> tr> td>Content-Type/td> td>application/json/td> td>/td> /tr> tr> td>Client-Service/td> td>frontend-client/td> td>/td> /tr> tr> td>Auth-Key/td> td>simplerestapi/td> td>/td> /tr> /tbody> /table> /div> div classoverflow-hidden content-section idcontent-categories> h2>Categorias/h2> pre>code classbash> # Here is a curl example curl \ request GET https://api.{domain}.com.br/categories/ \ --header Content-Type: application/json \ --header Client-Service: frontend-client \ --header Auth-Key: simplerestapi \ --header User-ID: 4 \ --header Authorization: feae050d4db4fbcbbe... \ /code>/pre> p> Use o endpoint abaixo para listar as categorias da lojabr> code classhiglighted break-word>GET: https://api.{domain}.com.br/categories//code> /p> br> pre>code classjson> Result example : { id: 1, name: Blusas }, { id: 2, name: Calçados } /code>/pre> h4>Header/h4> table classcentral-overflow-x> thead> tr> th>Chave/th> th>Valor/th> th>Descrição/th> /tr> /thead> tbody> tr> td>Content-Type/td> td>application/json/td> td>/td> /tr> tr> td>Client-Service/td> td>frontend-client/td> td>/td> /tr> tr> td>Auth-Key/td> td>simplerestapi/td> td>/td> /tr> tr> td>User-ID/td> td>4/td> td>ID do usuário/td> /tr> tr> td>Authorization/td> td>399a441ab120f.../td> td>Token de acesso/td> /tr> /tbody> /table> /div> div classoverflow-hidden content-section idcontent-products> h2>Produtos/h2> pre>code classbash> # Here is a curl example curl \ request GET https://api.{domain}.com.br/products/ \ --header Content-Type: application/json \ --header Client-Service: frontend-client \ --header Auth-Key: simplerestapi \ --header User-ID: 4 \ --header Authorization: feae050d4db4fbcbbe... \ /code>/pre> p> Use o endpoint abaixo para listar os produtos da lojabr> API retorna 20 registros por requisição.br> code classhiglighted break-word>GET: https://api.{domain}.com.br/products//code> /p> br> pre>code classjson> Result example : { 0: { id: 82, slug: teste-pagamento-82, sku: , title: Teste Pagamento, description: , seo_title: , seo_description: , seo_keywords: , gtin: null, mpn: null, ncm: null, brand: 0, category_id: 17, price: 2500, cost: null, discount_rate: 0, status: 1, stock: 10, shipping_cost_type: free_shipping, height: 0, width: 0, length: 0, weight: 1, cubage: 0, created_at: 2021-03-21 23:17:55 }, 1: { id: 105, slug: kit-cravinhos-nunca-ouvi-falar-105, sku: SKU-GP962P1X8, title: KIT - CRAVINHOS? NUNCA OUVI FALAR!, description: Descrição do produto, seo_title: KIT - CRAVINHOS? NUNCA OUVI FALAR!, seo_description: Cravos são acúmulo de sebo, sujidades, poluição, queratina, resquício de maquiagem e protetor solar.., seo_keywords: , gtin: null, mpn: null, ncm: null, brand: 0, category_id: 39, price: 10090, cost: 0, discount_rate: 0, status: 1, stock: 1, shipping_cost_type: Correios, height: 19, width: 7, length: 12, weight: 0.350, cubage: 0, created_at: 2021-06-30 19:09:16, variations: { id: 17, product_id: 105, user_id: 1, parent_id: 0, label_names: { lang_id: 2, label: PELE } , variation_type: radio_button, insert_type: new, option_display_type: text, show_images_on_slider: 0, use_different_price: 0, is_visible: 1, options: { id: 34, variation_id: 17, parent_id: 0, option_names: { lang_id: 2, option_name: OLEOSA E ACNEICA } , stock: 0, color: , price: 0, discount_rate: 0, is_default: 0, use_default_price: 0, no_discount: 0 }, { id: 35, variation_id: 17, parent_id: 0, option_names: { lang_id: 2, option_name: NORMAL E SECA } , stock: 0, color: , price: 0, discount_rate: 0, is_default: 0, use_default_price: 0, no_discount: 0 } } }, /code>/pre> h4>Header/h4> table classcentral-overflow-x> thead> tr> th>Chave/th> th>Valor/th> th>Descrição/th> /tr> /thead> tbody> tr> td>Content-Type/td> td>application/json/td> td>/td> /tr> tr> td>Client-Service/td> td>frontend-client/td> td>/td> /tr> tr> td>Auth-Key/td> td>simplerestapi/td> td>/td> /tr> tr> td>User-ID/td> td>4/td> td>ID do usuário/td> /tr> tr> td>Authorization/td> td>399a441ab120f.../td> td>Token de acesso/td> /tr> /tbody> /table> h4>Paramêtros/h4> table classcentral-overflow-x> thead> tr> th>Parâmetro/th> th>Valor/th> th>Descrição/th> /tr> /thead> tbody> tr> td>page/td> td>1/td> td>Envie o parâmetro page com o número da página/td> /tr> /tbody> /table> h4>a href#update-product>Atualizar preço e estoque produto simples (sem variação)/a>/h4> h4>a href#update-product-variation>Atualizar preço e estoque de uma variação/a>/h4> /div> div classoverflow-hidden content-section idupdate-product> h2>Atualizar preço e estoque produto simples (sem variação)/h2> pre>code classbash> # Here is a curl example curl \ --request PUT https://api.{domain}.com.br/products/update/{id} \ --header Content-Type: application/json \ --header Client-Service: frontend-client \ --header Auth-Key: simplerestapi \ --header User-ID: 4 \ --header Authorization: feae050d.... \ --data-raw { stock:99, price:2500 } /code>/pre> p> Atualize o preço e estoque do produto, O Valor deve ser enviado em centavos.br> code classhiglighted break-word>PUT:{domain}/api/products/update/{id}/code> /p> br> pre>code classjson> Form data : { stock:99, price:2500 } /code>/pre> pre>code classjson> Result example : { status: 200, message: Produto atualizado com sucesso. } /code>/pre> h4>Campos/h4> table classcentral-overflow-x> thead> tr> th>Campo/th> th>Tipo/th> th>Descrição/th> /tr> /thead> tbody> tr> td>stock/td> td>number/td> td>Informe o estoque do produto/td> /tr> tr> td>price/td> td>number/td> td>Envie o valor do produto em centavos/td> /tr> /tbody> /table> h4>Header/h4> table classcentral-overflow-x> thead> tr> th>Chave/th> th>Valor/th> th>Descrição/th> /tr> /thead> tbody> tr> td>Content-Type/td> td>application/json/td> td>/td> /tr> tr> td>Client-Service/td> td>frontend-client/td> td>/td> /tr> tr> td>Auth-Key/td> td>simplerestapi/td> td>/td> /tr> tr> td>User-ID/td> td>4/td> td>ID do usuário/td> /tr> tr> td>Authorization/td> td>399a441ab120f.../td> td>Token de acesso/td> /tr> /tbody> /table> /div> div classoverflow-hidden content-section idupdate-product-variation> h2>Atualizar preço e estoque de uma variação/h2> pre>code classbash> # Here is a curl example curl \ --request PUT https://api.{domain}.com.br/products/variation/{id} \ --header Content-Type: application/json \ --header Client-Service: frontend-client \ --header Auth-Key: simplerestapi \ --header User-ID: 4 \ --header Authorization: feae050d.... \ --data-raw { stock:99, price:2500 } /code>/pre> p> Atualize o preço e estoque de uma variação, O Valor deve ser enviado em centavos.br> code classhiglighted break-word>PUT:{domain}/api/products/variation/{id}/code> /p> br> pre>code classjson> Form data : { stock:99, price:2500 } /code>/pre> pre>code classjson> Result example : { status: 200, message: Produto atualizado com sucesso. } /code>/pre> h4>Campos/h4> table classcentral-overflow-x> thead> tr> th>Campo/th> th>Tipo/th> th>Descrição/th> /tr> /thead> tbody> tr> td>stock/td> td>number/td> td>Informe o estoque da variação/td> /tr> tr> td>price/td> td>number/td> td>Envie o valor da variação em centavos/td> /tr> /tbody> /table> h4>Header/h4> table classcentral-overflow-x> thead> tr> th>Chave/th> th>Valor/th> th>Descrição/th> /tr> /thead> tbody> tr> td>Content-Type/td> td>application/json/td> td>/td> /tr> tr> td>Client-Service/td> td>frontend-client/td> td>/td> /tr> tr> td>Auth-Key/td> td>simplerestapi/td> td>/td> /tr> tr> td>User-ID/td> td>4/td> td>ID do usuário/td> /tr> tr> td>Authorization/td> td>399a441ab120f.../td> td>Token de acesso/td> /tr> /tbody> /table> /div> div classoverflow-hidden content-section idcontent-errors> h2>Errors/h2> p> The Westeros API uses the following error codes: /p> table> thead> tr> th>Error Code/th> th>Meaning/th> /tr> /thead> tbody> tr> td>X000/td> td> Some parameters are missing. This error appears when you dont pass every mandatory parameters. /td> /tr> tr> td>X001/td> td> Unknown or unvalid code classhiglighted>secret_key/code>. This error appears if you use an unknow API key or if your API key expired. /td> /tr> tr> td>X002/td> td> Unvalid code classhiglighted>secret_key/code> for this domain. This error appears if you use an API key non specified for your domain. Developper or Universal API keys doesnt have domain checker. /td> /tr> tr> td>X003/td> td> Unknown or unvalid user code classhiglighted>token/code>. This error appears if you use an unknow user code classhiglighted>token/code> or if the user code classhiglighted>token/code> expired. /td> /tr> /tbody> /table> /div> /div> div classcontent-code>/div>/div>!-- END Github Corner Ribbon - to remove -->script srchttps://api.goux.com.br/assets/js/script.js>/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]