Back to top

WHAT IS GATE IO ETF

Descrição da Winker.

COST TO WITHDRAW ETH FROM GATE.IOGATE IO VIP 1 OLMA

HAS GATE.IO BEEN HACKEDGATE.IO FEE

Aqui podemos descrever detalhes que são comuns a todos os serviços como formatos, headers, tipos de erros, etc

GATEIO TOP UPCHEAPEST WAY TO TRANSFER FROM GATE IO TO COINBASE

TICKET GATE IMAGE FOR DRAW.IOGATE IO LOGIN PROBLEMS

HTTP status code summary
200 - OK Everything worked as expected.
204 - No Content A requisição foi bem sucedida mas não encontrou nenhum dado para retornar
207 - Multi-Status Se uma operação foi realizada em batch e algum dos itens não foi realizado com sucesso
400 - Bad Request The request was unacceptable, often due to missing a required parameter.
401 - Unauthorized No valid API key provided.
403 - Forbidden No access to requested resource.
402 - Request Failed The parameters were valid but the request failed.
404 - Not Found The requested resource doesn`t exist.
409 - Conflict The request conflicts with another request (perhaps due to using the same idempotent key).
429 - Too Many Requests Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
500, 502, 503, 504 Server Errors Something went wrong on Stripe`s end. (These are rare.)

DOES GATE.IO SUPPORT BINANCE SMART CHAINWAGO IO RASTAKAN GATE

As requisições que gerarem erro devem ter as informações abaixo no corpo da mensagem

{
  "code" : 1234,
  "message" : "Something bad happened :(",
  "description" : "More details about the error here"
}

O status code deve ser diferente de 200 e 201

GATE IO ОБЗОР БИРЖИGATE.IO FUTURES CALCULATOR

As requisições que finalizaram com sucesso devem ter as informações abaixo no corpo da mensagem

{
  "uuid" : "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}

Se a operação foi realizada em batch, com vários dados sendo enviados para criação/atualização/exclusão, o retorno deve ser:

[
    {"uuid" : "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"},
    {"uuid" : "563977f3-b91e-4612-9dc8-6de80680240b"},
    {"uuid" : "3214b935-5484-45db-8890-a7c593b160df"},
    {"uuid" : "5e7dac7b-27c8-4d9c-832f-e451b2ae5d24"}
]

O status code em ambos os casos deve ser 200 ou 201

GATEIO EXCHANGE APIHOW TO TRANSFER USDT FROM GATEIO TO COINBASE

Se uma operação foi realizada em batch e algum dos itens não foi realizado com sucesso a resposta deve ter as informações abaixo no corpo da mensagem

[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
    "status": 200,
    "data" : { data returned for a single processing }
  },
  {
    "uuid": "d03e6e9f-6f1c-41ac-93eb-1df7f215a613",
    "status": 200,
    "data" : { data returned for a single processing }
  },
  {
    "uuid": "e2d27644-ce0d-41b2-9ead-db65f36f217e",
    "status": 400,
    "data" : { data returned for a single processing 400 error }
  }
]

O status code deve ser 207

BITGET VS GATE.IOIS GATE IO BASED IN CHINA

MARKET BUY ON GATE IOHOW TO DEPOSIT FIAT ON GATE IO

Todos os serviços aceitam os parâmetros abaixo

Consultas

Parâmetro Significado Valor padrão
limit número de ítens retornados 10
page número da página a ser usada em conjunto com o limit 1
sort campos e modos de ordenação. Exemplo: /tickets?sort=-priority,created_at. Ordena em ordem descendente por prioridade e ascendente por created_at vazio
fields lista de campos a trazer na consulta vazio

Outros parâmetros enviados via url serão considerados como filtro. Exemplo:

/v1/resource?nome=seguro&id_portal=1,2,3

Demais operações

Parâmetro Significado Valor padrão
sync Se o parâmetro sync = false a API retorna 200 e executa o processo em background, usando filas Cada API tem configurado qual é seu comportamento padrão

GATE IO КАК ПОПОЛНИТЬ СЧЕТGATEIO OSZUSTWO

Parâmetro Significado Valores
Accept Indica para a API o formato que é esperado no retorno application/json
Content-Type Indica qual é o formato que está sendo usado para enviar os dados application/json ou multipart/form-data
Authorization Token usado para autenticação Mais detalhes na sessão Tokens
Pagination-Total-Items Usado nas respostas, para indicar o total de resultados
Pagination-Page-Size Usado nas respostas, para indicar número de resultados por página
Pagination-Total-Pages Usado nas respostas, para indicar o total de páginas de resultado

GATE IO PIXGATEIO MINIMUM DEPOSIT

O sistema suporta dois tipos de tokens:

Tokens de usuário

É um token no formato JWT que é gerado pela api /auth/login

O token de usuário no formato JWT contém o seguinte conteúdo:

{
  "privateData": {
    "key": 1298309864872831,
    "default_portal": {
      "id_portal": 2057,
      "name": "Condominio 2057"
    },
    "portals": [
      {
        "id_portal": 2057,
        "name": "Condominio 2057"
      },
      {
        "id_portal": 2302,
        "name": "Condominio 2057"
      }
    ],
    "user": {
      "id_user": 1,
      "name": "PJ 1",
      "photo": "http://gateway.winker.com.br./vendor/bin/themes/intra/img/sf_ele.gif",
      "user": "admin@winker.com.br",
      "session_id": "sdfsdfds2323sadsfd"
    },
    "user_token": "e961dd69097a517154db667e16d8db8f1d8947bd385752d2f5126840e59c8871f"
  }
}

Token de aplicação

É um token de uma aplicação instalada em um portal. Ele pode ser de dois formatos: JWT (preferencialmente), ou em texto puro.

O token de aplicação no formato JWT contém o seguinte conteúdo:

{
  "privateData": {
    "key": 1298309864872831,
    "default_portal": {
      "id_portal": 2057,
      "name": "Condominio 2057"
    },
    "portals": [
      {
        "id_portal": 2057,
        "name": "Condominio 2057",
      },
      {
        "id_portal": 2302,
        "name": "Condominio 2057",
      }
    ],
    "app_token": "32516a07380c6e5b36a556b587238a2816bd2eed550228fcfbcaf5b3724f65c20",
    "user": {
      "id_user": 1,
      "name": "PJ 1",
      "photo": "http://gateway.winker.com.br./vendor/bin/themes/intra/img/sf_ele.gif",
      "user": "admin@winker.com.br",
    }
  }
}

GATE.IO TRX MAINNETGATEIO SMS CODE NOT SEND

Todos os atributos enviados e recebidos pela API devem ser no formato snake_case.

O correto é id_message. Não usar formatos como message-id ou messageId.

GAAT IOS 13 OP EEN IPHONE SEDUEL MASTERS ENTRY GATE OF DRAGON SAGA IOS

Na documentação da API preferir o uso de verbos:

Correto

  • Listar reservas

  • Listar reserva

  • Criar reserva

  • Atualizar reserva

  • Remover reserva

  • Realizar login

Incorreto

  • Lista reserva

  • Cria reserva

火币 币安 GATE IO OKEX交易所手续费 价格 优缺点汇总GATE.IO DAILY WITHDRAWAL LIMIT

ELITOKEN GATE.IO假币 GATE IO

WITDRAW FEES GATEIOREDDIT GATEIO IDENTITY VERIFYIS KYC NEEDED TO WITHDRAW ON GATE.IO

MXC VS GATE IO

POST https://api.winker.com.br/v1/auth/login
Request  Login
HideShow
Headers
Accept: application/json
Content-Type: application/json
Body
{
  "username": "admin@winker.com.br",
  "password": "123",
  "key": 1298309864872831
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "description": "Username do usuário"
    },
    "password": {
      "type": "string",
      "description": "Senha"
    },
    "key": {
      "type": "number",
      "description": "App key"
    }
  }
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
  "name": "Hello, world!",
  "token": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Identificador do usuário"
    },
    "name": {
      "type": "string",
      "description": "Nome do usuário"
    },
    "token": {
      "type": "string",
      "description": "Token do usuário conectado"
    }
  }
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO 중국REDDIT GATS.IO

KUCOIN VS GATE IOGATE IO FON ŞIFRESI NEDIRGATEIO US CITIZEN

WITHDRAW XLM GATE.IO TO BLOCKCHAIN

POST https://api.winker.com.br/v1/auth/logout
Request  Logout
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  204

GATEIO ONTARIO BANGATE.IO CHIUSO

GATE IO SHOWING WRONG BALANCEBTT GATE.IOGATE IO KALDIRAÇ

GATEIO XDB

POST https://api.winker.com.br/v1/auth/recover-password
Request  Recuperar senha
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "email": "admin@winker.com.br"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "E-mail do usuário"
    }
  }
}
Response  204
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO TOP GAINERSGATE IO TOTP NEDIR

GATEIO CAREERGATE.IO VIP 1

GATE.IO EXPERIENCESGATE.IO FLOKIGATE IO 取引所

GATE IO MARKET EMRI

GET https://api.winker.com.br/v1/me
Request  Me
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_user": "1",
  "name": "John Doe",
  "photo_url": "https://wwww.photourl.com/johndoe",
  "portal_default": [
    {
      "id_portal": "1",
      "name": "Ilhas Belas",
      "photo_url": "https://www.photourl.com.br/portal/ilhasbelas"
    }
  ],
  "portals": [
    {
      "id_portal": "1",
      "name": "Ilhas Belas",
      "photo_url": "https://www.photourl.com.br/portal/ilhasbelas"
    }
  ]
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_user": {
      "type": "string",
      "description": "Identificador do usuário"
    },
    "name": {
      "type": "string",
      "description": "Nome do usuário"
    },
    "photo_url": {
      "type": "string",
      "description": "Foto do usuário"
    },
    "portal_default": {
      "type": "array",
      "description": "Portal padrão"
    },
    "portals": {
      "type": "array",
      "description": "Portais do usuário"
    }
  }
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

IOS GOOGLE MAPS NOTIFACATIE GAAT NIET WEGDEPOSITAR NA GATE IO

GHOST SCANNABLE IO 29 ENDLESS GATEGATE IO BASED IN

GATE IO HOW TO WITHDRAW TO BANK ACCOUNTCRYPTO GATE.IOENDLESS GATE IO TREASURE

REGISTER GATE.IO

GET https://api.winker.com.br/v1/application?target=portal
URI Parameters
HideShow
target
string (required) Example: portal

Alvo do aplicativo (portal, provider, user)

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_application": 1,
    "key": "55de77",
    "name": "Agora",
    "events": {
      "Winker/Event/AuthorizedVisitor/Added": {
        "api": "https://EventName1.winker.com.br/v1/configuration",
        "method": "GET",
        "on_install": true,
        "headers": "Authorization: app_token, Accept: application/json"
      },
      "Winker/Event/AuthorizedVisitor/Updated": {
        "api": "https://EventName2.winker.com.br/v1/configuration",
        "method": "PUT",
        "on_install": false,
        "headers": "Authorization: app_token, Accept: application/json"
      }
    },
    "pages": {
      "page1": "https://pages.winker.com.br/pages/page1",
      "page2": "https://pages.winker.com.br/pages/page2"
    },
    "permissions": {
      "PermissionGroup1": [
        "read"
      ],
      "PermissionGroup2": [
        "read"
      ]
    },
    "providers": [
      {
        "id_provider": 46,
        "configuration": {
          "server_api": "http://setupdemo.provider.com:9080/AGORA/"
        }
      },
      {
        "id_provider": 47,
        "configuration": {
          "server_api": "http://121.121.121.121/PSIM/"
        }
      }
    ],
    "version": "1"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_application": {
        "type": "number"
      },
      "key": {
        "type": "string"
      },
      "name": {
        "type": "string",
        "description": "Nome do aplicativo"
      },
      "events": {
        "type": "object",
        "properties": {
          "Winker/Event/AuthorizedVisitor/Added": {
            "type": "object",
            "properties": {
              "api": {
                "type": "string",
                "description": "Url do evento"
              },
              "method": {
                "type": "string",
                "description": "Método do evento"
              },
              "on_install": {
                "type": "boolean"
              },
              "headers": {
                "type": "string",
                "description": "Headers do evento"
              }
            },
            "description": "Exemplo de evento 1"
          },
          "Winker/Event/AuthorizedVisitor/Updated": {
            "type": "object",
            "properties": {
              "api": {
                "type": "string",
                "description": "Url do evento"
              },
              "method": {
                "type": "string",
                "description": "Método do evento"
              },
              "on_install": {
                "type": "boolean"
              },
              "headers": {
                "type": "string",
                "description": "Headers do evento"
              }
            },
            "description": "Exemplo de evento 2"
          }
        },
        "description": "Eventos"
      },
      "pages": {
        "type": "object",
        "properties": {
          "page1": {
            "type": "string"
          },
          "page2": {
            "type": "string"
          }
        },
        "description": "Páginas"
      },
      "permissions": {
        "type": "object",
        "properties": {
          "PermissionGroup1": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Exemplo de grupo de permissão 1"
          },
          "PermissionGroup2": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Exemplo de grupo de permissão 2"
          }
        },
        "description": "Permissões"
      },
      "providers": {
        "type": "array",
        "items": [
          {
            "type": "object",
            "properties": {
              "id_provider": {
                "type": "number",
                "description": "Id do Provider"
              },
              "configuration": {
                "type": "object",
                "properties": {
                  "server_api": {
                    "type": "string"
                  }
                },
                "description": "Configuração do Provider"
              }
            }
          },
          {
            "type": "object",
            "properties": {
              "id_provider": {
                "type": "number",
                "description": "Id do Provider"
              },
              "configuration": {
                "type": "object",
                "properties": {
                  "server_api": {
                    "type": "string"
                  }
                },
                "description": "Configuração do Provider"
              }
            }
          }
        ],
        "description": "Providers"
      },
      "version": {
        "type": "string",
        "description": "Versão do aplicativo"
      }
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO CHARGESGATE IO LBLOCK

GATEIO TELEGRAMHOW TO WITHDRAW GATEIOIS GATE.IO FOR US CITIZENS

BTC GATEIO

GET https://api.winker.com.br/v1/application/55de77
URI Parameters
HideShow
id_application
string (required) Example: 55de77

Identificador do aplicativo

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_application": 1,
  "key": "55de77",
  "name": "Agora",
  "events": {
    "Winker/Event/AuthorizedVisitor/Added": {
      "api": "https://EventName1.winker.com.br/v1/configuration",
      "method": "GET",
      "on_install": true,
      "headers": "Authorization: app_token, Accept: application/json"
    },
    "Winker/Event/AuthorizedVisitor/Updated": {
      "api": "https://EventName2.winker.com.br/v1/configuration",
      "method": "PUT",
      "on_install": false,
      "headers": "Authorization: app_token, Accept: application/json"
    }
  },
  "pages": {
    "page1": "https://pages.winker.com.br/pages/page1",
    "page2": "https://pages.winker.com.br/pages/page2"
  },
  "permissions": {
    "PermissionGroup1": [
      "read"
    ],
    "PermissionGroup2": [
      "read"
    ]
  },
  "providers": [
    {
      "id_provider": 46,
      "configuration": {
        "server_api": "http://setupdemo.provider.com:9080/AGORA/"
      }
    },
    {
      "id_provider": 47,
      "configuration": {
        "server_api": "http://121.121.121.121/PSIM/"
      }
    }
  ],
  "version": "1"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_application": {
      "type": "number"
    },
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "description": "Nome do aplicativo"
    },
    "events": {
      "type": "object",
      "properties": {
        "Winker/Event/AuthorizedVisitor/Added": {
          "type": "object",
          "properties": {
            "api": {
              "type": "string",
              "description": "Url do evento"
            },
            "method": {
              "type": "string",
              "description": "Método do evento"
            },
            "on_install": {
              "type": "boolean"
            },
            "headers": {
              "type": "string",
              "description": "Headers do evento"
            }
          },
          "description": "Exemplo de evento 1"
        },
        "Winker/Event/AuthorizedVisitor/Updated": {
          "type": "object",
          "properties": {
            "api": {
              "type": "string",
              "description": "Url do evento"
            },
            "method": {
              "type": "string",
              "description": "Método do evento"
            },
            "on_install": {
              "type": "boolean"
            },
            "headers": {
              "type": "string",
              "description": "Headers do evento"
            }
          },
          "description": "Exemplo de evento 2"
        }
      },
      "description": "Eventos"
    },
    "pages": {
      "type": "object",
      "properties": {
        "page1": {
          "type": "string"
        },
        "page2": {
          "type": "string"
        }
      },
      "description": "Páginas"
    },
    "permissions": {
      "type": "object",
      "properties": {
        "PermissionGroup1": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Exemplo de grupo de permissão 1"
        },
        "PermissionGroup2": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Exemplo de grupo de permissão 2"
        }
      },
      "description": "Permissões"
    },
    "providers": {
      "type": "array",
      "items": [
        {
          "type": "object",
          "properties": {
            "id_provider": {
              "type": "number",
              "description": "Id do Provider"
            },
            "configuration": {
              "type": "object",
              "properties": {
                "server_api": {
                  "type": "string"
                }
              },
              "description": "Configuração do Provider"
            }
          }
        },
        {
          "type": "object",
          "properties": {
            "id_provider": {
              "type": "number",
              "description": "Id do Provider"
            },
            "configuration": {
              "type": "object",
              "properties": {
                "server_api": {
                  "type": "string"
                }
              },
              "description": "Configuração do Provider"
            }
          }
        }
      ],
      "description": "Providers"
    },
    "version": {
      "type": "string",
      "description": "Versão do aplicativo"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE.IO IPHONE APPIS GATE IO REGULATED IN UK

TRANSFER FROM COINBASE TO GATE IOWITHDRAW TO GATE IO CODEVIREMENT BANCAIRE GATEIO

GATE.IO EINZAHLEN PAYPAL

GET https://api.winker.com.br/v1/application/provider
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: app_token
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_provider": 1,
  "configuration": {
    "server_api": "Hello, world!"
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_provider": {
      "type": "number",
      "description": "Id do Provider"
    },
    "configuration": {
      "type": "object",
      "properties": {
        "server_api": {
          "type": "string",
          "description": "Endereço da API"
        }
      },
      "description": "Configuração do Provider"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

DOES GATE.IO WORK IN CANADABITGET VS GATEIO

GATEIO ACCOUNT SETUP IS NOT SAVEDGATE.IO SECURITYGATA POP GIGATUGA IO PAULA GONÇALVES

PERMAUNAN GATE IO

GET https://api.winker.com.br/v1/application/provider/1
URI Parameters
HideShow
id_provider
number (required) Example: 1

Identificador do provider

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_provider": 1,
  "configuration": {
    "server_api": "Hello, world!"
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_provider": {
      "type": "number",
      "description": "Id do Provider"
    },
    "configuration": {
      "type": "object",
      "properties": {
        "server_api": {
          "type": "string",
          "description": "Endereço da API"
        }
      },
      "description": "Configuração do Provider"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

JOGO GAT VS DOG IOIS GATE IO A US COMPANY

CAN US CITIZEN USE GATE IOGATEIO BNBREVIEW OF GATE.IO

GATEIO AFFILIATE LINK

GET https://api.winker.com.br/v1/application/permission-labels?id_application=55de77
URI Parameters
HideShow
id_application
string (required) Example: 55de77

Identificador do aplicativo

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "User": {
    "name": "Cadastro de usuários",
    "value": [
      "read"
    ]
  },
  "AuthorizedPeople": {
    "name": "Pessoas autorizadas",
    "value": [
      "read"
    ]
  },
  "Division": {
    "name": "Divisões",
    "value": [
      "read"
    ]
  },
  "ProviderPlugin": {
    "name": "Gestor portal que utiliza esse plugin",
    "value": [
      "read"
    ]
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "User": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "array"
        }
      },
      "description": "User"
    },
    "AuthorizedPeople": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "array"
        }
      },
      "description": "AuthorizedPeople"
    },
    "Division": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "array"
        }
      },
      "description": "Division"
    },
    "ProviderPlugin": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "array"
        }
      },
      "description": "ProviderPlugin"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO TWITTERGATE.IO DO I NEED TO PROVIDE PASSPORT SITE WWW.REDDIT.COM

GATEIO COIN ALMAGATEIO TRADE HISTORYGATE IO $100 VOUCHER

BALDURS GATE II ENHANCED_EDITION LAST PATCH

POST https://api.winker.com.br/v1/application/install/2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Body
{
  "id_application": 1
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_application": {
      "type": "number",
      "description": "applicationId"
    }
  }
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_portal": 2057,
  "id_install": 126,
  "application": {
    "id_application": 1,
    "key": "55de77",
    "name": "Agora",
    "events": {
      "Winker/Event/AuthorizedVisitor/Added": {
        "api": "https://EventName1.winker.com.br/v1/configuration",
        "method": "GET",
        "on_install": true,
        "headers": "Authorization: app_token, Accept: application/json"
      },
      "Winker/Event/AuthorizedVisitor/Updated": {
        "api": "https://EventName2.winker.com.br/v1/configuration",
        "method": "PUT",
        "on_install": false,
        "headers": "Authorization: app_token, Accept: application/json"
      }
    },
    "pages": {
      "page1": "https://pages.winker.com.br/pages/page1",
      "page2": "https://pages.winker.com.br/pages/page2"
    },
    "permissions": {
      "PermissionGroup1": [
        "read"
      ],
      "PermissionGroup2": [
        "read"
      ]
    },
    "providers": [
      {
        "id_provider": 46,
        "configuration": {
          "server_api": "http://setupdemo.provider.com:9080/AGORA/"
        }
      },
      {
        "id_provider": 47,
        "configuration": {
          "server_api": "http://121.121.121.121/PSIM/"
        }
      }
    ],
    "version": "1"
  },
  "status": {
    "code": "preparing",
    "value": "Preparando"
  },
  "token": "TOKEN-EXAMPLE",
  "created_at": "2017-10-04 17:25:03"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_portal": {
      "type": "number",
      "description": "Id Portal"
    },
    "id_install": {
      "type": "number",
      "description": "Id Instalação"
    },
    "application": {
      "type": "object",
      "properties": {
        "id_application": {
          "type": "number"
        },
        "key": {
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Nome do aplicativo"
        },
        "events": {
          "type": "object",
          "properties": {
            "Winker/Event/AuthorizedVisitor/Added": {
              "type": "object",
              "properties": {
                "api": {
                  "type": "string",
                  "description": "Url do evento"
                },
                "method": {
                  "type": "string",
                  "description": "Método do evento"
                },
                "on_install": {
                  "type": "boolean"
                },
                "headers": {
                  "type": "string",
                  "description": "Headers do evento"
                }
              },
              "description": "Exemplo de evento 1"
            },
            "Winker/Event/AuthorizedVisitor/Updated": {
              "type": "object",
              "properties": {
                "api": {
                  "type": "string",
                  "description": "Url do evento"
                },
                "method": {
                  "type": "string",
                  "description": "Método do evento"
                },
                "on_install": {
                  "type": "boolean"
                },
                "headers": {
                  "type": "string",
                  "description": "Headers do evento"
                }
              },
              "description": "Exemplo de evento 2"
            }
          },
          "description": "Eventos"
        },
        "pages": {
          "type": "object",
          "properties": {
            "page1": {
              "type": "string"
            },
            "page2": {
              "type": "string"
            }
          },
          "description": "Páginas"
        },
        "permissions": {
          "type": "object",
          "properties": {
            "PermissionGroup1": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Exemplo de grupo de permissão 1"
            },
            "PermissionGroup2": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Exemplo de grupo de permissão 2"
            }
          },
          "description": "Permissões"
        },
        "providers": {
          "type": "array",
          "items": [
            {
              "type": "object",
              "properties": {
                "id_provider": {
                  "type": "number",
                  "description": "Id do Provider"
                },
                "configuration": {
                  "type": "object",
                  "properties": {
                    "server_api": {
                      "type": "string"
                    }
                  },
                  "description": "Configuração do Provider"
                }
              }
            },
            {
              "type": "object",
              "properties": {
                "id_provider": {
                  "type": "number",
                  "description": "Id do Provider"
                },
                "configuration": {
                  "type": "object",
                  "properties": {
                    "server_api": {
                      "type": "string"
                    }
                  },
                  "description": "Configuração do Provider"
                }
              }
            }
          ],
          "description": "Providers"
        },
        "version": {
          "type": "string",
          "description": "Versão do aplicativo"
        }
      },
      "description": "Aplicação"
    },
    "status": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string",
          "enum": [
            "preparing",
            "installing",
            "installed",
            "uninstalling"
          ],
          "description": "status code"
        },
        "value": {
          "type": "string",
          "enum": [
            "Preparando",
            "Instalando",
            "Instalado",
            "Desinstalando"
          ],
          "description": "status value"
        }
      },
      "description": "Status"
    },
    "token": {
      "type": "string",
      "description": "Token"
    },
    "created_at": {
      "type": "string",
      "description": "Data de instalação"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO FIATКОИНМАРКЕТКАП GATE IO

IS KYC REQUIRED FOR GATE IOGATE IO VS FTXGATE IO TBAR

HOW TO WITHDRAW MONEY FROM GATE IO WITHOUT KYC

GET https://api.winker.com.br/v1/application/configured
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Response  204
HideShow
Headers
Content-Type: application/json
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

DESTINY 2 IO ENDLESS GATE SECRET ROOMGATE IO FORGOT FUND PASSWORD

IS GATE.IOBALDUR'S GATE IOS CONTROLSGATE.IO LEVERAGE TEST ANSWERS

TRANSFER USDT FROM COINBASE TO GATE.IO

GET https://api.winker.com.br/v1/application/installed
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_portal": 2057,
    "id_install": 126,
    "application": {
      "id_application": 1,
      "key": "55de77",
      "name": "Agora",
      "events": {
        "Winker/Event/AuthorizedVisitor/Added": {
          "api": "https://EventName1.winker.com.br/v1/configuration",
          "method": "GET",
          "on_install": true,
          "headers": "Authorization: app_token, Accept: application/json"
        },
        "Winker/Event/AuthorizedVisitor/Updated": {
          "api": "https://EventName2.winker.com.br/v1/configuration",
          "method": "PUT",
          "on_install": false,
          "headers": "Authorization: app_token, Accept: application/json"
        }
      },
      "pages": {
        "page1": "https://pages.winker.com.br/pages/page1",
        "page2": "https://pages.winker.com.br/pages/page2"
      },
      "permissions": {
        "PermissionGroup1": [
          "read"
        ],
        "PermissionGroup2": [
          "read"
        ]
      },
      "providers": [
        {
          "id_provider": 46,
          "configuration": {
            "server_api": "http://setupdemo.provider.com:9080/AGORA/"
          }
        },
        {
          "id_provider": 47,
          "configuration": {
            "server_api": "http://121.121.121.121/PSIM/"
          }
        }
      ],
      "version": "1"
    },
    "status": {
      "code": "preparing",
      "value": "Preparando"
    },
    "token": "TOKEN-EXAMPLE",
    "created_at": "2017-10-04 17:25:03"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_portal": {
        "type": "number",
        "description": "Id Portal"
      },
      "id_install": {
        "type": "number",
        "description": "Id Instalação"
      },
      "application": {
        "type": "object",
        "properties": {
          "id_application": {
            "type": "number"
          },
          "key": {
            "type": "string"
          },
          "name": {
            "type": "string",
            "description": "Nome do aplicativo"
          },
          "events": {
            "type": "object",
            "properties": {
              "Winker/Event/AuthorizedVisitor/Added": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 1"
              },
              "Winker/Event/AuthorizedVisitor/Updated": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 2"
              }
            },
            "description": "Eventos"
          },
          "pages": {
            "type": "object",
            "properties": {
              "page1": {
                "type": "string"
              },
              "page2": {
                "type": "string"
              }
            },
            "description": "Páginas"
          },
          "permissions": {
            "type": "object",
            "properties": {
              "PermissionGroup1": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 1"
              },
              "PermissionGroup2": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 2"
              }
            },
            "description": "Permissões"
          },
          "providers": {
            "type": "array",
            "items": [
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              },
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              }
            ],
            "description": "Providers"
          },
          "version": {
            "type": "string",
            "description": "Versão do aplicativo"
          }
        },
        "description": "Aplicação"
      },
      "status": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "enum": [
              "preparing",
              "installing",
              "installed",
              "uninstalling"
            ],
            "description": "status code"
          },
          "value": {
            "type": "string",
            "enum": [
              "Preparando",
              "Instalando",
              "Instalado",
              "Desinstalando"
            ],
            "description": "status value"
          }
        },
        "description": "Status"
      },
      "token": {
        "type": "string",
        "description": "Token"
      },
      "created_at": {
        "type": "string",
        "description": "Data de instalação"
      }
    }
  }
}
Response  204
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE.IO NEWSGATEIO ORDI

USDTEST GATE.IOSTEINS GATE IOS DOWNLOADWHY IS MY GATEIO WITHDRAWAL LIMIT 0

GEM GATE IO

GET https://api.winker.com.br/v1/application/install/portal/9
URI Parameters
HideShow
target
string (required) Example: portal

Tipo do aplicativo instalado (portal, provider, token, application)

id
string (required) Example: 9

Identificador do target

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_portal": 2057,
    "id_install": 126,
    "application": {
      "id_application": 1,
      "key": "55de77",
      "name": "Agora",
      "events": {
        "Winker/Event/AuthorizedVisitor/Added": {
          "api": "https://EventName1.winker.com.br/v1/configuration",
          "method": "GET",
          "on_install": true,
          "headers": "Authorization: app_token, Accept: application/json"
        },
        "Winker/Event/AuthorizedVisitor/Updated": {
          "api": "https://EventName2.winker.com.br/v1/configuration",
          "method": "PUT",
          "on_install": false,
          "headers": "Authorization: app_token, Accept: application/json"
        }
      },
      "pages": {
        "page1": "https://pages.winker.com.br/pages/page1",
        "page2": "https://pages.winker.com.br/pages/page2"
      },
      "permissions": {
        "PermissionGroup1": [
          "read"
        ],
        "PermissionGroup2": [
          "read"
        ]
      },
      "providers": [
        {
          "id_provider": 46,
          "configuration": {
            "server_api": "http://setupdemo.provider.com:9080/AGORA/"
          }
        },
        {
          "id_provider": 47,
          "configuration": {
            "server_api": "http://121.121.121.121/PSIM/"
          }
        }
      ],
      "version": "1"
    },
    "status": {
      "code": "preparing",
      "value": "Preparando"
    },
    "token": "TOKEN-EXAMPLE",
    "created_at": "2017-10-04 17:25:03"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_portal": {
        "type": "number",
        "description": "Id Portal"
      },
      "id_install": {
        "type": "number",
        "description": "Id Instalação"
      },
      "application": {
        "type": "object",
        "properties": {
          "id_application": {
            "type": "number"
          },
          "key": {
            "type": "string"
          },
          "name": {
            "type": "string",
            "description": "Nome do aplicativo"
          },
          "events": {
            "type": "object",
            "properties": {
              "Winker/Event/AuthorizedVisitor/Added": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 1"
              },
              "Winker/Event/AuthorizedVisitor/Updated": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 2"
              }
            },
            "description": "Eventos"
          },
          "pages": {
            "type": "object",
            "properties": {
              "page1": {
                "type": "string"
              },
              "page2": {
                "type": "string"
              }
            },
            "description": "Páginas"
          },
          "permissions": {
            "type": "object",
            "properties": {
              "PermissionGroup1": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 1"
              },
              "PermissionGroup2": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 2"
              }
            },
            "description": "Permissões"
          },
          "providers": {
            "type": "array",
            "items": [
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              },
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              }
            ],
            "description": "Providers"
          },
          "version": {
            "type": "string",
            "description": "Versão do aplicativo"
          }
        },
        "description": "Aplicação"
      },
      "status": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "enum": [
              "preparing",
              "installing",
              "installed",
              "uninstalling"
            ],
            "description": "status code"
          },
          "value": {
            "type": "string",
            "enum": [
              "Preparando",
              "Instalando",
              "Instalado",
              "Desinstalando"
            ],
            "description": "status value"
          }
        },
        "description": "Status"
      },
      "token": {
        "type": "string",
        "description": "Token"
      },
      "created_at": {
        "type": "string",
        "description": "Data de instalação"
      }
    }
  }
}
Response  204
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE.IO USGATE 6 IOS CAN'T UPDATE

EMAX GATEIOCOIN SÀN GATE.IOSHIB GATEIO

GATE IO DETAILS

GET https://api.winker.com.br/v1/application/install/provider/9
URI Parameters
HideShow
id_provider
number (required) Example: 9

Identificador do provider

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_portal": 2057,
    "id_install": 126,
    "application": {
      "id_application": 1,
      "key": "55de77",
      "name": "Agora",
      "events": {
        "Winker/Event/AuthorizedVisitor/Added": {
          "api": "https://EventName1.winker.com.br/v1/configuration",
          "method": "GET",
          "on_install": true,
          "headers": "Authorization: app_token, Accept: application/json"
        },
        "Winker/Event/AuthorizedVisitor/Updated": {
          "api": "https://EventName2.winker.com.br/v1/configuration",
          "method": "PUT",
          "on_install": false,
          "headers": "Authorization: app_token, Accept: application/json"
        }
      },
      "pages": {
        "page1": "https://pages.winker.com.br/pages/page1",
        "page2": "https://pages.winker.com.br/pages/page2"
      },
      "permissions": {
        "PermissionGroup1": [
          "read"
        ],
        "PermissionGroup2": [
          "read"
        ]
      },
      "providers": [
        {
          "id_provider": 46,
          "configuration": {
            "server_api": "http://setupdemo.provider.com:9080/AGORA/"
          }
        },
        {
          "id_provider": 47,
          "configuration": {
            "server_api": "http://121.121.121.121/PSIM/"
          }
        }
      ],
      "version": "1"
    },
    "status": {
      "code": "preparing",
      "value": "Preparando"
    },
    "token": "TOKEN-EXAMPLE",
    "created_at": "2017-10-04 17:25:03"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_portal": {
        "type": "number",
        "description": "Id Portal"
      },
      "id_install": {
        "type": "number",
        "description": "Id Instalação"
      },
      "application": {
        "type": "object",
        "properties": {
          "id_application": {
            "type": "number"
          },
          "key": {
            "type": "string"
          },
          "name": {
            "type": "string",
            "description": "Nome do aplicativo"
          },
          "events": {
            "type": "object",
            "properties": {
              "Winker/Event/AuthorizedVisitor/Added": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 1"
              },
              "Winker/Event/AuthorizedVisitor/Updated": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 2"
              }
            },
            "description": "Eventos"
          },
          "pages": {
            "type": "object",
            "properties": {
              "page1": {
                "type": "string"
              },
              "page2": {
                "type": "string"
              }
            },
            "description": "Páginas"
          },
          "permissions": {
            "type": "object",
            "properties": {
              "PermissionGroup1": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 1"
              },
              "PermissionGroup2": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 2"
              }
            },
            "description": "Permissões"
          },
          "providers": {
            "type": "array",
            "items": [
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              },
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              }
            ],
            "description": "Providers"
          },
          "version": {
            "type": "string",
            "description": "Versão do aplicativo"
          }
        },
        "description": "Aplicação"
      },
      "status": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "enum": [
              "preparing",
              "installing",
              "installed",
              "uninstalling"
            ],
            "description": "status code"
          },
          "value": {
            "type": "string",
            "enum": [
              "Preparando",
              "Instalando",
              "Instalado",
              "Desinstalando"
            ],
            "description": "status value"
          }
        },
        "description": "Status"
      },
      "token": {
        "type": "string",
        "description": "Token"
      },
      "created_at": {
        "type": "string",
        "description": "Data de instalação"
      }
    }
  }
}
Response  204
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO PIGHTTPS GATE.IO ACTIVE 1581082 79818DBF0F23027D39F8205C57959034

IS GATE IO AVAILABLE IN THE USBINANCE TO GATE.IO TRANSFERGATEIO DUAL CURRENCY

GATE IO PODCAST BITCOIN & CRYPTO NEWS

GET https://api.winker.com.br/v1/application/event
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "header": {
    "waiting": 2,
    "processing": 0,
    "failing": 0,
    "failed": 1,
    "canceled": 0,
    "success": 0
  },
  "events": [
    {
      "protocol": "3887a082",
      "event_name": "Aplicação removida",
      "event_class_name": "Winker/Event/Application/Uninstalled",
      "data": {
        "payload_item1": "111",
        "payload_item2": "222"
      },
      "status": "failed",
      "retries": 10,
      "created": "2014-12-06T16:15:13+0000",
      "updated": "2014-12-06T14:21:17+0000",
      "commands": [
        {
          "name": "Webhook",
          "class_name": "Domain/Command/OutputHook/OutputHook",
          "status": "failed",
          "errors": "Message dispatch failed during invoke-handler phase. Error: Error",
          "error_trace": "#0 /var/www/error.php(116): someClass->failed()\\n#1 /var/www/someClass.php(79): AnotherClass->handleException()",
          "created": "2014-12-06T16:21:13+0000",
          "updated": "2014-12-06T14:21:17+0000"
        }
      ]
    }
  ]
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "header": {
      "type": "object",
      "properties": {
        "waiting": {
          "type": "number",
          "description": "Total de eventos com status `waiting`"
        },
        "processing": {
          "type": "number",
          "description": "Total de eventos com status `processing`"
        },
        "failing": {
          "type": "number",
          "description": "Total de eventos com status `failing`"
        },
        "failed": {
          "type": "number",
          "description": "Total de eventos com status `failed`"
        },
        "canceled": {
          "type": "number",
          "description": "Total de eventos com status `canceled`"
        },
        "success": {
          "type": "number",
          "description": "Total de eventos com status `success`"
        }
      },
      "description": "Total de eventos"
    },
    "events": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "protocol": {
            "type": "string",
            "description": "Identificador do evento"
          },
          "event_name": {
            "type": "string",
            "description": "Nome do evento"
          },
          "event_class_name": {
            "type": "string",
            "description": "Classe do evento"
          },
          "data": {
            "type": "object",
            "properties": {
              "payload_item1": {
                "type": "string"
              },
              "payload_item2": {
                "type": "string"
              }
            },
            "description": "Payload do evento"
          },
          "status": {
            "type": "string",
            "enum": [
              "waiting",
              "processing",
              "failing",
              "failed",
              "canceled",
              "success"
            ],
            "description": "status do evento"
          },
          "retries": {
            "type": "number",
            "description": "Número de tentativas"
          },
          "created": {
            "type": "string",
            "description": "Data da criação do evento"
          },
          "updated": {
            "type": "string",
            "description": "Data da última atualização do evento"
          },
          "commands": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "name": {
                  "type": "string",
                  "description": "Nome do comando"
                },
                "class_name": {
                  "type": "string",
                  "description": "Classe do comando"
                },
                "status": {
                  "type": "string",
                  "enum": [
                    "waiting",
                    "processing",
                    "failing",
                    "failed",
                    "canceled",
                    "success"
                  ],
                  "description": "status do comando"
                },
                "errors": {
                  "type": "string",
                  "description": "Mensagem de erro"
                },
                "error_trace": {
                  "type": "string",
                  "description": "Trace da Exception"
                },
                "created": {
                  "type": "string",
                  "description": "Data da criação do evento"
                },
                "updated": {
                  "type": "string",
                  "description": "Data da última atualização do evento"
                }
              }
            },
            "description": "Comandos executados pelo evento"
          }
        }
      }
    }
  }
}
Response  204
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATOS VS PERROS IOWATCHCARTOONSONLINE IO STEINS GATE

HOW TO BUY FLOKI INU ON GATE IOFTX OU GATE IOGATE.IO CANT WITHDRAW IN US

XRP GATEIO

DELETE https://api.winker.com.br/v1/application/install/2057/1
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_application
number (required) Example: 1

Identificador do aplicativo

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Response  200
HideShow
Headers
Content-Type: application/json
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

COMO FAZER CADASTRO NA GATE.IOGATE IO PARA ÇEKME

BALDUR'S GATE II PŘÍBĚHПРОВЕРКА ЛИЧНОСТИ GATE.IOHOW TO TRADE GATEIO

GATE IO NEED KYC

GET https://api.winker.com.br/v1/application/uninstalled
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: appToken
Response  204
HideShow
Headers
Content-Type: application/json
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

IMPORTING BALDUR'S GATE IOS TO MACRECLAME AQUI GATEIO

Informações do água/gás

CAN CANADIANS USE GATE IOSAFEMOON REFLECTION GATE.IO

GATEIO BLOCCATOGATEIO MED MEDXENDLESS GATE IMPERIAL TREASURE IO

GATA POP SANY ARAÚJO GIGATUGA IO

GET https://api.winker.com.br/v1/consumption/setup?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "unit_nomenclature": "Apartamento",
  "division_nomenclature": "Bloco",
  "manager": "Síndico",
  "active": "1",
  "consumption_variation_percentage": "30",
  "months_average_consumption": "6",
  "numerical_precision": "3",
  "type_reading": "`{\"active\":1,\"color\":\"#AC145A\",\"idtype\":1,\"identifier\":\"eletricidade\",\"measureunit\":\"kw/h\",\"name\":\"Eletricidade\"}",
  "structure": "{\"divisions\":[{\"id_division\":6121,\"name\":\"Administração\",\"administrative\":\"1\"},{\"id_division\":1,\"name\":\"Bloco 1\",\"administrative\":\"0\"},{\"id_division\":2,\"name\":\"Bloco 2\",\"administrative\":\"0\"},{\"id_division\":3,\"name\":\"Bloco 3\",\"administrative\":\"0\"}]}",
  "type_structure": "unidade",
  "validate": "1"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "unit_nomenclature": {
      "type": "string"
    },
    "division_nomenclature": {
      "type": "string"
    },
    "manager": {
      "type": "string"
    },
    "active": {
      "type": "string"
    },
    "consumption_variation_percentage": {
      "type": "string"
    },
    "months_average_consumption": {
      "type": "string"
    },
    "numerical_precision": {
      "type": "string"
    },
    "type_reading": {
      "type": "string"
    },
    "structure": {
      "type": "string"
    },
    "type_structure": {
      "type": "string"
    },
    "validate": {
      "type": "string"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE.IO LỪA ĐẢOGATE IO TRANSACTION FEES

TREASYRE ENDLESS GATES OF IOGATE.IO WITHDRAW SUSPENDED FOR MAINTENANCE

GATE IO 日本GATE IO HOW TO WITHDRAWGRIN LIST GATE.IO

GATEIO HANDEL

GET https://api.winker.com.br/v1/document
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_document": 27539,
    "name": "Documento 27539",
    "created": "2018-02-20T16:39:53-0300",
    "id_document_type": 14932,
    "type": "Outros",
    "description": "descriptionnns",
    "file": 1111
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array"
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO EOS AIRDROPGATE.IO TAXAS

REDEEM GATE.IO CODEGATEIO SELL ORDER NOT FILLEDLISTING ON GATE.IO

GATEIO INVITE

GET https://api.winker.com.br/v1/document/11122/download
URI Parameters
HideShow
uuid
number (required) Example: 11122

Identificador do documento

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE.IO DARK MODEGATE.IO VS CRYPTO.COM FEES

Perguntas e Respostas Frequentes

GATE IO 平台 币GATE IO INVITE CODE

REDDIT GATE.IOGATS IO DISCORDWHY IS GATE IO NOT AVAILABLE IN USA

GATE IO ERG

GET https://api.winker.com.br/v1/faq?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_faq": "11",
  "question": "Qual o custo para alugar o salão de festas?",
  "answer": "Resposta1",
  "id_portal": "1"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_faq": {
      "type": "string"
    },
    "question": {
      "type": "string"
    },
    "answer": {
      "type": "string"
    },
    "id_portal": {
      "type": "string"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

BÁN THẺ ĐIỂM GATE IOGATEIO NASIL PARA YATIRILIR

Visitas agendadas, autorizadas e previsões de visita

WHERE IS GATE.IO REGISTEREDGATE IO DOGELON

GATE IO URUGUAYGATE IO DAYLY LIMITHOW TO TRANSFER FUNDS FROM BINANCE TO GATEIO

IS GATE IO DECENTRALIZED EXCHANGE

POST https://api.winker.com.br/v1/gatekeeper?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Body
{
  "name": "Pátio da Flores",
  "doc_cnpj": "49.520.741/0001-92",
  "phone": 489984571624,
  "adress": "Assis brasil",
  "adress_number": 6699,
  "adress_complement": "asdasd",
  "adress_neighborhood": "Ponta de Baixo",
  "adress_city": "São josé",
  "adress_state": "Sc",
  "adress_zipcode": 88104200,
  "email_portal": "portal@mail.com",
  "portal_type": "Condomínio",
  "plans": [],
  "active": true,
  "provider": {
    "id_provider": 1,
    "activities": [
      "27"
    ]
  },
  "application_portal": {
    "id_install": 123123
  },
  "configuration": {
    "models": [
      "portal",
      "division",
      "unit"
    ]
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome"
    },
    "doc_cnpj": {
      "type": "string",
      "description": "Cnpj"
    },
    "phone": {
      "type": "number",
      "description": "Telefone"
    },
    "adress": {
      "type": "string",
      "description": "Endereço"
    },
    "adress_number": {
      "type": "number",
      "description": "Numero"
    },
    "adress_complement": {
      "type": "string",
      "description": "Complemento"
    },
    "adress_neighborhood": {
      "type": "string",
      "description": "Bairro"
    },
    "adress_city": {
      "type": "string",
      "description": "Cidade"
    },
    "adress_state": {
      "type": "string",
      "description": "Estado"
    },
    "adress_zipcode": {
      "type": "number",
      "description": "Cep"
    },
    "email_portal": {
      "type": "string",
      "description": "Email"
    },
    "portal_type": {
      "type": "string",
      "description": "Tipo portal [Condomínio,Associação,Clube de futebol,Coworking,Empresarial]"
    },
    "plans": {
      "description": "Planos [4,5]"
    },
    "active": {
      "type": "boolean",
      "description": "Ativo"
    },
    "provider": {
      "type": "object",
      "properties": {
        "id_provider": {
          "type": "number",
          "description": "id do provider"
        },
        "activities": {
          "type": "array"
        }
      },
      "description": "Provider"
    },
    "application_portal": {
      "type": "object",
      "properties": {
        "id_install": {
          "type": "number",
          "description": "id application Portal"
        }
      },
      "description": "application portal"
    },
    "configuration": {
      "type": "object",
      "properties": {
        "models": {
          "type": "array",
          "description": "Models a integrar"
        }
      },
      "description": "Configuracao de integracao"
    }
  }
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Identificador da entidade gerado"
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

TFD GATE.IO DELISTHTTPS GATEIO LOST 2 FACTOR AUTHENTICATOR

GATE IO REGULATEDANDROID TROJAN.SMSSPY.LE GATE.IOGATE.IO BOT TRADING

GATE.IO/SECURITY_RESET

GET https://api.winker.com.br/v1/gatekeeper(?id_portal=2057)
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_visit_prevision": 27260,
    "visitor": "Evandro Carreira",
    "observation": "null",
    "showed": "null",
    "canceled": "null",
    "created": "2018-07-24T14:43:23-0300",
    "id_unit": 1,
    "prevision_start": "2019-07-07T20:00:00-0300",
    "prevision_end": "null",
    "prevision_hour": "20:00",
    "duration": "Unique",
    "date_canceled": "null",
    "notify_arrival": 1
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array"
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO TRADEGATE.IO OSZUSTWO CZY NIE

Realizar upload de arquivos

GATE IO KYC COUNTRIES LISTSWAP QTUM ERC20 GATEIO

SEND USDT FROM BINANCE TO GATE.IOTRANSFERT BINANCE VERS GATE IOFEE GATE.IO

GATE IO AMERICAN

POST https://api.winker.com.br/v1/upload/multipart
Request  Upload de um arquivo
HideShow
Headers
Accept: application/json
Authorization: JWT
Content-Disposition: form-data; name="fieldname"; filename="filename.jpg"
Content-Type: image/jpeg
Response  201
HideShow
Headers
Content-Type: application/json
Body
{
  "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Identificador da entidade gerado"
    }
  }
}

SLITHER.IO GATOIS GATE IO ALLOWED IN THE US

HTTPS TWITTER.COM GATE_IOSQUID GAME TOKEN GATE IOGATEIO IDO

GATE IO SOLO AIRDROP

POST https://api.winker.com.br/v1/upload/base64
Request  Upload de um arquivo
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "name": "file.txt",
  "content": "ZmlsZSBjb250ZW50IGluIGJhc2U2NA=="
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome do arquivo"
    },
    "content": {
      "type": "string",
      "description": "Conteúdo do arquivo formatado como Base64"
    }
  }
}
Response  201
HideShow
Headers
Content-Type: application/json
Body
{
  "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Identificador da entidade gerado"
    }
  }
}
Request  Upload de arquivos em lote
HideShow
Headers
Accept: application/json
Content-Type: application/json
Body
[
  {
    "name": "file.txt",
    "content": "ZmlsZSBjb250ZW50IGluIGJhc2U2NA=="
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Nome do arquivo"
      },
      "content": {
        "type": "string",
        "description": "Conteúdo do arquivo formatado como Base64"
      }
    }
  }
}
Response  201
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": {
        "type": "string",
        "description": "Identificador da entidade gerado"
      }
    }
  }
}
Response  207
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
    "code": 200,
    "message": "Hello, world!"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": {
        "type": "string",
        "description": "Identificador da entidade"
      },
      "code": {
        "type": "number",
        "description": "Status code"
      },
      "message": {
        "type": "string",
        "description": "Descrição do status"
      }
    }
  }
}

COMMENT FONCTIONNNE GATE.IOGATE.IO BTC TO USDT

GATE.IO FLOKIБАУНТИ GATE IO

GATE.IO PENDING REVIEWGATE IO API DOCUMENTATIONGATE.IO URUGUAY

Parâmetros especiais

Para criar uma mensagem é necessário os parâmetros abaixo. Para encontrar os possíveis valores basta usar a url indicada

id_message_type - Tipo da mensagem. Valores em /portal/{id_portal}/config/message-categories

id_message_administrative_category - Sub-categoria da mensagem. Valores em /portal/{id_portal}/config/message-administrativeCategories

to - Destinatários da mensagem. Valores em /portal/{id_portal}/config/message-to

files - Array com os ids dos anexos. Valores em

CUMULATIVE GAINS GATEIO

POST https://api.winker.com.br/v1/message?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Criar uma mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Body
{
  "subject": "New message",
  "to": [
    "all_users"
  ],
  "description": "New message body",
  "id_message_administrative_category": 15574,
  "files": [
    1
  ],
  "id_message_type": 1
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "subject": {
      "type": "string",
      "description": "Assunto da mensagem"
    },
    "to": {
      "type": "array",
      "description": "Destinatário"
    },
    "description": {
      "type": "string",
      "description": "Corpo da mensagem"
    },
    "id_message_administrative_category": {
      "type": "number",
      "description": "Sub categoria da mensagem"
    },
    "files": {
      "type": "array",
      "description": "Arquivos anexados"
    },
    "id_message_type": {
      "type": "number",
      "description": "Tipo da mensagem"
    }
  }
}
Response  201
HideShow
Headers
Content-Type: application/json
Body
{
  "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Identificador da entidade gerado"
    }
  }
}
Request  Criar mensagens em lote
HideShow
Headers
Accept: application/json
Content-Type: application/json
Body
[
  {
    "subject": "New message",
    "to": [
      "all_users"
    ],
    "description": "New message body",
    "id_message_administrative_category": 15574,
    "files": [
      1
    ],
    "id_message_type": 1
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "subject": {
        "type": "string",
        "description": "Assunto da mensagem"
      },
      "to": {
        "type": "array",
        "description": "Destinatário"
      },
      "description": {
        "type": "string",
        "description": "Corpo da mensagem"
      },
      "id_message_administrative_category": {
        "type": "number",
        "description": "Sub categoria da mensagem"
      },
      "files": {
        "type": "array",
        "description": "Arquivos anexados"
      },
      "id_message_type": {
        "type": "number",
        "description": "Tipo da mensagem"
      }
    }
  }
}
Response  201
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": {
        "type": "string",
        "description": "Identificador da entidade gerado"
      }
    }
  }
}
Response  207
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
    "code": 200,
    "message": "Hello, world!"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": {
        "type": "string",
        "description": "Identificador da entidade"
      },
      "code": {
        "type": "number",
        "description": "Status code"
      },
      "message": {
        "type": "string",
        "description": "Descrição do status"
      }
    }
  }
}

GATEIO 실명인증QASH GATE.IO

WITHOUT GATE DRIVER COF IO DRIVERGATE IO STAKING PAGECAN CHINA US GATEIO

GATEIO HOW TO WITHDRAW TO BANK ACCOUNT

GET https://api.winker.com.br/v1/message/box/status?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

box
string (optional) 

Caixa postal a listar

Choices: administrative_issues warning lost_and_found classifieds recommendations groups general snooze provider

status
string (optional) 

Situação da mensagem

Choices: waiting opened in_progress closed

Request  Listar mensagens
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "subject": "New message",
    "to": [
      "all_users"
    ],
    "description": "New message body",
    "id_message_administrative_category": 15574,
    "files": [
      1
    ],
    "id_message_type": 1
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "subject": {
        "type": "string",
        "description": "Assunto da mensagem"
      },
      "to": {
        "type": "array",
        "description": "Destinatário"
      },
      "description": {
        "type": "string",
        "description": "Corpo da mensagem"
      },
      "id_message_administrative_category": {
        "type": "number",
        "description": "Sub categoria da mensagem"
      },
      "files": {
        "type": "array",
        "description": "Arquivos anexados"
      },
      "id_message_type": {
        "type": "number",
        "description": "Tipo da mensagem"
      }
    }
  }
}

GATE.IO VIP 1 OLMAKGATEIO WASHINGTON STATE

GATE.IO USA COINSGATEIO CNNSCORRETORA GATEIO

GATEIO PIX

GET https://api.winker.com.br/v1/message/boxes?id_message=1
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "categories": {
      "id_message_type": 1,
      "code": "administrative_issues",
      "title": "Assuntos administrativos",
      "provider": "null"
    }
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "categories": {
        "type": "object",
        "properties": {
          "id_message_type": {
            "type": "number",
            "description": "Identificador da Box"
          },
          "code": {
            "type": "string",
            "description": "Código administrativo"
          },
          "title": {
            "type": "string",
            "description": "Titulo da box"
          },
          "provider": {
            "type": "string",
            "description": "Fornecedor"
          }
        },
        "description": "Boxes"
      }
    }
  }
}
Response  207
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
    "code": 200,
    "message": "Hello, world!"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": {
        "type": "string",
        "description": "Identificador da entidade"
      },
      "code": {
        "type": "number",
        "description": "Status code"
      },
      "message": {
        "type": "string",
        "description": "Descrição do status"
      }
    }
  }
}

LRN USD GATE.IOBITGET VS GATE.IO

PARENTAL GATE IOS DISABLEGATE.IO JOBSGATEIO NERENIN

GATE IO BÖRSE

GET https://api.winker.com.br/v1/message/1
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Ver mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "subject": "New message",
  "to": [
    "all_users"
  ],
  "description": "New message body",
  "id_message_administrative_category": 15574,
  "files": [
    1
  ],
  "id_message_type": 1
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "subject": {
      "type": "string",
      "description": "Assunto da mensagem"
    },
    "to": {
      "type": "array",
      "description": "Destinatário"
    },
    "description": {
      "type": "string",
      "description": "Corpo da mensagem"
    },
    "id_message_administrative_category": {
      "type": "number",
      "description": "Sub categoria da mensagem"
    },
    "files": {
      "type": "array",
      "description": "Arquivos anexados"
    },
    "id_message_type": {
      "type": "number",
      "description": "Tipo da mensagem"
    }
  }
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

KOSA I GATATRADING DI GATE IO

GATE IO GT USDTMONAT GATE IOBLOCKFOLIO GATE IO

GATE.IO USDTEST

GET https://api.winker.com.br/v1/message/1/file
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Listar anexos
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
    "original_name": "file.jpg",
    "type": "image/jpeg",
    "size": 1
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": {
        "type": "string",
        "description": "Identificador do arquivo"
      },
      "original_name": {
        "type": "string",
        "description": "Nome do arquivo"
      },
      "type": {
        "type": "string",
        "description": "Tipo do arquivo"
      },
      "size": {
        "type": "number",
        "description": "Tamanho"
      }
    }
  }
}

GATE IO MICAHTTP GATS IO

GATE IO VADELI IŞLEM NASIL YAPILIRGATEIO D2TCOMO SE FAZER SKIN DE GATO NO BONKI.IO

GATE.IO SPOT ACCOUNT

GET https://api.winker.com.br/v1/message/1/file/1
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

file_id
number (required) Example: 1

Identificador do arquivo

Request  Ver anexo
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  302
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO AGARIOGATE IO TRUST PIOLOTIS GATE.IO CHINESE

RETIRER ARGENT GATEIO

DELETE https://api.winker.com.br/v1/message/1/file/1
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

file_id
number (required) Example: 1

Identificador do arquivo

Request  Remover anexo
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO KIMLIK DOĞRULAMA ZORUNLU MUCHIA XCH GATE.IO

ĐA NH GIA GATE IOGATEIO VIP 1BTC GATE.IO

IMPT GATEIO

POST https://api.winker.com.br/v1/message/1/reply
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Responder uma mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Body
{
  "description": "Message reply"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Resposta da mensagem"
    }
  }
}
Response  201
HideShow
Headers
Content-Type: application/json
Body
{
  "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Identificador da entidade gerado"
    }
  }
}
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

CAN I USE GATE.IO IN THE USHOW TO WITHDRAW FROM GATE.IO TO COINBASE

GATEIO FEES 2021GATEIO KYC TIMEGATEIO MINA PROTOCOL

TRADING FEES GATE.IO

GET https://api.winker.com.br/v1/message/1/replies
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Listar respostas
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "subject": "New message",
    "to": [
      "all_users"
    ],
    "description": "New message body",
    "id_message_administrative_category": 15574,
    "files": [
      1
    ],
    "id_message_type": 1,
    "id_message": 1
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "subject": {
        "type": "string",
        "description": "Assunto da mensagem"
      },
      "to": {
        "type": "array",
        "description": "Destinatário"
      },
      "description": {
        "type": "string",
        "description": "Corpo da mensagem"
      },
      "id_message_administrative_category": {
        "type": "number",
        "description": "Sub categoria da mensagem"
      },
      "files": {
        "type": "array",
        "description": "Arquivos anexados"
      },
      "id_message_type": {
        "type": "number",
        "description": "Tipo da mensagem"
      },
      "id_message": {
        "type": "number",
        "description": "Identificador da mensagem"
      }
    }
  }
}

ENTER THE WARRIORS GATE PUTLOCKERS.IOGATE IO BTC STAKE

GATEIO NEW COIN LISTINGSHOW TO BUY FLOKI INU GATEIOCOMO FAZER SKIN BONITA NO BONK.IO DE GATO

ENDLESS GATER IO

GET https://api.winker.com.br/v1/message/1/followers
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Listar seguidores
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
    "name": "Hello, world!",
    "token": "Hello, world!"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": {
        "type": "string",
        "description": "Identificador do usuário"
      },
      "name": {
        "type": "string",
        "description": "Nome do usuário"
      },
      "token": {
        "type": "string",
        "description": "Token do usuário conectado"
      }
    }
  }
}

GATEIO STARTUPHOW TO TRADE FUTURES ON GATE.IO

GATE IO SECURITY RESETGATEIO PREVIOUS NAMEBYTECOIN GATE.IO

GMT COIN GATE IO

POST https://api.winker.com.br/v1/message/1/toggle-star
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Favoritar uma mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

HOW TO SEND TETHER TO GATE IOGATEIO TRANSACTION FEES

IS GATE IO FOR US CITIZENSGATE.IO IRSGATE.IO VENEZUELA

GATE IO EOS SWAP

POST https://api.winker.com.br/v1/message/1/toggle-follow
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Seguir uma mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO IOCIOS BEAUTY GATE FIX

SECURITY GATE IOI REACHED THE GATE BEFORE IT OPENEDGATE.IO APK

GATE IO XTZ USDT

POST https://api.winker.com.br/v1/message/1/toggle-close
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Fechar/abrir uma mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO LISTINGSGATE IO YENI LISTELENECEK COINLER

TOT WELKE IPHONE GAAT IOS 14PIX GATE IOGATE.IO HANDLOWY

GATEIO RED PACKET CODE

GET https://api.winker.com.br/v1/message/1/approve/true
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

approve
boolean (required) Example: true

Status da moderação

Request  Moderar uma mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

D2 IO ENDLESS GATEGATEIO FUND PASSCODE

HTTPS GATE IO REVIEWRIPPLE WALLET LOGIN GATE IOGATE.IO BOTTOS

HOW TO BUY GATE.IO

POST https://api.winker.com.br/v1/message/1/snooze/2099-07-23 10:15:19
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

datetime
string (required) Example: 2099-07-23 10:15:19

Data do adiamento

Request  Adiar uma mensagem
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

TAO TK GATE.IOBALDIRS GATE 2 IOS PARTY WONT DIE

REVU GATE.IOGATEIO 国政GATE IO NAS

GATE IO EXCHANGE REVIEWS

DELETE https://api.winker.com.br/v1/message/1/snooze
URI Parameters
HideShow
id_message
number (required) Example: 1

Identificador da mensagem

Request  Remover adiamento
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO VIP 1 NASIL YAPILIRAPP GATE IO

DOES GATE.IO HAVE ITS OWN COINGATE IO OR BINANCE

GATE IO 所在地CZARNECKI PÉTER II GATEHTTPS://WWW.GATE.IO

GATE IO VS CRYPTO.COM

GET https://api.winker.com.br/v1/booking?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Listar recursos
HideShow
Headers
Accept: application/json
Content-Type: application/json
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_resource": 1,
    "name": "Salão de Festas",
    "description": "Mesa central, 20 mesas auxiliares, geladeira, fogão, talheres e pratos, banheiro masculino e feminino. A reserva ficará pendente até  entrega na portaria do",
    "hint": "Teste Almoço",
    "rules": "https://rededomus.s3-sa-east-1.amazonaws.com/runtime/upload/2016/10/19/5819.58077a84752221268_783bb2760.pdf",
    "active": true,
    "visualization_type": "month",
    "reservation_type: `fixed_time`": "Hello, world!",
    "duration": "05:00:00",
    "duration_schedule": "null",
    "startAvailableTime": "10:00",
    "endAvailableTime": "22:00",
    "capacity": "15",
    "booking_price": "150.00",
    "cancel_limit": "24",
    "has_guest_list": 1,
    "cancel_limit_guest_list": "12"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_resource": {
        "type": "number"
      },
      "name": {
        "type": "string"
      },
      "description": {
        "type": "string"
      },
      "hint": {
        "type": "string"
      },
      "rules": {
        "type": "string"
      },
      "active": {
        "type": "boolean"
      },
      "visualization_type": {
        "type": "string"
      },
      "reservation_type: `fixed_time`": {
        "type": "string"
      },
      "duration": {
        "type": "string"
      },
      "duration_schedule": {
        "type": "string"
      },
      "startAvailableTime": {
        "type": "string"
      },
      "endAvailableTime": {
        "type": "string"
      },
      "capacity": {
        "type": "string"
      },
      "booking_price": {
        "type": "string"
      },
      "cancel_limit": {
        "type": "string"
      },
      "has_guest_list": {
        "type": "number"
      },
      "cancel_limit_guest_list": {
        "type": "string"
      }
    }
  }
}

GATE IO START UPMETAHERO GATEIO

GATEIO TRUSTGATEIO NERENINGATE IO SINGAPORE

HOW TO BUY TETHER ON GATE IO

GET https://api.winker.com.br/v1/booking/resourcebookings?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Listar recursos
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_resource": 1,
    "id_booking": "140650",
    "description": "descrissaum",
    "start_date": "2018-07-28T00:00:00-0300",
    "end_date": "2018-07-28T05:00:00-0300",
    "authorized": "1",
    "full_day": "0",
    "id_unit": "1",
    "can_edit": true,
    "requester": "101 - Bloco 3",
    "allowGuestList": true
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_resource": {
        "type": "number"
      },
      "id_booking": {
        "type": "string"
      },
      "description": {
        "type": "string"
      },
      "start_date": {
        "type": "string"
      },
      "end_date": {
        "type": "string"
      },
      "authorized": {
        "type": "string"
      },
      "full_day": {
        "type": "string"
      },
      "id_unit": {
        "type": "string"
      },
      "can_edit": {
        "type": "boolean"
      },
      "requester": {
        "type": "string"
      },
      "allowGuestList": {
        "type": "boolean"
      }
    }
  }
}

ÉCHANGE DE CRYPTO-ACTIFS GATE IOGATE IO KREDI KARTI ILE ÖDEME

GATEIO AMAFEG GATE.IOJETONS GATE IO

SEND CRYPTO FROM COINBASE TO GATE IO

GET https://api.winker.com.br/v1/booking/mybookings?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Listar reservas
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "description": "Hello, world!"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "description": {
        "type": "string",
        "description": "Descrição da reserva"
      }
    }
  }
}

ENDLESS GATE CHEST IO IMPERIAL TREASUREGATE IO TERMS OF SERVICE

HOW TO PRICE MY NFT ON GATE.IODEPOSITARE SU GATEIOGATEIO BANK TRANSFER

RICHES NEAR ENDLESS GATE IO

GET https://api.winker.com.br/v1/booking/listusers?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Listar reservas
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_user": 1,
  "name": "Nome Sobrenome"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_user": {
      "type": "number",
      "description": "Identificador do usuário"
    },
    "name": {
      "type": "string",
      "description": "Nome do usuario"
    }
  }
}

IOS BALDUR'S GATE SAVE EDITORGATE IO SUPPORT EMAIL

GATE.IO GOOGLE AUTHENTICATOR SIFIRLAMAGATE IO PRESIDENT REDDITGATEIO COMO USAR

PUNDI GATE.IO

DELETE https://api.winker.com.br/v1/booking/cancel?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Cancelar reserva
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200

GATEIO COME FUNZIONAGATE IO BEZPIECZEŃSTWO

HOW TO ADD MONEY ON GATE IOGATE IO 平台GATE IO WITHDRAWAL PROCESSING

GATE IO USDT BTC

POST https://api.winker.com.br/v1/booking(?id_portal=2057)
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Listar reservas
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "id_resource": 1,
  "description": "descriçao",
  "start_date": "2018-07-28",
  "end_date": "2018-07-29",
  "id_unit": 1
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_resource": {
      "type": "number",
      "description": "Identificador do recurso"
    },
    "description": {
      "type": "string",
      "description": "Descrição da reserva"
    },
    "start_date": {
      "type": "string",
      "description": "Data de início"
    },
    "end_date": {
      "type": "string",
      "description": "Data de fim"
    },
    "id_unit": {
      "type": "number",
      "description": "Identificador da unidade"
    }
  }
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_resource": 1,
  "id_booking": "140650",
  "description": "descrissaum",
  "start_date": "2018-07-28T00:00:00-0300",
  "end_date": "2018-07-28T05:00:00-0300",
  "authorized": "1",
  "full_day": "0",
  "id_unit": "1",
  "can_edit": true,
  "requester": "101 - Bloco 3",
  "allowGuestList": true
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_resource": {
      "type": "number"
    },
    "id_booking": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "start_date": {
      "type": "string"
    },
    "end_date": {
      "type": "string"
    },
    "authorized": {
      "type": "string"
    },
    "full_day": {
      "type": "string"
    },
    "id_unit": {
      "type": "string"
    },
    "can_edit": {
      "type": "boolean"
    },
    "requester": {
      "type": "string"
    },
    "allowGuestList": {
      "type": "boolean"
    }
  },
  "required": [
    "id_resource",
    "id_booking",
    "description",
    "start_date",
    "end_date",
    "authorized",
    "full_day",
    "id_unit",
    "can_edit",
    "requester",
    "allowGuestList"
  ],
  "additionalProperties": false
}

GATE IO FUND PASSWORD NOT WORKINGGATE.IO PAIS

GALERIA DE SKIN GATA.IOGATE.IO DANA

SÀN GATEIO LÀ GÌGATEIO EXCHANGE WIKIPEDIAGATE.IO ЕЩЕЗ

BALDURS GATE IOS MULTIPLAYER

GET https://api.winker.com.br/v1/billing/1
URI Parameters
HideShow
id_unidade
number (required) Example: 1

Identificador da unidade

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_unit_billing": 1057256,
    "id_unit": 1,
    "reference": "201803",
    "year_reference": 2018,
    "month_reference": 3,
    "special_billing": "0",
    "file": {
      "type": "application/pdf",
      "size": "8447",
      "original_name: `arquivo_214780`": "Hello, world!"
    },
    "service_rate": 4.9,
    "situation": "opened",
    "link_bank": "null",
    "due_date": "2018-02-20T16:39:53-0300"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_unit_billing": {
        "type": "number",
        "description": "Identificador do boleto"
      },
      "id_unit": {
        "type": "number",
        "description": "Identificador da unidade"
      },
      "reference": {
        "type": "string",
        "description": "Informações de referência"
      },
      "year_reference": {
        "type": "number",
        "description": "Ano"
      },
      "month_reference": {
        "type": "number",
        "description": "Mês"
      },
      "special_billing": {
        "type": "string",
        "description": "Cobrança especial"
      },
      "file": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "description": "Tipo de arquivo"
          },
          "size": {
            "type": "string",
            "description": "Tamanho do arquivo"
          },
          "original_name: `arquivo_214780`": {
            "type": "string",
            "description": "Nome original do arquivo"
          }
        },
        "description": "Informações do arquivo"
      },
      "service_rate": {
        "type": "number",
        "description": "Taxa de serviço"
      },
      "situation": {
        "type": "string",
        "description": "Situação do arquivo"
      },
      "link_bank": {
        "type": "string",
        "description": "Link do banco"
      },
      "due_date": {
        "type": "string",
        "description": "Data de vencimento"
      }
    }
  }
}
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

HTTPS GATE IO ACTIVE 1225057 73ECB7D4B802C7B64B3104268EA98537COMO PONER NOMBRES RAWROS EN GATA.IO

BITRISE GATE.IOMEDICAL TOKEN CURRENCY GATE.IOHTTPS GATEIO ACTIVE 1142036 50F4C1DE4658873A30A61A88C45D476B

DO YOU NEED KYC FOR GATE IO

GET https://api.winker.com.br/v1/billing/1/download
URI Parameters
HideShow
id_boleto
number (required) Example: 1

Identificador do boleto

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO USDC TO USDTIS GATE IO BASED IN CHINA

GATE IO ADA WALLETGATE IO VS COINSWITCH

HOE LANG GAAT IPHONE 8 MEE MET IOSLEVERAGE GATE.IOGATEIO GOOGLE CODE

GATE IO HESABI SILME

GET https://api.winker.com.br/v1/responsible
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "history": {
    "30/11/2017 23:27:04": {
      "operação": "09/02/2017",
      "usuario": "null",
      "atributos": {
        "inicio": "09/02/2017",
        "termino": "null",
        "perfil": "Proprietário: Responsável e morador"
      }
    }
  },
  "id_user_unit": 109197,
  "id_user": 4372,
  "name": "Pessoa 4362 Sobrenome 4362",
  "photo": "/themes/intra/img/sf_ele.gif",
  "responsibility": "Proprietário: Responsável e morador",
  "activation_start": "2017-02-09T00:00:00-0200",
  "activation_end": "null",
  "id_unit": 110129,
  "unit": "Desenvolvimento",
  "id_division": 5493,
  "division": "Principal"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "history": {
      "type": "object",
      "properties": {
        "30/11/2017 23:27:04": {
          "type": "object",
          "properties": {
            "operação": {
              "type": "string",
              "description": "Data da operação"
            },
            "usuario": {
              "type": "string",
              "description": "Nome do usuário"
            },
            "atributos": {
              "type": "object",
              "properties": {
                "inicio": {
                  "type": "string"
                },
                "termino": {
                  "type": "string"
                },
                "perfil": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "id_user_unit": {
      "type": "number"
    },
    "id_user": {
      "type": "number"
    },
    "name": {
      "type": "string"
    },
    "photo": {
      "type": "string"
    },
    "responsibility": {
      "type": "string"
    },
    "activation_start": {
      "type": "string"
    },
    "activation_end": {
      "type": "string"
    },
    "id_unit": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    },
    "id_division": {
      "type": "number"
    },
    "division": {
      "type": "string"
    }
  }
}

GATEIO TÜRKIYEIS GATEIO AVAILABLE IN ONTARIO

CAYDE'S STASH IO THE ENDLESS GATEGATE IO ALTBASETRANSFER USDT FROM BINANCE TO GATE IO

GATE.IO STATUS

GET https://api.winker.com.br/v1/responsible/2057
URI Parameters
HideShow
id_user
number (required) Example: 2057

Identificador do usuário

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_user": 2,
  "name": "Pessoa 1 Sobrenome 1",
  "photo": "/themes/intra/img/sf_ele.gif",
  "type": "individual",
  "user": "usuario2@winker.com.br",
  "first_name": "Pessoa 1",
  "last_name": "Sobrenome 1",
  "email": "usuario2@winker.com.br",
  "gender": "M",
  "cpf": "null",
  "rg": "null",
  "occupation": "Empresário",
  "date_of_birth": "1986-06-12",
  "documents": {
    "cpf": "null",
    "rg": "null"
  },
  "phones": [
    {
      "id_phone": 192,
      "type": "Celular",
      "number": "(48) 99999-9999"
    }
  ],
  "vehicles": [
    {
      "id_vehicle": 35,
      "type": "null",
      "model": "Clio",
      "brand": {
        "id_vehicle_brand": 19,
        "brand": "Chevrolet"
      },
      "color": {
        "code": "Black",
        "label": "Preto"
      },
      "license_plate": "ASD-s232",
      "id_user": 12,
      "owner": "Pessoa 1974 Sobrenome 1974",
      "photo": "url"
    }
  ],
  "vehicles_ignore": true,
  "pets": [
    {
      "id_pet": 485,
      "name": "AuAu",
      "type": {
        "id_pet_type": 1,
        "type": "Cachorro"
      },
      "gender": {
        "code": "Male",
        "label": "Macho"
      },
      "size": {
        "code": "Medium",
        "label `Médio`": "Hello, world!"
      },
      "characteristics": "Branquinho",
      "id_user": 2,
      "owner": "Pessoa 1 Sobrenome 1",
      "photo": "https://rededomus.s3-sa-east-1.amazonaws.com/files/upload/2017/08/31/60613.59a81d6390b7b9.29021477_3fc10d10714b.jpeg"
    }
  ],
  "pets_ignore": true,
  "unit": {
    "id_unit": 2720,
    "name": "1110",
    "parking_spot": "null",
    "hobby_box": "null",
    "administrative": "0",
    "id_division": 108,
    "division": "Único",
    "usersPhoto": "``",
    "note": "null",
    "area": "null",
    "id_portal": 34,
    "portal": "Condominio 34",
    "activation_start": "2014-08-15T00:00:00-0300",
    "activation_end": "null",
    "id_unit_user": 2057,
    "id_user_unit": 2057,
    "profile": "null"
  },
  "history": {
    "30/11/2017 23:27:04": {
      "operacao": "-",
      "usuario": "Indefinido",
      "atributos": {
        "inicio": "15/08/2014",
        "termino": "null",
        "perfil": "null"
      }
    }
  },
  "id_user_unit": 2057
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_user": {
      "type": "number",
      "description": "Identificador do condômino"
    },
    "name": {
      "type": "string",
      "description": "Nome do condômino"
    },
    "photo": {
      "type": "string",
      "description": "Caminho da foto cadastrada"
    },
    "type": {
      "type": "string",
      "description": "Tipo de condômino"
    },
    "user": {
      "type": "string",
      "description": "E-mail de usuário"
    },
    "first_name": {
      "type": "string",
      "description": "Primeiro nome do condômino"
    },
    "last_name": {
      "type": "string",
      "description": "Sobrenome do condômino"
    },
    "email": {
      "type": "string",
      "description": "E-mail do usuário"
    },
    "gender": {
      "type": "string",
      "description": "Sexo"
    },
    "cpf": {
      "type": "string",
      "description": "CPF"
    },
    "rg": {
      "type": "string",
      "description": "RG"
    },
    "occupation": {
      "type": "string",
      "description": "Ocupação do condômino"
    },
    "date_of_birth": {
      "type": "string",
      "description": "Data de nascimento"
    },
    "documents": {
      "type": "object",
      "properties": {
        "cpf": {
          "type": "string",
          "description": "CPF"
        },
        "rg": {
          "type": "string",
          "description": "RG"
        }
      }
    },
    "phones": {
      "type": "array"
    },
    "vehicles": {
      "type": "array"
    },
    "vehicles_ignore": {
      "type": "boolean"
    },
    "pets": {
      "type": "array"
    },
    "pets_ignore": {
      "type": "boolean"
    },
    "unit": {
      "type": "object",
      "properties": {
        "id_unit": {
          "type": "number"
        },
        "name": {
          "type": "string"
        },
        "parking_spot": {
          "type": "string"
        },
        "hobby_box": {
          "type": "string"
        },
        "administrative": {
          "type": "string"
        },
        "id_division": {
          "type": "number"
        },
        "division": {
          "type": "string"
        },
        "usersPhoto": {
          "type": "string"
        },
        "note": {
          "type": "string"
        },
        "area": {
          "type": "string"
        },
        "id_portal": {
          "type": "number"
        },
        "portal": {
          "type": "string"
        },
        "activation_start": {
          "type": "string"
        },
        "activation_end": {
          "type": "string"
        },
        "id_unit_user": {
          "type": "number"
        },
        "id_user_unit": {
          "type": "number"
        },
        "profile": {
          "type": "string"
        }
      }
    },
    "history": {
      "type": "object",
      "properties": {
        "30/11/2017 23:27:04": {
          "type": "object",
          "properties": {
            "operacao": {
              "type": "string",
              "description": "Descrição da operação"
            },
            "usuario": {
              "type": "string"
            },
            "atributos": {
              "type": "object",
              "properties": {
                "inicio": {
                  "type": "string"
                },
                "termino": {
                  "type": "string"
                },
                "perfil": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "id_user_unit": {
      "type": "number",
      "description": "Identificador do usuário"
    }
  }
}

GATE.IO NO CANNOT BUY平台 比較 火幣 OKEX GATE IO COINTIGER

GATEIO BANNED COUNTRIESPRODATAKEY GATE IO

TRANSFER FROM GATE.IO TO COINBASEKUCOIN TO GATEIOI GATE GUESTS FROM ROBLOX

DOT5L GATEIO

GET https://api.winker.com.br/v1/provider/activities?id_provider=13
URI Parameters
HideShow
id_provider
number (required) Example: 13

Identificador do provider

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_provider": 2,
    "id_provider_activitie": 13,
    "activitie": "Administradora",
    "active": "1"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_provider": {
        "type": "number",
        "description": "Id do provider"
      },
      "id_provider_activitie": {
        "type": "number",
        "description": "Id do provider"
      },
      "activitie": {
        "type": "string",
        "description": "Atividade"
      },
      "active": {
        "type": "string",
        "description": "Status"
      }
    }
  }
}

IMAGEN GATO EMOJI IOS PNGIS GATE.IO DEX

Portais (condomínios, associações, clubes, etc)

GATE.IO BITCOIN SVGATE IO NEO PENDING WITHDRAWAL

GATE IO ВЕРИФИКАЦИЯ ОБЯЗАТЕЛЬНАЯDOES GATEIO SUPPORT USALEGEND TRADING GATE.IO

SKINS DE GATO NO BONK.IO FACIL

POST https://api.winker.com.br/v1/portal/application
Request  Criar um portal
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "name": "Pátio da Flores",
  "doc_cnpj": "49.520.741/0001-92",
  "phone": 489984571624,
  "adress": "Assis brasil",
  "adress_number": 6699,
  "adress_complement": "asdasd",
  "adress_neighborhood": "Ponta de Baixo",
  "adress_city": "São josé",
  "adress_state": "Sc",
  "adress_zipcode": 88104200,
  "email_portal": "portal@mail.com",
  "portal_type": "Condomínio",
  "plans": [],
  "active": true,
  "provider": {
    "id_provider": 1,
    "activities": [
      "27"
    ]
  },
  "application_portal": {
    "id_install": 123123
  },
  "configuration": {
    "models": [
      "portal",
      "division",
      "unit"
    ]
  }
}
Schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome"
    },
    "doc_cnpj": {
      "type": "string",
      "description": "Cnpj"
    },
    "phone": {
      "type": "number",
      "description": "Telefone"
    },
    "adress": {
      "type": "string",
      "description": "Endereço"
    },
    "adress_number": {
      "type": "number",
      "description": "Numero"
    },
    "adress_complement": {
      "type": "string",
      "description": "Complemento"
    },
    "adress_neighborhood": {
      "type": "string",
      "description": "Bairro"
    },
    "adress_city": {
      "type": "string",
      "description": "Cidade"
    },
    "adress_state": {
      "type": "string",
      "description": "Estado"
    },
    "adress_zipcode": {
      "type": "number",
      "description": "Cep"
    },
    "email_portal": {
      "type": "string",
      "description": "Email"
    },
    "portal_type": {
      "type": "string",
      "description": "Tipo portal [Condomínio,Associação,Clube de futebol,Coworking,Empresarial]"
    },
    "plans": {
      "type": "array",
      "description": "Planos [4,5]"
    },
    "active": {
      "type": "boolean",
      "description": "Ativo"
    },
    "provider": {
      "type": "object",
      "properties": {
        "id_provider": {
          "type": "number",
          "description": "id do provider"
        },
        "activities": {
          "type": "array",
          "items": {
            "type": "string",
            "description": "administradora"
          }
        }
      },
      "description": "Provider"
    },
    "application_portal": {
      "type": "object",
      "properties": {
        "id_install": {
          "type": "number",
          "description": "id application Portal"
        }
      },
      "description": "application portal"
    },
    "configuration": {
      "type": "object",
      "properties": {
        "models": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Models a integrar"
        }
      },
      "description": "Configuracao de integracao"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201
HideShow
Body
{
  "id_install": 10233,
  "id_portal": 123123,
  "uuid": "dd90a09d-7fda-4a54-abad-4324323423",
  "token": "dd90a09d-7fda-4a54-abad-ASASASAS",
  "configuration": {
    "models": [
      "portal",
      "division",
      "unit"
    ],
    "id_portal_vendor": "123456"
  },
  "parent": {
    "uuid": "dd90a09d-7fda-4a54-abad-sdfsdfsdfsdf"
  },
  "application": {
    "id_application": "1234356",
    "name": "Agora Systems"
  },
  "status": "preparing",
  "active": true,
  "created_at": "2017-01-01 00:00:00"
}
Schema
{
  "type": "object",
  "properties": {
    "id_install": {
      "type": "number",
      "description": "Identificador da aplicação no portal"
    },
    "id_portal": {
      "type": "number",
      "description": "Identificador do portal"
    },
    "uuid": {
      "type": "string",
      "description": "Uuid"
    },
    "token": {
      "type": "string",
      "description": "Token"
    },
    "configuration": {
      "type": "object",
      "properties": {
        "models": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Models a integrar"
        },
        "id_portal_vendor": {
          "type": "string"
        }
      },
      "description": "Configuração do Provider"
    },
    "parent": {
      "type": "object",
      "properties": {
        "uuid": {
          "type": "string",
          "description": "Uuid do provider"
        }
      },
      "description": "Configuração do Provider"
    },
    "application": {
      "type": "object",
      "properties": {
        "id_application": {
          "type": "string",
          "description": "Identificador da aplicação"
        },
        "name": {
          "type": "string",
          "description": "Nome da aplicação"
        }
      },
      "description": "Dados da aplicação"
    },
    "status": {
      "type": "string",
      "description": "Situação (preparing, installing, installed, uninstalling)"
    },
    "active": {
      "type": "boolean",
      "description": "Se está ativo"
    },
    "created_at": {
      "type": "string",
      "description": "Data de instalação"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

IS GATEIO REGULATEDWHITELISTED CRYPTOCURRENCIES GATE.IO

CEO OF GATE.IOIST GATE.IO SICHERSTREAM IOS EL GATO

CAN YOU USE GATE.IO WITHOUT KYC

PUT https://api.winker.com.br/v1/portal/2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  atualizar um portal
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "name": "Pátio da Flores",
  "doc_cnpj": "49.520.741/0001-92",
  "phone": 489984571624,
  "adress": "Assis brasil",
  "adress_number": 6699,
  "adress_complement": "asdasd",
  "adress_neighborhood": "Ponta de Baixo",
  "adress_city": "São josé",
  "adress_state": "Sc",
  "adress_zipcode": 88104200,
  "email_portal": "portal@mail.com",
  "portal_type": "Condomínio",
  "plans": [],
  "active": true,
  "provider": {
    "id_provider": 1,
    "activities": [
      "27"
    ]
  },
  "application_portal": {
    "id_install": 123123
  },
  "configuration": {
    "models": [
      "portal",
      "division",
      "unit"
    ]
  }
}
Schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome"
    },
    "doc_cnpj": {
      "type": "string",
      "description": "Cnpj"
    },
    "phone": {
      "type": "number",
      "description": "Telefone"
    },
    "adress": {
      "type": "string",
      "description": "Endereço"
    },
    "adress_number": {
      "type": "number",
      "description": "Numero"
    },
    "adress_complement": {
      "type": "string",
      "description": "Complemento"
    },
    "adress_neighborhood": {
      "type": "string",
      "description": "Bairro"
    },
    "adress_city": {
      "type": "string",
      "description": "Cidade"
    },
    "adress_state": {
      "type": "string",
      "description": "Estado"
    },
    "adress_zipcode": {
      "type": "number",
      "description": "Cep"
    },
    "email_portal": {
      "type": "string",
      "description": "Email"
    },
    "portal_type": {
      "type": "string",
      "description": "Tipo portal [Condomínio,Associação,Clube de futebol,Coworking,Empresarial]"
    },
    "plans": {
      "type": "array",
      "description": "Planos [4,5]"
    },
    "active": {
      "type": "boolean",
      "description": "Ativo"
    },
    "provider": {
      "type": "object",
      "properties": {
        "id_provider": {
          "type": "number",
          "description": "id do provider"
        },
        "activities": {
          "type": "array",
          "items": {
            "type": "string",
            "description": "administradora"
          }
        }
      },
      "description": "Provider"
    },
    "application_portal": {
      "type": "object",
      "properties": {
        "id_install": {
          "type": "number",
          "description": "id application Portal"
        }
      },
      "description": "application portal"
    },
    "configuration": {
      "type": "object",
      "properties": {
        "models": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Models a integrar"
        }
      },
      "description": "Configuracao de integracao"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  202
HideShow
Body
{
  "id_install": 10233,
  "id_portal": 123123,
  "uuid": "dd90a09d-7fda-4a54-abad-4324323423",
  "token": "dd90a09d-7fda-4a54-abad-ASASASAS",
  "configuration": {
    "models": [
      "portal",
      "division",
      "unit"
    ],
    "id_portal_vendor": "123456"
  },
  "parent": {
    "uuid": "dd90a09d-7fda-4a54-abad-sdfsdfsdfsdf"
  },
  "application": {
    "id_application": "1234356",
    "name": "Agora Systems"
  },
  "status": "preparing",
  "active": true,
  "created_at": "2017-01-01 00:00:00"
}
Schema
{
  "type": "object",
  "properties": {
    "id_install": {
      "type": "number",
      "description": "Identificador da aplicação no portal"
    },
    "id_portal": {
      "type": "number",
      "description": "Identificador do portal"
    },
    "uuid": {
      "type": "string",
      "description": "Uuid"
    },
    "token": {
      "type": "string",
      "description": "Token"
    },
    "configuration": {
      "type": "object",
      "properties": {
        "models": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Models a integrar"
        },
        "id_portal_vendor": {
          "type": "string"
        }
      },
      "description": "Configuração do Provider"
    },
    "parent": {
      "type": "object",
      "properties": {
        "uuid": {
          "type": "string",
          "description": "Uuid do provider"
        }
      },
      "description": "Configuração do Provider"
    },
    "application": {
      "type": "object",
      "properties": {
        "id_application": {
          "type": "string",
          "description": "Identificador da aplicação"
        },
        "name": {
          "type": "string",
          "description": "Nome da aplicação"
        }
      },
      "description": "Dados da aplicação"
    },
    "status": {
      "type": "string",
      "description": "Situação (preparing, installing, installed, uninstalling)"
    },
    "active": {
      "type": "boolean",
      "description": "Se está ativo"
    },
    "created_at": {
      "type": "string",
      "description": "Data de instalação"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GAMES LIKE BALDUR'S GATE IOSGATE IO STARTUP REVIEW

GYMNÁZIUM OPEN GATE IIHOW TO EXCHANGE CNNS TO ETH ON GATE.IOGATEIO BETRUG

GATE IO ECOMI

GET https://api.winker.com.br/v1/portal/2057/about
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "phones": [
    "(48) 9999-9999"
  ],
  "users": {
    "manager": {
      "id_user": 1,
      "name": "Hello, world!",
      "photo": "Hello, world!",
      "type": "Hello, world!",
      "user": "Hello, world!",
      "title": "Hello, world!"
    },
    "employees": [
      {
        "id_user": 1,
        "name": "Hello, world!",
        "photo": "Hello, world!",
        "type": "Hello, world!",
        "user": "Hello, world!",
        "occupation": "Hello, world!",
        "groups": [
          {
            "id_group": 1,
            "name": "Hello, world!"
          }
        ],
        "work_details": [
          {
            "work_schedule": "Hello, world!",
            "work_activities": "Hello, world!"
          }
        ]
      }
    ],
    "boardMembers": [
      {
        "id_user": 1,
        "name": "Hello, world!",
        "photo": "Hello, world!",
        "type": "Hello, world!",
        "user": "Hello, world!",
        "groups": [
          {
            "id_group": 1,
            "name": "Hello, world!"
          }
        ]
      }
    ],
    "providers": [
      {
        "id_provider": 9,
        "name": "Grupo Embracon",
        "photo": "http://api.winker.dev:8001/themes/intra/img/sf_adm.jpg",
        "photo_profile": "http://api.winker.dev:8001/themes/intra/img/sf_adm.jpg",
        "activities": [
          "Hello, world!"
        ]
      }
    ]
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "phones": {
      "type": "array",
      "description": "Telefones"
    },
    "users": {
      "type": "object",
      "properties": {
        "manager": {
          "type": "object",
          "properties": {
            "id_user": {
              "type": "number",
              "description": "Identificador do usuário"
            },
            "name": {
              "type": "string",
              "description": "Nome do usuário"
            },
            "photo": {
              "type": "string",
              "description": "Foto"
            },
            "type": {
              "type": "string",
              "description": "Tipo do usuário"
            },
            "user": {
              "type": "string",
              "description": "E-mail"
            },
            "title": {
              "type": "string",
              "description": "Título"
            }
          }
        },
        "employees": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id_user": {
                "type": "number",
                "description": "Identificador do usuário"
              },
              "name": {
                "type": "string",
                "description": "Nome do usuário"
              },
              "photo": {
                "type": "string",
                "description": "Foto"
              },
              "type": {
                "type": "string",
                "description": "Tipo do usuário"
              },
              "user": {
                "type": "string",
                "description": "E-mail"
              },
              "occupation": {
                "type": "string",
                "description": "Ocupação"
              },
              "groups": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "id_group": {
                      "type": "number",
                      "description": "Identificador"
                    },
                    "name": {
                      "type": "string",
                      "description": "Nome do grupo"
                    }
                  }
                },
                "description": "Grupos do usuário"
              },
              "work_details": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "work_schedule": {
                      "type": "string",
                      "description": "Horário"
                    },
                    "work_activities": {
                      "type": "string",
                      "description": "Atividades"
                    }
                  }
                },
                "description": "Detalhes do trabalho"
              }
            }
          }
        },
        "boardMembers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id_user": {
                "type": "number",
                "description": "Identificador do usuário"
              },
              "name": {
                "type": "string",
                "description": "Nome do usuário"
              },
              "photo": {
                "type": "string",
                "description": "Foto"
              },
              "type": {
                "type": "string",
                "description": "Tipo do usuário"
              },
              "user": {
                "type": "string",
                "description": "E-mail"
              },
              "groups": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "id_group": {
                      "type": "number",
                      "description": "Identificador"
                    },
                    "name": {
                      "type": "string",
                      "description": "Nome do grupo"
                    }
                  }
                },
                "description": "Grupos do usuário"
              }
            }
          }
        },
        "providers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id_provider": {
                "type": "number",
                "description": "Identificador"
              },
              "name": {
                "type": "string",
                "description": "Nome"
              },
              "photo": {
                "type": "string",
                "description": "Foto"
              },
              "photo_profile": {
                "type": "string",
                "description": "Foto"
              },
              "activities": {
                "type": "array",
                "description": "Atividades"
              }
            }
          }
        }
      }
    }
  }
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

PAYPAL TO GATE IOWATCHCARTOONSONLINE.IO STEINS GATE 0

HTTPS GATEIO TRADE JNT_USDTOUSING GATE.IO IN THE U.SHOW DO I DEPOSIT BTC ON GATE IO

GATE.IO TOO MANY ATTEMPTS WITHDRAWAL

POST https://api.winker.com.br/v1/portal/2057/document
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Criar um documento
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "name": "Balancete 01/2018",
  "description": "...",
  "id_document_type": 9,
  "file": "59a06a12-89ae-4052-918e-e447719a93e7"
}
Schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome do documento"
    },
    "description": {
      "type": "string",
      "description": "Descrição do documento"
    },
    "id_document_type": {
      "type": "number",
      "description": "Identificador do tipo do documento"
    },
    "file": {
      "type": "string",
      "description": "Identificador do arquivo"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201

THE FTX BINANCE GATEIO KUCOIN BITGETHOW TO TRANSFER FROM TRUST WALLET TO GATEIO

VALOR DA GATEIOMETAMASK TO GATE.IOGATE.IO TRUST WALLET

CRYPTO.COM GATE.IO

GET https://api.winker.com.br/v1/portal/2057/document?name=Balancetes
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

name
string (optional) Example: Balancetes

Nome do Documento

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "name": "Balancete 01/2018",
    "description": "...",
    "id_document_type": 9,
    "id_document": 110,
    "type": "Atas",
    "created": "2018-02-20T16:39:53-0300"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Nome do documento"
      },
      "description": {
        "type": "string",
        "description": "Descrição do documento"
      },
      "id_document_type": {
        "type": "number",
        "description": "Identificador do tipo do documento"
      },
      "id_document": {
        "type": "number",
        "description": "Identificador do documento"
      },
      "type": {
        "type": "string",
        "description": "Tipo do documento"
      },
      "created": {
        "type": "string",
        "description": "Data da criação do documento"
      }
    }
  }
}

HOW TO TRANSFER FUNDS FROM GATE.IO TO COINBASENEW CRYPTOCURRENCY LISTING GATE IO

GATEIO WYKOPPUNDI GATE.IOIS GATEIO LEGAL IN AUSTRALIA

HOW TO WITHDRAW FROM GATE.IO WITHOUT KYC

GET https://api.winker.com.br/v1/portal/2057/document/110/download
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_document
number (required) Example: 110

Identificador do ocumento

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200

GATE.IO CUSTOM STRATEGYGATE.IO BINANCECOIN

GATE.IO DOGECOINMARKET SELL GATEIOMEOW IO GATO LUCHADOR

GOLDEN GATE PALACE II REVIEW

DELETE https://api.winker.com.br/v1/portal/2057/document/1
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_document
number (required) Example: 1

Identificador do arquivo

Request  Remover documento
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  204
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

COMMENT UTILISER GATEIOGATE IO CONTACT

VINU GATE IOTRANSFER FROM METAMASK TO GATE IOAPP GATE IO

GATE.IO TRADING FEE

GET https://api.winker.com.br/v1/portal/2057/document/implantation
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  204
HideShow
Body
[
  {
    "type": "Hello, world!",
    "documents": [
      {
        "id_document": 1,
        "name": "Hello, world!",
        "document_url": "Hello, world!"
      }
    ]
  }
]
Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "type": {
        "type": "string",
        "description": "Tipo do documento"
      },
      "documents": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "id_document": {
              "type": "number",
              "description": "Identificador do documento"
            },
            "name": {
              "type": "string",
              "description": "Descrição do documento"
            },
            "document_url": {
              "type": "string",
              "description": "Caminho do documento"
            }
          }
        },
        "description": "Documentos"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  400
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO БИРЖА ОТЗЫВЫHOW TO SEND BITCOIN FROM COINBASE TO GATEIO

BEST CRYPTO GATE IO BOTGATE IO KMONWITHDRAW FROM GATEIO TO COINBASE

GATE IO FOR USA

GET https://api.winker.com.br/v1/portal/2057/document-type?name=Balancetes&active=[1: apenas os ativos | 0: apenas os inativos]
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

name
string (optional) Example: Balancetes

Nome do Tipo de Documento

active
number (optional) Example: [1: apenas os ativos | 0: apenas os inativos]

Por padrão retornam todos

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_document_type": 14927,
    "name": "Balancetes",
    "active": 1
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_document_type": {
        "type": "number",
        "description": "Identificador do tipo de documento"
      },
      "name": {
        "type": "string",
        "description": "Descrição do tipo de documento"
      },
      "active": {
        "type": "number",
        "description": "Documento Ativo"
      }
    }
  }
}

GATE IO WITHDRAWAL GASBTC USD GATE IO

STEINS GATE 0 EPISODE 1 NEXT HTTPS WWW2.GOGOANIME.IO STEINSGATE-0-EPISODE-13КАК ВЫСТАВИТЬ СТОП НА GATE IOGATE IO TIRE LIMIT

GATE.IO КАК БЫСТРО ОТВЕЧАЮТ

GET https://api.winker.com.br/v1/portal/2057/config/config
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

config
string (required) 

Categoria e sub-categoria de configurações

Choices: portal-administration portal-users portal-profiles message-me message-categories message-menu message-starred message-administrativeCategories message-indicationTypeCategories message-to message-isModuleActive message-isAdministrator profile-phone_types vehicle-types vehicle-brands vehicle-colors pet-types pet-genders pet-sizes

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "portal": {},
  "message": {},
  "profile": {},
  "vehicle": {},
  "pet": {}
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "portal": {
      "type": "object",
      "properties": {},
      "description": "Array com as configurações solicitadas"
    },
    "message": {
      "type": "object",
      "properties": {},
      "description": "Array com as configurações solicitadas"
    },
    "profile": {
      "type": "object",
      "properties": {},
      "description": "Array com as configurações solicitadas"
    },
    "vehicle": {
      "type": "object",
      "properties": {},
      "description": "Array com as configurações solicitadas"
    },
    "pet": {
      "type": "object",
      "properties": {},
      "description": "Array com as configurações solicitadas"
    }
  }
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

LOGIC GATES GAME IOS APPHTTPS://GATE IO

GATE.IO BUY WITH USDSTART ABBILITIES FOR FIGHTER BALDURS GATE IIGATEIO TRTL

CAN I TRADE WITH BITCOIN IN GATEIO

GET https://api.winker.com.br/v1/portal/2057/provider
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_provider": 9,
    "name": "Grupo Embracon",
    "photo": "http://api.winker.dev:8001/themes/intra/img/sf_adm.jpg",
    "photo_profile": "http://api.winker.dev:8001/themes/intra/img/sf_adm.jpg",
    "activities": [
      "Hello, world!"
    ],
    "phone": "(48) 3035-4000",
    "id_provider_portal": 1835
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_provider": {
        "type": "number",
        "description": "Identificador"
      },
      "name": {
        "type": "string",
        "description": "Nome"
      },
      "photo": {
        "type": "string",
        "description": "Foto"
      },
      "photo_profile": {
        "type": "string",
        "description": "Foto"
      },
      "activities": {
        "type": "array",
        "description": "Atividades"
      },
      "phone": {
        "type": "string"
      },
      "id_provider_portal": {
        "type": "number"
      }
    }
  }
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE.IO SIGN UP BONUSВЫВОД USDT С GATEIO

GATE.IO KOMISYONSUZ PARA YATIRMAGATEIO HOW TO USEIMPT GATE IO

NOMES DE SKINS DE GATO DO GOTA.IO

GET https://api.winker.com.br/v1/portal/2057/application
URI Parameters
HideShow
id_portal
number (optional) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: token
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_portal": 2057,
    "id_install": 126,
    "application": {
      "id_application": 1,
      "key": "55de77",
      "name": "Agora",
      "events": {
        "Winker/Event/AuthorizedVisitor/Added": {
          "api": "https://EventName1.winker.com.br/v1/configuration",
          "method": "GET",
          "on_install": true,
          "headers": "Authorization: app_token, Accept: application/json"
        },
        "Winker/Event/AuthorizedVisitor/Updated": {
          "api": "https://EventName2.winker.com.br/v1/configuration",
          "method": "PUT",
          "on_install": false,
          "headers": "Authorization: app_token, Accept: application/json"
        }
      },
      "pages": {
        "page1": "https://pages.winker.com.br/pages/page1",
        "page2": "https://pages.winker.com.br/pages/page2"
      },
      "permissions": {
        "PermissionGroup1": [
          "read"
        ],
        "PermissionGroup2": [
          "read"
        ]
      },
      "providers": [
        {
          "id_provider": 46,
          "configuration": {
            "server_api": "http://setupdemo.provider.com:9080/AGORA/"
          }
        },
        {
          "id_provider": 47,
          "configuration": {
            "server_api": "http://121.121.121.121/PSIM/"
          }
        }
      ],
      "version": "1"
    },
    "status": {
      "code": "preparing",
      "value": "Preparando"
    },
    "token": "TOKEN-EXAMPLE",
    "created_at": "2017-10-04 17:25:03"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_portal": {
        "type": "number",
        "description": "Id Portal"
      },
      "id_install": {
        "type": "number",
        "description": "Id Instalação"
      },
      "application": {
        "type": "object",
        "properties": {
          "id_application": {
            "type": "number"
          },
          "key": {
            "type": "string"
          },
          "name": {
            "type": "string",
            "description": "Nome do aplicativo"
          },
          "events": {
            "type": "object",
            "properties": {
              "Winker/Event/AuthorizedVisitor/Added": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 1"
              },
              "Winker/Event/AuthorizedVisitor/Updated": {
                "type": "object",
                "properties": {
                  "api": {
                    "type": "string",
                    "description": "Url do evento"
                  },
                  "method": {
                    "type": "string",
                    "description": "Método do evento"
                  },
                  "on_install": {
                    "type": "boolean"
                  },
                  "headers": {
                    "type": "string",
                    "description": "Headers do evento"
                  }
                },
                "description": "Exemplo de evento 2"
              }
            },
            "description": "Eventos"
          },
          "pages": {
            "type": "object",
            "properties": {
              "page1": {
                "type": "string"
              },
              "page2": {
                "type": "string"
              }
            },
            "description": "Páginas"
          },
          "permissions": {
            "type": "object",
            "properties": {
              "PermissionGroup1": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 1"
              },
              "PermissionGroup2": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Exemplo de grupo de permissão 2"
              }
            },
            "description": "Permissões"
          },
          "providers": {
            "type": "array",
            "items": [
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              },
              {
                "type": "object",
                "properties": {
                  "id_provider": {
                    "type": "number",
                    "description": "Id do Provider"
                  },
                  "configuration": {
                    "type": "object",
                    "properties": {
                      "server_api": {
                        "type": "string"
                      }
                    },
                    "description": "Configuração do Provider"
                  }
                }
              }
            ],
            "description": "Providers"
          },
          "version": {
            "type": "string",
            "description": "Versão do aplicativo"
          }
        },
        "description": "Aplicação"
      },
      "status": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "enum": [
              "preparing",
              "installing",
              "installed",
              "uninstalling"
            ],
            "description": "status code"
          },
          "value": {
            "type": "string",
            "enum": [
              "Preparando",
              "Instalando",
              "Instalado",
              "Desinstalando"
            ],
            "description": "status value"
          }
        },
        "description": "Status"
      },
      "token": {
        "type": "string",
        "description": "Token"
      },
      "created_at": {
        "type": "string",
        "description": "Data de instalação"
      }
    }
  }
}
Response  500
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

TRANSFER FROM CRYPTO.COM TO GATE.IOGATE IO COMPRAR E VENDER

GATE IO VPNGATE IO UID

GATEIO HELPSACAR GATE.IOGATEIO DEPOSIT FIAT

NEBULAS TOKEN SWAP GATE.IO

GET https://api.winker.com.br/v1/plan
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_plan": 9,
    "name": "Premium",
    "code": "primium",
    "type": "condominio"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_plan": {
        "type": "number",
        "description": "Identificador"
      },
      "name": {
        "type": "string",
        "description": "Plano"
      },
      "code": {
        "type": "string",
        "description": "Codigo"
      },
      "type": {
        "type": "string",
        "description": "Tipo"
      }
    }
  }
}

WHO RUNS GATEIOIO CHE SUCCHIO UN CAZZO NERO GAT

Divisões (Blocos)

GATE.IO HAS SUSPENDED PAID DEPOSIT AND TRADING SERVICES.IS GATE IO IN US

DEPOSIT IN GATEIOБИРЖА GATEIO PROFITGID.RUGATOS Y PERROS IO

SAND GATEIO

POST https://api.winker.com.br/v1/portal/2057/division
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Criar uma Divisão
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "id_division": 5493,
  "name": "Principal",
  "administrative": "0",
  "division": "Principal",
  "units": [
    {
      "id_unit": 110130,
      "name": "Atendimento",
      "parking_spot": "``",
      "hobby_box": "``",
      "administrative": 0,
      "id_division": 5493,
      "division": "UNICA",
      "usersPhoto": [],
      "note": "Sem moradores",
      "area": ""
    }
  ]
}
Schema
{
  "type": "object",
  "properties": {
    "id_division": {
      "type": "number",
      "description": "Identificador da divisão"
    },
    "name": {
      "type": "string",
      "description": "Nome da divisão"
    },
    "administrative": {
      "enum": [
        "0",
        "1"
      ],
      "description": "Identifica se é administradora ou não"
    },
    "division": {
      "type": "string",
      "description": "division"
    },
    "units": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id_unit": {
            "type": "number",
            "description": "Identificador da Unidade"
          },
          "name": {
            "type": "string",
            "description": "Nome da Unidade"
          },
          "parking_spot": {
            "type": "string",
            "description": "Vaga Garagem"
          },
          "hobby_box": {
            "type": "string",
            "description": "Hobby box"
          },
          "administrative": {
            "enum": [
              0,
              1
            ],
            "description": "Identifica se é administradora ou não"
          },
          "id_division": {
            "type": "number",
            "description": "id da divisão pertencente"
          },
          "division": {
            "type": "string",
            "description": "nome da divisão pertencente"
          },
          "usersPhoto": {
            "type": "array",
            "description": "fotos dos usuários"
          },
          "note": {
            "type": "string",
            "description": "Observações"
          },
          "area": {
            "enum": [
              "",
              "Garagem",
              "Box"
            ],
            "description": "Extensão"
          }
        }
      },
      "description": "units"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201
HideShow
Body
{
  "id_division": 5493,
  "name": "Principal",
  "administrative": "0",
  "division": "Principal",
  "units": [
    {
      "id_unit": 110130,
      "name": "Atendimento",
      "parking_spot": "``",
      "hobby_box": "``",
      "administrative": 0,
      "id_division": 5493,
      "division": "UNICA",
      "usersPhoto": [],
      "note": "Sem moradores",
      "area": ""
    }
  ]
}
Schema
{
  "type": "object",
  "properties": {
    "id_division": {
      "type": "number",
      "description": "Identificador da divisão"
    },
    "name": {
      "type": "string",
      "description": "Nome da divisão"
    },
    "administrative": {
      "enum": [
        "0",
        "1"
      ],
      "description": "Identifica se é administradora ou não"
    },
    "division": {
      "type": "string",
      "description": "division"
    },
    "units": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id_unit": {
            "type": "number",
            "description": "Identificador da Unidade"
          },
          "name": {
            "type": "string",
            "description": "Nome da Unidade"
          },
          "parking_spot": {
            "type": "string",
            "description": "Vaga Garagem"
          },
          "hobby_box": {
            "type": "string",
            "description": "Hobby box"
          },
          "administrative": {
            "enum": [
              0,
              1
            ],
            "description": "Identifica se é administradora ou não"
          },
          "id_division": {
            "type": "number",
            "description": "id da divisão pertencente"
          },
          "division": {
            "type": "string",
            "description": "nome da divisão pertencente"
          },
          "usersPhoto": {
            "type": "array",
            "description": "fotos dos usuários"
          },
          "note": {
            "type": "string",
            "description": "Observações"
          },
          "area": {
            "enum": [
              "",
              "Garagem",
              "Box"
            ],
            "description": "Extensão"
          }
        }
      },
      "description": "units"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

MINIMUM WITHDRAWAL GATE IOGATE.IO ALTNERNATIVE

GATEIO BRAZILHOW TO SEND USDT FROM METAMASK TO GATE.IOGATEIO CHINESE COMPANY

TRANSFER MONEY TO GATEIO

PUT https://api.winker.com.br/v1/portal/2057/division/1212
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_division
number (required) Example: 1212

Identificador do portal

Request  Atualizar uma Divisão
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "id_division": 5493,
  "name": "Principal",
  "administrative": "0",
  "division": "Principal",
  "units": [
    {
      "id_unit": 110130,
      "name": "Atendimento",
      "parking_spot": "``",
      "hobby_box": "``",
      "administrative": 0,
      "id_division": 5493,
      "division": "UNICA",
      "usersPhoto": [],
      "note": "Sem moradores",
      "area": ""
    }
  ]
}
Schema
{
  "type": "object",
  "properties": {
    "id_division": {
      "type": "number",
      "description": "Identificador da divisão"
    },
    "name": {
      "type": "string",
      "description": "Nome da divisão"
    },
    "administrative": {
      "enum": [
        "0",
        "1"
      ],
      "description": "Identifica se é administradora ou não"
    },
    "division": {
      "type": "string",
      "description": "division"
    },
    "units": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id_unit": {
            "type": "number",
            "description": "Identificador da Unidade"
          },
          "name": {
            "type": "string",
            "description": "Nome da Unidade"
          },
          "parking_spot": {
            "type": "string",
            "description": "Vaga Garagem"
          },
          "hobby_box": {
            "type": "string",
            "description": "Hobby box"
          },
          "administrative": {
            "enum": [
              0,
              1
            ],
            "description": "Identifica se é administradora ou não"
          },
          "id_division": {
            "type": "number",
            "description": "id da divisão pertencente"
          },
          "division": {
            "type": "string",
            "description": "nome da divisão pertencente"
          },
          "usersPhoto": {
            "type": "array",
            "description": "fotos dos usuários"
          },
          "note": {
            "type": "string",
            "description": "Observações"
          },
          "area": {
            "enum": [
              "",
              "Garagem",
              "Box"
            ],
            "description": "Extensão"
          }
        }
      },
      "description": "units"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  202
HideShow
Body
{
  "id_division": 5493,
  "name": "Principal",
  "administrative": "0",
  "division": "Principal",
  "units": [
    {
      "id_unit": 110130,
      "name": "Atendimento",
      "parking_spot": "``",
      "hobby_box": "``",
      "administrative": 0,
      "id_division": 5493,
      "division": "UNICA",
      "usersPhoto": [],
      "note": "Sem moradores",
      "area": ""
    }
  ]
}
Schema
{
  "type": "object",
  "properties": {
    "id_division": {
      "type": "number",
      "description": "Identificador da divisão"
    },
    "name": {
      "type": "string",
      "description": "Nome da divisão"
    },
    "administrative": {
      "enum": [
        "0",
        "1"
      ],
      "description": "Identifica se é administradora ou não"
    },
    "division": {
      "type": "string",
      "description": "division"
    },
    "units": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id_unit": {
            "type": "number",
            "description": "Identificador da Unidade"
          },
          "name": {
            "type": "string",
            "description": "Nome da Unidade"
          },
          "parking_spot": {
            "type": "string",
            "description": "Vaga Garagem"
          },
          "hobby_box": {
            "type": "string",
            "description": "Hobby box"
          },
          "administrative": {
            "enum": [
              0,
              1
            ],
            "description": "Identifica se é administradora ou não"
          },
          "id_division": {
            "type": "number",
            "description": "id da divisão pertencente"
          },
          "division": {
            "type": "string",
            "description": "nome da divisão pertencente"
          },
          "usersPhoto": {
            "type": "array",
            "description": "fotos dos usuários"
          },
          "note": {
            "type": "string",
            "description": "Observações"
          },
          "area": {
            "enum": [
              "",
              "Garagem",
              "Box"
            ],
            "description": "Extensão"
          }
        }
      },
      "description": "units"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO NEED KYCIS GATE IO SAFE TO USESAND GATE IO

IS GATEIO CENTRALIZED

DELETE https://api.winker.com.br/v1/portal/2057/division/1212
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_division
number (required) Example: 1212

Identificador do portal

Request  Atualizar uma Divisão
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Response  204
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO IEO ATH ROASEND FROM GATE IO

WITHDRAWAL FEE GATEIOANDROID TROJAN.SMSSPY.LE GATEIODEPOSIT GATE IO

GATE.IO EXCHANGE REVIEW

GET https://api.winker.com.br/v1/division?id_portal=2057&without_admin=true&with_units=false
URI Parameters
HideShow
id_portal
number (optional) Example: 2057

Identificador do portal

without_admin
boolean (optional) Example: true

Busca somente divisões não administrativas

with_units
boolean (optional) Example: false

Busca detalhes das unidades

Request  Com unidades
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_division": 5493,
    "name": "Principal",
    "administrative": "0",
    "division": "Principal",
    "units": [
      {
        "id_unit": 110130,
        "name": "Atendimento",
        "parking_spot": "``",
        "hobby_box": "``",
        "administrative": 0,
        "id_division": 5493,
        "division": "UNICA",
        "usersPhoto": [],
        "note": "Sem moradores",
        "area": ""
      }
    ]
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_division": {
        "type": "number",
        "description": "Identificador da divisão"
      },
      "name": {
        "type": "string",
        "description": "Nome da divisão"
      },
      "administrative": {
        "type": "string",
        "enum": [
          "0",
          "1"
        ],
        "description": "Identifica se é administradora ou não"
      },
      "division": {
        "type": "string",
        "description": "division"
      },
      "units": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "id_unit": {
              "type": "number",
              "description": "Identificador da Unidade"
            },
            "name": {
              "type": "string",
              "description": "Nome da Unidade"
            },
            "parking_spot": {
              "type": "string",
              "description": "Vaga Garagem"
            },
            "hobby_box": {
              "type": "string",
              "description": "Hobby box"
            },
            "administrative": {
              "type": "number",
              "enum": [
                0,
                1
              ],
              "description": "Identifica se é administradora ou não"
            },
            "id_division": {
              "type": "number",
              "description": "id da divisão pertencente"
            },
            "division": {
              "type": "string",
              "description": "nome da divisão pertencente"
            },
            "usersPhoto": {
              "description": "fotos dos usuários"
            },
            "note": {
              "type": "string",
              "description": "Observações"
            },
            "area": {
              "type": "string",
              "enum": [
                "",
                "Garagem",
                "Box"
              ],
              "description": "Extensão"
            }
          }
        },
        "description": "units"
      }
    }
  }
}
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_division": 5493,
    "name": "Principal",
    "administrative": "0",
    "division": "Principal",
    "units": [
      {
        "id_unit": 110130,
        "name": "Atendimento",
        "parking_spot": "``",
        "hobby_box": "``",
        "administrative": 0,
        "id_division": 5493,
        "division": "UNICA",
        "usersPhoto": [],
        "note": "Sem moradores",
        "area": ""
      }
    ]
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_division": {
        "type": "number",
        "description": "Identificador da divisão"
      },
      "name": {
        "type": "string",
        "description": "Nome da divisão"
      },
      "administrative": {
        "type": "string",
        "enum": [
          "0",
          "1"
        ],
        "description": "Identifica se é administradora ou não"
      },
      "division": {
        "type": "string",
        "description": "division"
      },
      "units": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "id_unit": {
              "type": "number",
              "description": "Identificador da Unidade"
            },
            "name": {
              "type": "string",
              "description": "Nome da Unidade"
            },
            "parking_spot": {
              "type": "string",
              "description": "Vaga Garagem"
            },
            "hobby_box": {
              "type": "string",
              "description": "Hobby box"
            },
            "administrative": {
              "type": "number",
              "enum": [
                0,
                1
              ],
              "description": "Identifica se é administradora ou não"
            },
            "id_division": {
              "type": "number",
              "description": "id da divisão pertencente"
            },
            "division": {
              "type": "string",
              "description": "nome da divisão pertencente"
            },
            "usersPhoto": {
              "description": "fotos dos usuários"
            },
            "note": {
              "type": "string",
              "description": "Observações"
            },
            "area": {
              "type": "string",
              "enum": [
                "",
                "Garagem",
                "Box"
              ],
              "description": "Extensão"
            }
          }
        },
        "description": "units"
      }
    }
  }
}

GATE IO REVENUEBALDUR'S GATE IOS 2.5.17

TRANSFER FROM KRAKEN TO GATE.IOIO MEMORIAS DE UN GATO TONTO

GATE.IO ÜYELIKGATE IO TIER 1HOW TO TRANSFER USDT FROM GATEIO TO COINBASE

JETONS GATE.IO

GET https://api.winker.com.br/v1/me/vehicle/type
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json

GATEIO WITHDRAWAL LIMIT WITHOUT KYCGATE IO SPOT ACCOUNT

GATEIO ВЕРИФИКАЦИЯ VIVIDAPI KEYS GATE.IOGATEIO KYC MANDATORY

GATE.IO LINKEDIN CEO

GET https://api.winker.com.br/v1/me/get-configuration
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "user": [],
  "devices": [],
  "portal": {
    "units": [],
    "responsabilities": [],
    "modules": []
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "user": {},
    "devices": {},
    "portal": {
      "type": "object",
      "properties": {
        "units": {},
        "responsabilities": {},
        "modules": {}
      }
    }
  }
}

GATEIO GIFT CARDHOW TO INTEGRATE PAYMENT GATE WAY INTEGRATION IN IOS

GATE.IO CONFERME ETHSTAKE GATE.IOCODIGO DE GOOGLW DE GATE IO

GATS.IO BUILDS

GET https://api.winker.com.br/v1/me/vehicle/color
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json

TRANSFERIR USDT BINANCE PARA GATE IOIS GATE IO A DECENTRALIZED EXCHANGE

STEINS GATE IOS SALEIOS GATES NEOPLASIAGATE IO TOKN HOW TO BUY

CAN US CITIZENS TRADE ON GATE.IO

POST https://api.winker.com.br/v1/me/vehicle/add
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
[
  {
    "model": "algum modelo",
    "license_plate": "null",
    "brand": {
      "id_vehicle_brand": 1
    },
    "color": {
      "code": [
        "Yellow",
        "Blue",
        "Beige",
        "Bordeaux",
        "White",
        "Gray",
        "Orange",
        "Brown",
        "Silver",
        "Black",
        "Pink",
        "Green",
        "Red",
        "Other"
      ]
    },
    "type": {
      "code": [
        "Bicycle",
        "Automobile",
        "Motorcycle",
        "Other"
      ]
    }
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array"
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_vehicle": 95509,
  "model": "kas",
  "brand": [
    "id_vehicle_brand: 1",
    "brand: `Acura`"
  ],
  "type": {
    "code": "Bicycle",
    "label": "Bicicleta"
  },
  "color": [
    "code: `White`",
    "label: `Branco`"
  ],
  "license_plate": "null",
  "id_user": 1,
  "owner": "PJ 1",
  "photo": "null"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_vehicle": {
      "type": "number",
      "description": "Identificador do veículo"
    },
    "model": {
      "type": "string",
      "description": "Descrição do modelo"
    },
    "brand": {
      "type": "array"
    },
    "type": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "label": {
          "type": "string"
        }
      },
      "description": "Descrição do tipo (obrigatório)"
    },
    "color": {
      "type": "array"
    },
    "license_plate": {
      "type": "string",
      "description": "Descrição da placa"
    },
    "id_user": {
      "type": "number",
      "description": "Identificador do usuário"
    },
    "owner": {
      "type": "string",
      "description": "Nome do dono do veiculo"
    },
    "photo": {
      "type": "string",
      "description": "Foto do veiculo"
    }
  }
}

GATE IO EXCHANGE PROBLEMSWITHDRAWAL FROM GATE.IO TO BINANCE

FTX OU GATE.IOHOW TO ENABLE AIM BOT IN GATS.IOGATEIO BANK WIRE TRANSFER

MEXC VS GATEIO

POST https://api.winker.com.br/v1/me/pet/add
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
[
  {
    "name": "nome do pet",
    "characteristics": "null",
    "type": {
      "id_pet_type": 2
    },
    "gender": {
      "code": [
        "Male",
        "Female"
      ]
    },
    "size": {
      "code": [
        "Big",
        "Médio",
        "Pequeno"
      ]
    }
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array"
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "name": "nome do pet",
  "characteristics": "null",
  "owner": "PJ!",
  "photo": "null",
  "type": {
    "id_pet_type": 2,
    "type": "Gato"
  },
  "gender": {
    "code": {
      "code": "Male",
      "label": "Macho"
    }
  },
  "size": {
    "code": {
      "code": "Big",
      "label": "Grande"
    }
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Modelo do veículo (Obrigatório)"
    },
    "characteristics": {
      "type": "string",
      "description": "Placa do veículo"
    },
    "owner": {
      "type": "string",
      "description": "Dono do pet registrado"
    },
    "photo": {
      "type": "string",
      "description": "Caminho da foto"
    },
    "type": {
      "type": "object",
      "properties": {
        "id_pet_type": {
          "type": "number",
          "description": "Identificador do tipo de pet"
        },
        "type": {
          "type": "string"
        }
      }
    },
    "gender": {
      "type": "object",
      "properties": {
        "code": {
          "type": "object",
          "properties": {
            "code": {
              "type": "string"
            },
            "label": {
              "type": "string"
            }
          }
        }
      }
    },
    "size": {
      "type": "object",
      "properties": {
        "code": {
          "type": "object",
          "properties": {
            "code": {
              "type": "string"
            },
            "label": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

HTTPS GATEIO ACTIVE 1579513 F90BAD801CFF1C1C91B6311D41A107BEWHAT IS GATE IO EXCHANGE

GATE.IO COMO USARGATE IO ポイントGATE.IO WITHDRAWAL ADDRESS DELETION

GATEIO OR BINANCE

POST https://api.winker.com.br/v1/me/change-portal
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "id_portal": 2
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_portal": {
      "type": "number",
      "description": "Identificador do portal que será carregado"
    }
  },
  "required": [
    "id_portal"
  ]
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
[]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object"
}

MEME DE GATO IO HABIA PUSIDOGATE IO USDT WITHDRAWAL FEES

GATE IO SPY APPGATEIO FORBIDDEN ACCESS LENDINGGATEIO WITHDRAW SUSPENDED FOR MAINTENANCE

GATE IO TRANSPARENT IMAGE

POST https://api.winker.com.br/v1/me/update
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
[
  {
    "id_user": 192,
    "documents": {
      "cpf": "111111",
      "cnpj": "212121"
    },
    "first_name": "Pessoa 1",
    "last_name": "Da silva",
    "email": "usuario@email.com",
    "gender": "M",
    "occupation": "Administrador",
    "date_of_birth": "null",
    "cpf": "null",
    "cnpj": "null",
    "phones": [
      "[]"
    ],
    "id_user_unit": "null",
    "responsability": "null"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array"
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_user": 192,
    "name": "Pessoa 1 condominio 2",
    "photo": "/themes/intra/img/sf_ele.gif",
    "type": "individual",
    "user": "user223@winker.com.br",
    "first_name": "Pessoa 1",
    "last_name": "Condominio 2",
    "email": "user223@winker.com.br",
    "gender": "M",
    "cpf": "21212121",
    "rg": "131212121",
    "occupation": "null",
    "date_of_birth": "null",
    "documents": {
      "cpf": "21212121",
      "rg": "131212121"
    },
    "phones": [
      "id_phone: `3232`",
      "type: `Comercial`",
      "numer: `number`"
    ],
    "vehicles": [],
    "vehicle_ignore": true,
    "pets": [],
    "pets_ignore": true,
    "devices": []
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array"
}

GATEIO VS IDEXBINANCE TR DEN GATE IO YA PARA AKTARMA

KISSANIME.IO GATE JIETAIARTIFICIAL INTELLIGENCE ALTCOIN LISTED ON GATE IOGATEIO WITH ASIC MINER

ECHO MESA IO IMPERIAL TREASURE MAP ENDLESS GATE

POST https://api.winker.com.br/v1/me/photo
Request  Upload de um arquivo
HideShow
Headers
Accept: application/json
Authorization: JWT
Content-Disposition: form-data; name="fieldname"; filename="filename.jpg"
Content-Type: image/jpeg
Response  201
HideShow
Headers
Content-Type: application/json
Body
{
  "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Identificador da entidade gerado"
    }
  }
}

GATE IO HONG KONGGATE.IO LUNA 2.0

IS GATE IO AVAILABLE IN USGATEIO MARGIN TRADING USACOMO DEPOSITAR REAL NA GATE.IO

TRANSFERIR DE BINANCE A GATE IO

POST https://api.winker.com.br/v1/me/password/1111
URI Parameters
HideShow
password
string (required) Example: 1111

Nova senha

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  201
HideShow
Headers
Content-Type: application/json
Body
{
  "success": true,
  "return": [
    "Password changed!"
  ]
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "return": {
      "type": "array"
    }
  }
}

GATE IO WITHDRAWAL TIMEGATEIO ÖN SATIŞ

TELEFOON GAAT OVER OP IPAD UITZETTEN IOS 10HMSTR GATEIO

Será apresentado os usuários relacionados ao login

GATEIO 90 DAY WARNINGBALDUR'S GATE ENHANCED EDITION SUR IOSIS GATE.IO DOWN

GATE IO KYC VERIFICATION TIME

GET https://api.winker.com.br/v1/otheruser
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "history": {
    "30/11/2017 23:27:04": {
      "operacao": "-",
      "usuario": "Indefinido",
      "atributos": {
        "inicio": "15/08/2014",
        "termino": "null",
        "perfil": "null"
      }
    }
  },
  "id_user_unit": 109197,
  "id_user": 4372,
  "name": "Pessoa 4362 Sobrenome 4362",
  "photo": "/themes/intra/img/sf_ele.gif",
  "responsibility": "Proprietário: Responsável e morador",
  "activation_start": "2017-02-09T00:00:00-0200",
  "activation_end": "null",
  "id_unit": 110129,
  "unit": "Desenvolvimento",
  "id_division": 5493,
  "division": "Principal"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "history": {
      "type": "object",
      "properties": {
        "30/11/2017 23:27:04": {
          "type": "object",
          "properties": {
            "operacao": {
              "type": "string",
              "description": "Descrição da operação"
            },
            "usuario": {
              "type": "string"
            },
            "atributos": {
              "type": "object",
              "properties": {
                "inicio": {
                  "type": "string"
                },
                "termino": {
                  "type": "string"
                },
                "perfil": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "id_user_unit": {
      "type": "number"
    },
    "id_user": {
      "type": "number"
    },
    "name": {
      "type": "string"
    },
    "photo": {
      "type": "string"
    },
    "responsibility": {
      "type": "string"
    },
    "activation_start": {
      "type": "string"
    },
    "activation_end": {
      "type": "string"
    },
    "id_unit": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    },
    "id_division": {
      "type": "number"
    },
    "division": {
      "type": "string"
    }
  }
}

IO GATESGATE.IO ARREST

Atributo de responsabilidade que são usados no cadastro de usuário

JUEGOS GATS.IO GAMEGATE.IO INVALID COUNTRY CODELEOCOIN GATE IO

HOW LONG DOES GATE.IO DEPOSIT TAKE

GET https://api.winker.com.br/v1/otheruser/profiles
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "Condomínio": {
    "Proprietário": {
      "Proprietário: Responsável e morador": "Responsável e morador",
      "Proprietário: Responsável não morador": "Responsável não morador",
      "Proprietário: Cônjuge": "Cônjuge",
      "Proprietário: Filho": "Filho",
      "Proprietário: Outro parentesco": "Outro parentesco",
      "Proprietário: Sem parentesco": "Sem parentesco"
    },
    "Inquilino": {
      "Inquilino: Responsável contratualmente": "Responsável contratualmente",
      "Inquilino: Cônjuge": "Cônjuge",
      "Inquilino: Filho": "Filho",
      "Inquilino: Outro parentesco": "Outro parentesco",
      "Inquilino: Sem parentesco": "Sem parentesco"
    },
    "Associação": {
      "Associado": {
        "Associado": "Associado"
      },
      "Dependente": {
        "Dependente": "Dependente"
      }
    },
    "Clube de futebol": {
      "Associado": {
        "Associado": "Associado"
      }
    },
    "Coworking": {
      "Usuário": {
        "Usuário": "Usuário"
      }
    },
    "Empresarial": {
      "Usuário": {
        "Usuário": "Usuário"
      }
    }
  }
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Condomínio": {
      "type": "object",
      "properties": {
        "Proprietário": {
          "type": "object",
          "properties": {
            "Proprietário: Responsável e morador": {
              "type": "string"
            },
            "Proprietário: Responsável não morador": {
              "type": "string"
            },
            "Proprietário: Cônjuge": {
              "type": "string"
            },
            "Proprietário: Filho": {
              "type": "string"
            },
            "Proprietário: Outro parentesco": {
              "type": "string"
            },
            "Proprietário: Sem parentesco": {
              "type": "string"
            }
          }
        },
        "Inquilino": {
          "type": "object",
          "properties": {
            "Inquilino: Responsável contratualmente": {
              "type": "string"
            },
            "Inquilino: Cônjuge": {
              "type": "string"
            },
            "Inquilino: Filho": {
              "type": "string"
            },
            "Inquilino: Outro parentesco": {
              "type": "string"
            },
            "Inquilino: Sem parentesco": {
              "type": "string"
            }
          }
        },
        "Associação": {
          "type": "object",
          "properties": {
            "Associado": {
              "type": "object",
              "properties": {
                "Associado": {
                  "type": "string"
                }
              }
            },
            "Dependente": {
              "type": "object",
              "properties": {
                "Dependente": {
                  "type": "string"
                }
              }
            }
          }
        },
        "Clube de futebol": {
          "type": "object",
          "properties": {
            "Associado": {
              "type": "object",
              "properties": {
                "Associado": {
                  "type": "string"
                }
              }
            }
          }
        },
        "Coworking": {
          "type": "object",
          "properties": {
            "Usuário": {
              "type": "object",
              "properties": {
                "Usuário": {
                  "type": "string"
                }
              }
            }
          }
        },
        "Empresarial": {
          "type": "object",
          "properties": {
            "Usuário": {
              "type": "object",
              "properties": {
                "Usuário": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}

SQUID GAME TOKEN GATE IOGATE IO SINGAPORE REVIEW

WHAT ARE GATEIO POINTSBTER TO GATE IOHOW TO SHORT COINS ON GATE IO

ENEMY AT THE GATES FULL MOVIE مترجم AFLAM.IO

POST https://api.winker.com.br/v1/otheruser/add
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object"
}

GATEIO LEVERAGED TOKENSLUFFY GATE.IO

CHECK YEAR OF GATE IO ACCOUNTGATE IO VIP LEVELS

GATE IO 取引 所GATE IO PUMP GRUPLARIWITHDRAW FROM GATE.IO

GATEIO INSOLVENT

POST https://api.winker.com.br/v1/portal/2057/division/3057/unit/4057/user_unit
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_division
number (required) Example: 3057

Identificador da divisao

id_unit
number (required) Example: 4057

Identificador da unidade

Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "name": "Pessoa",
  "surname": "4362 Sobrenome 4362",
  "email": "usuario2@winker.com.br",
  "doc_type: `pessoa_fisica`": "Hello, world!",
  "doc_cpf": "641.847.832-01",
  "doc_cnpj": "81.447.579/0001-37",
  "profile": "Proprietário: Responsável e morador",
  "id_unit": 110129,
  "phones": [
    {
      "id_phone": 192,
      "type": "Celular",
      "number": "(48) 99999-9999"
    }
  ]
}
Schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome do Usuario"
    },
    "surname": {
      "type": "string",
      "description": "Sobre nome do Usuário"
    },
    "email": {
      "type": "string",
      "description": "E-mail do usuário"
    },
    "doc_type: `pessoa_fisica`": {
      "type": "string"
    },
    "doc_cpf": {
      "type": "string",
      "description": "CPF do usuário"
    },
    "doc_cnpj": {
      "type": "string",
      "description": "CNPJ do usuário"
    },
    "profile": {
      "type": "string"
    },
    "id_unit": {
      "type": "number"
    },
    "phones": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id_phone": {
            "type": "number",
            "description": "Identificador do telefone"
          },
          "type": {
            "type": "string",
            "description": "Tipo de telefone"
          },
          "number": {
            "type": "string",
            "description": "Numero de telefone"
          }
        }
      }
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201
HideShow
Body
{
  "history": {
    "30/11/2017 23:27:04": {
      "operação": "09/02/2017",
      "usuario": "null",
      "atributos": {
        "inicio": "09/02/2017",
        "termino": "null",
        "perfil": "Proprietário: Responsável e morador"
      }
    }
  },
  "id_user_unit": 109197,
  "id_user": 4372,
  "name": "Pessoa 4362 Sobrenome 4362",
  "photo": "/themes/intra/img/sf_ele.gif",
  "responsibility": "Proprietário: Responsável e morador",
  "activation_start": "2017-02-09T00:00:00-0200",
  "activation_end": "null",
  "id_unit": 110129,
  "unit": "Desenvolvimento",
  "id_division": 5493,
  "division": "Principal"
}
Schema
{
  "type": "object",
  "properties": {
    "history": {
      "type": "object",
      "properties": {
        "30/11/2017 23:27:04": {
          "type": "object",
          "properties": {
            "operação": {
              "type": "string",
              "description": "Data da operação"
            },
            "usuario": {
              "type": "string",
              "description": "Nome do usuário"
            },
            "atributos": {
              "type": "object",
              "properties": {
                "inicio": {
                  "type": "string"
                },
                "termino": {
                  "type": "string"
                },
                "perfil": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "id_user_unit": {
      "type": "number"
    },
    "id_user": {
      "type": "number"
    },
    "name": {
      "type": "string"
    },
    "photo": {
      "type": "string"
    },
    "responsibility": {
      "type": "string"
    },
    "activation_start": {
      "type": "string"
    },
    "activation_end": {
      "type": "string"
    },
    "id_unit": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    },
    "id_division": {
      "type": "number"
    },
    "division": {
      "type": "string"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE.IO FUNDINGBALDUR'S GATE IOS GAMEPLAY

GATEIO CENTRALIZED OR DECENTRALIZEDHOW TO WITHDRAW USDT FROM GATE IOREGISTER GATE IO

КАК ПРОЙТИ ВЕРИФИКАЦИЮ НА GATE IO

GET https://api.winker.com.br/v1/user_unit/active?id_portal=2057&full_profile=[1 | 0]=1
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

full_profile
number (optional) Example: [1 | 0]

Identificador do portal

Request  Listar todos moradores do portal
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Response  204
HideShow
Body
[
  {
    "history": {
      "30/11/2017 23:27:04": {
        "operação": "09/02/2017",
        "usuario": "null",
        "atributos": {
          "inicio": "09/02/2017",
          "termino": "null",
          "perfil": "Proprietário: Responsável e morador"
        }
      }
    },
    "id_user_unit": 109197,
    "id_user": 4372,
    "name": "Pessoa 4362 Sobrenome 4362",
    "photo": "/themes/intra/img/sf_ele.gif",
    "responsibility": "Proprietário: Responsável e morador",
    "activation_start": "2017-02-09T00:00:00-0200",
    "activation_end": "null",
    "id_unit": 110129,
    "unit": "Desenvolvimento",
    "id_division": 5493,
    "division": "Principal"
  }
]
Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "history": {
        "type": "object",
        "properties": {
          "30/11/2017 23:27:04": {
            "type": "object",
            "properties": {
              "operação": {
                "type": "string",
                "description": "Data da operação"
              },
              "usuario": {
                "type": "string",
                "description": "Nome do usuário"
              },
              "atributos": {
                "type": "object",
                "properties": {
                  "inicio": {
                    "type": "string"
                  },
                  "termino": {
                    "type": "string"
                  },
                  "perfil": {
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      },
      "id_user_unit": {
        "type": "number"
      },
      "id_user": {
        "type": "number"
      },
      "name": {
        "type": "string"
      },
      "photo": {
        "type": "string"
      },
      "responsibility": {
        "type": "string"
      },
      "activation_start": {
        "type": "string"
      },
      "activation_end": {
        "type": "string"
      },
      "id_unit": {
        "type": "number"
      },
      "unit": {
        "type": "string"
      },
      "id_division": {
        "type": "number"
      },
      "division": {
        "type": "string"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

COMO DEPOSITAR REAIS NA GATEIOGATEIO NICKNAME

GATEIO LEVERAGE TRADINGGATE.IO IOS APPGATE IO CORPORATE ACCOUNT

HTTPS GATEIO NEWPASS 1185573 389D95DA1F54FBB35603295E26522BE0

GET https://api.winker.com.br/v1/user_unit/inactive?id_portal=2057&full_profile=[1 | 0]=1
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

full_profile
number (optional) Example: [1 | 0]

Identificador do portal

Request  Listar todos moradores do portal
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Response  204
HideShow
Body
[
  {
    "history": {
      "30/11/2017 23:27:04": {
        "operação": "09/02/2017",
        "usuario": "null",
        "atributos": {
          "inicio": "09/02/2017",
          "termino": "null",
          "perfil": "Proprietário: Responsável e morador"
        }
      }
    },
    "id_user_unit": 109197,
    "id_user": 4372,
    "name": "Pessoa 4362 Sobrenome 4362",
    "photo": "/themes/intra/img/sf_ele.gif",
    "responsibility": "Proprietário: Responsável e morador",
    "activation_start": "2017-02-09T00:00:00-0200",
    "activation_end": "null",
    "id_unit": 110129,
    "unit": "Desenvolvimento",
    "id_division": 5493,
    "division": "Principal"
  }
]
Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "history": {
        "type": "object",
        "properties": {
          "30/11/2017 23:27:04": {
            "type": "object",
            "properties": {
              "operação": {
                "type": "string",
                "description": "Data da operação"
              },
              "usuario": {
                "type": "string",
                "description": "Nome do usuário"
              },
              "atributos": {
                "type": "object",
                "properties": {
                  "inicio": {
                    "type": "string"
                  },
                  "termino": {
                    "type": "string"
                  },
                  "perfil": {
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      },
      "id_user_unit": {
        "type": "number"
      },
      "id_user": {
        "type": "number"
      },
      "name": {
        "type": "string"
      },
      "photo": {
        "type": "string"
      },
      "responsibility": {
        "type": "string"
      },
      "activation_start": {
        "type": "string"
      },
      "activation_end": {
        "type": "string"
      },
      "id_unit": {
        "type": "number"
      },
      "unit": {
        "type": "string"
      },
      "id_division": {
        "type": "number"
      },
      "division": {
        "type": "string"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO NFT MAGIC BOXHTTPS GATEIO NEWPASS 836550 DB3D58515931C81A1DE1A68014DEE721

TRANSFER GATE IO TO BINANCEMEDICAL TOKEN CURRENCY GATE IOGATE.IO PING

HOW TO PRICE MY NFT ON GATE.IO

GET https://api.winker.com.br/v1/user_unit/2057
URI Parameters
HideShow
id_user
number (required) Example: 2057

Identificador do usuario

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_user": 2,
  "name": "Pessoa 1 Sobrenome 1",
  "photo": "/themes/intra/img/sf_ele.gif",
  "type": "individual",
  "user": "usuario2@winker.com.br",
  "first_name": "Pessoa 1",
  "last_name": "Sobrenome 1",
  "email": "usuario2@winker.com.br",
  "gender": "M",
  "cpf": "null",
  "rg": "null",
  "occupation": "Empresário",
  "date_of_birth": "1986-06-12",
  "documents": {
    "cpf": "null",
    "rg": "null"
  },
  "phones": [
    {
      "id_phone": 192,
      "type": "Celular",
      "number": "(48) 99999-9999"
    }
  ],
  "vehicles": [
    {
      "id_vehicle": 35,
      "type": "null",
      "model": "Clio",
      "brand": {
        "id_vehicle_brand": 19,
        "brand": "Chevrolet"
      },
      "color": {
        "code": "Black",
        "label": "Preto"
      },
      "license_plate": "ASD-s232",
      "id_user": 12,
      "owner": "Pessoa 1974 Sobrenome 1974",
      "photo": "url"
    }
  ],
  "vehicles_ignore": true,
  "pets": [
    {
      "id_pet": 485,
      "name": "AuAu",
      "type": {
        "id_pet_type": 1,
        "type": "Cachorro"
      },
      "gender": {
        "code": "Male",
        "label": "Macho"
      },
      "size": {
        "code": "Medium",
        "label `Médio`": "Hello, world!"
      },
      "characteristics": "Branquinho",
      "id_user": 2,
      "owner": "Pessoa 1 Sobrenome 1",
      "photo": "https://rededomus.s3-sa-east-1.amazonaws.com/files/upload/2017/08/31/60613.59a81d6390b7b9.29021477_3fc10d10714b.jpeg"
    }
  ],
  "pets_ignore": true,
  "unit": {
    "id_unit": 2720,
    "name": "1110",
    "parking_spot": "null",
    "hobby_box": "null",
    "administrative": "0",
    "id_division": 108,
    "division": "Único",
    "usersPhoto": "``",
    "note": "null",
    "area": "null",
    "id_portal": 34,
    "portal": "Condominio 34",
    "activation_start": "2014-08-15T00:00:00-0300",
    "activation_end": "null",
    "id_unit_user": 2057,
    "id_user_unit": 2057,
    "profile": "null"
  },
  "history": {
    "30/11/2017 23:27:04": {
      "operacao": "-",
      "usuario": "Indefinido",
      "atributos": {
        "inicio": "15/08/2014",
        "termino": "null",
        "perfil": "null"
      }
    }
  },
  "id_user_unit": 2057
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_user": {
      "type": "number",
      "description": "Identificador do condômino"
    },
    "name": {
      "type": "string",
      "description": "Nome do condômino"
    },
    "photo": {
      "type": "string",
      "description": "Caminho da foto cadastrada"
    },
    "type": {
      "type": "string",
      "description": "Tipo de condômino"
    },
    "user": {
      "type": "string",
      "description": "E-mail de usuário"
    },
    "first_name": {
      "type": "string",
      "description": "Primeiro nome do condômino"
    },
    "last_name": {
      "type": "string",
      "description": "Sobrenome do condômino"
    },
    "email": {
      "type": "string",
      "description": "E-mail do usuário"
    },
    "gender": {
      "type": "string",
      "description": "Sexo"
    },
    "cpf": {
      "type": "string",
      "description": "CPF"
    },
    "rg": {
      "type": "string",
      "description": "RG"
    },
    "occupation": {
      "type": "string",
      "description": "Ocupação do condômino"
    },
    "date_of_birth": {
      "type": "string",
      "description": "Data de nascimento"
    },
    "documents": {
      "type": "object",
      "properties": {
        "cpf": {
          "type": "string",
          "description": "CPF"
        },
        "rg": {
          "type": "string",
          "description": "RG"
        }
      }
    },
    "phones": {
      "type": "array"
    },
    "vehicles": {
      "type": "array"
    },
    "vehicles_ignore": {
      "type": "boolean"
    },
    "pets": {
      "type": "array"
    },
    "pets_ignore": {
      "type": "boolean"
    },
    "unit": {
      "type": "object",
      "properties": {
        "id_unit": {
          "type": "number"
        },
        "name": {
          "type": "string"
        },
        "parking_spot": {
          "type": "string"
        },
        "hobby_box": {
          "type": "string"
        },
        "administrative": {
          "type": "string"
        },
        "id_division": {
          "type": "number"
        },
        "division": {
          "type": "string"
        },
        "usersPhoto": {
          "type": "string"
        },
        "note": {
          "type": "string"
        },
        "area": {
          "type": "string"
        },
        "id_portal": {
          "type": "number"
        },
        "portal": {
          "type": "string"
        },
        "activation_start": {
          "type": "string"
        },
        "activation_end": {
          "type": "string"
        },
        "id_unit_user": {
          "type": "number"
        },
        "id_user_unit": {
          "type": "number"
        },
        "profile": {
          "type": "string"
        }
      }
    },
    "history": {
      "type": "object",
      "properties": {
        "30/11/2017 23:27:04": {
          "type": "object",
          "properties": {
            "operacao": {
              "type": "string",
              "description": "Descrição da operação"
            },
            "usuario": {
              "type": "string"
            },
            "atributos": {
              "type": "object",
              "properties": {
                "inicio": {
                  "type": "string"
                },
                "termino": {
                  "type": "string"
                },
                "perfil": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "id_user_unit": {
      "type": "number",
      "description": "Identificador do usuário"
    }
  }
}

GATEIO ADDRESGATEIO WITHDRAWAL VERIFYING

GATE IO GELD STORTENCOMO MANDAR DINHEIRO PARA GATE IOSTEINS GATE IOS REVIEW

GATE IO KYC INDIA

POST https://api.winker.com.br/v1/users/transfer
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "id_user_unit": 2057,
  "id_division": 11,
  "id_unit": 2057
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_user_unit": {
      "type": "number",
      "description": "Identificador do morador da unidade"
    },
    "id_division": {
      "type": "number",
      "description": "Identificador do morador da unidade"
    },
    "id_unit": {
      "type": "number",
      "description": "Identificador do morador da unidade"
    }
  },
  "required": [
    "id_user_unit",
    "id_division",
    "id_unit"
  ]
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "sucess": "true"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "sucess": {
      "type": "string"
    }
  }
}

GATE.IO TAX FORMSEAGLE II GATE CENTRALA

O QUE É A GATE.IOINTERNATIONAL LAW OFFICES CLIENT ATLAS QUANTUM GATEIOIPHONE WEKKER GAAT NIET AF IOS 11

GATE.IO WYPŁATA

POST https://api.winker.com.br/v1/users/activate
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "id_user_unit": 2057
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_user_unit": {
      "type": "number",
      "description": "Identificador do morador da unidade"
    }
  },
  "required": [
    "id_user_unit"
  ]
}
Response  204
HideShow
Headers
Content-Type: application/json

GATE.IO PLDID GATS.IO CHANGE SHOTGUN RANGE

GATEIO UNITED STATES CUSTOMERSGATE.IO AND METAMASKGATE IO DOCK USDT

AIRDROP QBT GATEIO

POST https://api.winker.com.br/v1/users/inactivate
Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "id_user_unit": 2057
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_user_unit": {
      "type": "number",
      "description": "Identificador do morador da unidade"
    }
  },
  "required": [
    "id_user_unit"
  ]
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "sucess": "true"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "sucess": {
      "type": "string"
    }
  }
}

JUEGOS IO GATOS LUCHADORESGATE.IO REPORT TO IRS

Unidades

GATO VS PERRO.IOGATE VIRTUAL CALCULATOR FOR IOS

CRIAR CONTA GATE IOCONTRASEÑA TOTP GATE.IOGATE IO DELISTING SWICHEO

YOU CAN CLAIM BCX AND SELL THEM YOURSELF ON GATE IO

POST https://api.winker.com.br/v1/portal/2057/division/3030/Unit
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_division
number (required) Example: 3030

Identificador do Divsão

Request  Criar uma Unidade
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "id_unit": 110130,
  "name": "Atendimento",
  "parking_spot": "``",
  "hobby_box": "``",
  "administrative": 0,
  "id_division": 5493,
  "division": "UNICA",
  "usersPhoto": [],
  "note": "Sem moradores",
  "area": ""
}
Schema
{
  "type": "object",
  "properties": {
    "id_unit": {
      "type": "number",
      "description": "Identificador da Unidade"
    },
    "name": {
      "type": "string",
      "description": "Nome da Unidade"
    },
    "parking_spot": {
      "type": "string",
      "description": "Vaga Garagem"
    },
    "hobby_box": {
      "type": "string",
      "description": "Hobby box"
    },
    "administrative": {
      "enum": [
        0,
        1
      ],
      "description": "Identifica se é administradora ou não"
    },
    "id_division": {
      "type": "number",
      "description": "id da divisão pertencente"
    },
    "division": {
      "type": "string",
      "description": "nome da divisão pertencente"
    },
    "usersPhoto": {
      "type": "array",
      "description": "fotos dos usuários"
    },
    "note": {
      "type": "string",
      "description": "Observações"
    },
    "area": {
      "enum": [
        "",
        "Garagem",
        "Box"
      ],
      "description": "Extensão"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201
HideShow
Body
{
  "id_unit": 110130,
  "name": "Atendimento",
  "parking_spot": "``",
  "hobby_box": "``",
  "administrative": 0,
  "id_division": 5493,
  "division": "UNICA",
  "usersPhoto": [],
  "note": "Sem moradores",
  "area": ""
}
Schema
{
  "type": "object",
  "properties": {
    "id_unit": {
      "type": "number",
      "description": "Identificador da Unidade"
    },
    "name": {
      "type": "string",
      "description": "Nome da Unidade"
    },
    "parking_spot": {
      "type": "string",
      "description": "Vaga Garagem"
    },
    "hobby_box": {
      "type": "string",
      "description": "Hobby box"
    },
    "administrative": {
      "enum": [
        0,
        1
      ],
      "description": "Identifica se é administradora ou não"
    },
    "id_division": {
      "type": "number",
      "description": "id da divisão pertencente"
    },
    "division": {
      "type": "string",
      "description": "nome da divisão pertencente"
    },
    "usersPhoto": {
      "type": "array",
      "description": "fotos dos usuários"
    },
    "note": {
      "type": "string",
      "description": "Observações"
    },
    "area": {
      "enum": [
        "",
        "Garagem",
        "Box"
      ],
      "description": "Extensão"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATEIO WITH ASIC MINERWHAT IS GATE IO FUND PASSWORD

CITIZENS AND RESIDENTS OF YOUR COUNTRY ARE NOT SUPPORTED GATE IOGATEIO TAX FORMVI MOMO MUA GATE IOS

GATE IO 中文

PUT https://api.winker.com.br/v1/portal/2057/division/3030/Unit/104332
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_division
number (required) Example: 3030

Identificador do Divsão

id_unit
number (required) Example: 104332

Identificador do Unit

Request  Atualizar uma Unidade
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "id_unit": 110130,
  "name": "Atendimento",
  "parking_spot": "``",
  "hobby_box": "``",
  "administrative": 0,
  "id_division": 5493,
  "division": "UNICA",
  "usersPhoto": [],
  "note": "Sem moradores",
  "area": ""
}
Schema
{
  "type": "object",
  "properties": {
    "id_unit": {
      "type": "number",
      "description": "Identificador da Unidade"
    },
    "name": {
      "type": "string",
      "description": "Nome da Unidade"
    },
    "parking_spot": {
      "type": "string",
      "description": "Vaga Garagem"
    },
    "hobby_box": {
      "type": "string",
      "description": "Hobby box"
    },
    "administrative": {
      "enum": [
        0,
        1
      ],
      "description": "Identifica se é administradora ou não"
    },
    "id_division": {
      "type": "number",
      "description": "id da divisão pertencente"
    },
    "division": {
      "type": "string",
      "description": "nome da divisão pertencente"
    },
    "usersPhoto": {
      "type": "array",
      "description": "fotos dos usuários"
    },
    "note": {
      "type": "string",
      "description": "Observações"
    },
    "area": {
      "enum": [
        "",
        "Garagem",
        "Box"
      ],
      "description": "Extensão"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  202
HideShow
Body
{
  "id_unit": 110130,
  "name": "Atendimento",
  "parking_spot": "``",
  "hobby_box": "``",
  "administrative": 0,
  "id_division": 5493,
  "division": "UNICA",
  "usersPhoto": [],
  "note": "Sem moradores",
  "area": ""
}
Schema
{
  "type": "object",
  "properties": {
    "id_unit": {
      "type": "number",
      "description": "Identificador da Unidade"
    },
    "name": {
      "type": "string",
      "description": "Nome da Unidade"
    },
    "parking_spot": {
      "type": "string",
      "description": "Vaga Garagem"
    },
    "hobby_box": {
      "type": "string",
      "description": "Hobby box"
    },
    "administrative": {
      "enum": [
        0,
        1
      ],
      "description": "Identifica se é administradora ou não"
    },
    "id_division": {
      "type": "number",
      "description": "id da divisão pertencente"
    },
    "division": {
      "type": "string",
      "description": "nome da divisão pertencente"
    },
    "usersPhoto": {
      "type": "array",
      "description": "fotos dos usuários"
    },
    "note": {
      "type": "string",
      "description": "Observações"
    },
    "area": {
      "enum": [
        "",
        "Garagem",
        "Box"
      ],
      "description": "Extensão"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

IS GATEIO AVAILABLE IN NYG ULTRA CAN GATE STATION CALL BUTTON ACTIVATE IOBALDUR'S GATE 2 IOS

GATEIO AIRDROPS AGOSTO

DELETE https://api.winker.com.br/v1/portal/2057/division/3030/Unit/104332
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_division
number (required) Example: 3030

Identificador do Divsão

id_unit
number (required) Example: 104332

Identificador do Unit

Request  Remover uma Unidade
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Response  204
HideShow
Body
{
  "id_unit": 110130,
  "name": "Atendimento",
  "parking_spot": "``",
  "hobby_box": "``",
  "administrative": 0,
  "id_division": 5493,
  "division": "UNICA",
  "usersPhoto": [],
  "note": "Sem moradores",
  "area": ""
}
Schema
{
  "type": "object",
  "properties": {
    "id_unit": {
      "type": "number",
      "description": "Identificador da Unidade"
    },
    "name": {
      "type": "string",
      "description": "Nome da Unidade"
    },
    "parking_spot": {
      "type": "string",
      "description": "Vaga Garagem"
    },
    "hobby_box": {
      "type": "string",
      "description": "Hobby box"
    },
    "administrative": {
      "enum": [
        0,
        1
      ],
      "description": "Identifica se é administradora ou não"
    },
    "id_division": {
      "type": "number",
      "description": "id da divisão pertencente"
    },
    "division": {
      "type": "string",
      "description": "nome da divisão pertencente"
    },
    "usersPhoto": {
      "type": "array",
      "description": "fotos dos usuários"
    },
    "note": {
      "type": "string",
      "description": "Observações"
    },
    "area": {
      "enum": [
        "",
        "Garagem",
        "Box"
      ],
      "description": "Extensão"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

LENDING ON GATE IOIST GATE IO SICHER

GATE IO CHINA BANGATE.IO USA AND CANCDACOMMENT RETROUVER SON MOT DE PASSE DE FONDS SUR GATE.IO

GATE IO МИНИМАЛЬНАЯ СУММА СДЕЛКИ

GET https://api.winker.com.br/v1/v1/portal/2057/unit
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request  Listar todas Unidade por portal
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Response  204
HideShow
Body
[
  {
    "id_unit": 110130,
    "name": "Atendimento",
    "parking_spot": "``",
    "hobby_box": "``",
    "administrative": 0,
    "id_division": 5493,
    "division": "UNICA",
    "usersPhoto": [],
    "note": "Sem moradores",
    "area": ""
  }
]
Schema
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_unit": {
        "type": "number",
        "description": "Identificador da Unidade"
      },
      "name": {
        "type": "string",
        "description": "Nome da Unidade"
      },
      "parking_spot": {
        "type": "string",
        "description": "Vaga Garagem"
      },
      "hobby_box": {
        "type": "string",
        "description": "Hobby box"
      },
      "administrative": {
        "enum": [
          0,
          1
        ],
        "description": "Identifica se é administradora ou não"
      },
      "id_division": {
        "type": "number",
        "description": "id da divisão pertencente"
      },
      "division": {
        "type": "string",
        "description": "nome da divisão pertencente"
      },
      "usersPhoto": {
        "type": "array",
        "description": "fotos dos usuários"
      },
      "note": {
        "type": "string",
        "description": "Observações"
      },
      "area": {
        "enum": [
          "",
          "Garagem",
          "Box"
        ],
        "description": "Extensão"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  404
HideShow
Headers
Content-Type: application/json
Body
{
  "code": 400,
  "message": "Hello, world!",
  "description": "Hello, world!"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "code": {
      "type": "number",
      "description": "Status code"
    },
    "message": {
      "type": "string",
      "description": "Mensagem do status"
    },
    "description": {
      "type": "string",
      "description": "Descrição do status"
    }
  }
}

GATE IO COUNTRIES OF SERVICEGATE.IO MAIL

GATEIO صرافی همسترGATE.IO THUMTAL

CRYPTO EXCHANGE GATE.IOCOMO TRANSFERIR DE GATEIO A BINANCEGATE IO EXCHANGE PROBLEMS

GATE.IO UNITED KINGDOM

GET https://api.winker.com.br/v1/provider-contract?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_portal": "1288",
    "name": "Fornecedor 1288",
    "start": "2019-03-31T00:00:00-0300",
    "end": "2019-03-31T00:00:00-0300",
    "provider": "Fornecedor 9643",
    "id_file": "1112",
    "description": "Descrição - 128",
    "value": "3000.00",
    "payment_type": "Anual"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_portal": {
        "type": "string",
        "description": "Identificação do Fornecedor"
      },
      "name": {
        "type": "string",
        "description": "Nome do Fornecedor"
      },
      "start": {
        "type": "string",
        "description": "Data de Inicio"
      },
      "end": {
        "type": "string",
        "description": "Data de Encerramento"
      },
      "provider": {
        "type": "string",
        "description": "Fornecedor"
      },
      "id_file": {
        "type": "string",
        "description": "Identificação do arquivo"
      },
      "description": {
        "type": "string",
        "description": "Descrição do contrato"
      },
      "value": {
        "type": "string",
        "description": "Valor do contrato"
      },
      "payment_type": {
        "type": "string",
        "description": "Tipo de pagamento"
      }
    }
  }
}

KDA GATE IONO ME GUSTAN IOS GATOS AIEXVUI

GATE IO.SMS.NOTGATE IO IS DOWNHOW TO SEND FROM GATEIO TO MYETHERWALLET

GATE.IO WHITDRAWL 24 HOURS

GET https://api.winker.com.br/v1/provider-contract/2057
URI Parameters
HideShow
id_provider_contract
number (required) Example: 2057

Identificador do contrato do fornecedor

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_portal": "1288",
  "name": "Fornecedor 1288",
  "start": "2019-03-31T00:00:00-0300",
  "end": "2019-03-31T00:00:00-0300",
  "provider": "Fornecedor 9643",
  "id_file": "1112",
  "description": "Descrição - 128",
  "value": "3000.00",
  "payment_type": "Anual"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_portal": {
      "type": "string",
      "description": "Identificação do Fornecedor"
    },
    "name": {
      "type": "string",
      "description": "Nome do Fornecedor"
    },
    "start": {
      "type": "string",
      "description": "Data de Inicio"
    },
    "end": {
      "type": "string",
      "description": "Data de Encerramento"
    },
    "provider": {
      "type": "string",
      "description": "Fornecedor"
    },
    "id_file": {
      "type": "string",
      "description": "Identificação do arquivo"
    },
    "description": {
      "type": "string",
      "description": "Descrição do contrato"
    },
    "value": {
      "type": "string",
      "description": "Valor do contrato"
    },
    "payment_type": {
      "type": "string",
      "description": "Tipo de pagamento"
    }
  },
  "required": [
    "id_portal",
    "name",
    "start",
    "end",
    "provider",
    "id_file",
    "description",
    "value",
    "payment_type"
  ],
  "additionalProperties": false
}

COMO TROCAR O NÚMERO DE CELULAR DO GATE IOGATE IO SNAPSHOT NEDIR

GATEIO GOOGLE AUTHENTICATOR RESETGATEIO CRYPTO EXCHANGE EUROPEGATE IO È SICURO

COMO METER DINERO EN GATE IO

GET https://api.winker.com.br/v1/provider-contract/document/110/download
URI Parameters
HideShow
id_document
number (required) Example: 110

Identificador do documento

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200

GATE IO USERSGATS.IO PRIVATE SERVER

ORDI/BTC GATE IOHOW SHOULD YOU BE TO PLAY GATS.IO

BH F GATEIOWHAT IS GOOGLE CODE IN GATE IONEWTON TO GATE IO

GATEIO 日本人

GET https://api.winker.com.br/v1/package/info?id_portal=2057&id_package=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

id_package
number (required) Example: 2057

Identificador da correspondência

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_package": "1",
  "receiver": {
    "unit": "101 - Bloco 1",
    "name": "Pessoa 1023 Sobrenome 2312"
  },
  "sender": "Remetente 234234",
  "note_incoming": "Embalagem chegou rasgada",
  "note_delivery": "Entregue com sucesso",
  "user_incoming": "Pessoa 1023 Sobrenome 2312",
  "user_delivery": "Entregador 12312",
  "since": "77d",
  "created_at": "2019-03-31T00:00:00-0300",
  "delivered_at": "2019-03-31T00:00:00-0300"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_package": {
      "type": "string",
      "description": "Identificação da correspondência"
    },
    "receiver": {
      "type": "object",
      "properties": {
        "unit": {
          "type": "string",
          "description": "Unidade"
        },
        "name": {
          "type": "string",
          "description": "Nome e sobrenome do Usuário"
        }
      },
      "description": "Receiver"
    },
    "sender": {
      "type": "string",
      "description": "Remetente"
    },
    "note_incoming": {
      "type": "string",
      "description": "Nota de recebimento"
    },
    "note_delivery": {
      "type": "string",
      "description": "Nota de entrega"
    },
    "user_incoming": {
      "type": "string",
      "description": "Usuário que recebeu"
    },
    "user_delivery": {
      "type": "string",
      "description": "Usuário que entregou"
    },
    "since": {
      "type": "string",
      "description": "Quantos dias fazem que foi criado"
    },
    "created_at": {
      "type": "string",
      "description": "Data de criação"
    },
    "delivered_at": {
      "type": "string",
      "description": "Data de entrega"
    }
  },
  "required": [
    "id_package",
    "receiver",
    "sender",
    "note_incoming",
    "note_delivery",
    "user_incoming",
    "user_delivery",
    "since",
    "created_at",
    "delivered_at"
  ],
  "additionalProperties": false
}

GATE IO QUE ESGATEIO TRUE USD TUSD

IS GATEIO SAFE AUSTRALIAGATE IO REFLECTIONSFORGOT MY FUND PASSWORD GATEIO

GATE.IO ZAM

PATCH https://api.winker.com.br/v1/package/deliver?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Body
{
  "id_package": 2057,
  "note_delivery": "Entregue em mãos"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_package": {
      "type": "number",
      "description": "Identificador da correspondência"
    },
    "note_delivery": {
      "type": "string",
      "description": "Nota de entrega"
    }
  },
  "required": [
    "id_package"
  ]
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_package": "1",
  "receiver": {
    "unit": "101 - Bloco 1",
    "name": "Pessoa 1023 Sobrenome 2312"
  },
  "sender": "Remetente 234234",
  "note_incoming": "Embalagem chegou rasgada",
  "note_delivery": "Entregue com sucesso",
  "user_incoming": "Pessoa 1023 Sobrenome 2312",
  "user_delivery": "Entregador 12312",
  "since": "77d",
  "created_at": "2019-03-31T00:00:00-0300",
  "delivered_at": "2019-03-31T00:00:00-0300"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_package": {
      "type": "string",
      "description": "Identificação da correspondência"
    },
    "receiver": {
      "type": "object",
      "properties": {
        "unit": {
          "type": "string",
          "description": "Unidade"
        },
        "name": {
          "type": "string",
          "description": "Nome e sobrenome do Usuário"
        }
      },
      "description": "Receiver"
    },
    "sender": {
      "type": "string",
      "description": "Remetente"
    },
    "note_incoming": {
      "type": "string",
      "description": "Nota de recebimento"
    },
    "note_delivery": {
      "type": "string",
      "description": "Nota de entrega"
    },
    "user_incoming": {
      "type": "string",
      "description": "Usuário que recebeu"
    },
    "user_delivery": {
      "type": "string",
      "description": "Usuário que entregou"
    },
    "since": {
      "type": "string",
      "description": "Quantos dias fazem que foi criado"
    },
    "created_at": {
      "type": "string",
      "description": "Data de criação"
    },
    "delivered_at": {
      "type": "string",
      "description": "Data de entrega"
    }
  },
  "required": [
    "id_package",
    "receiver",
    "sender",
    "note_incoming",
    "note_delivery",
    "user_incoming",
    "user_delivery",
    "since",
    "created_at",
    "delivered_at"
  ],
  "additionalProperties": false
}

GATE IO IOTXHOW TO SEND USDT FROM COINBASE TO GATE IO

DOGS PRE MARKET GATE.IOGATE APP ДЛЯ IOSENDLESS GATE CACHE IO

GATE IO COIN ALMA

GET https://api.winker.com.br/v1/package/delivered?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_package": "1",
    "receiver": {
      "unit": "101 - Bloco 1",
      "name": "Pessoa 1023 Sobrenome 2312"
    },
    "sender": "Remetente 234234",
    "note_incoming": "Embalagem chegou rasgada",
    "note_delivery": "Entregue com sucesso",
    "user_incoming": "Pessoa 1023 Sobrenome 2312",
    "user_delivery": "Entregador 12312",
    "since": "77d",
    "created_at": "2019-03-31T00:00:00-0300",
    "delivered_at": "2019-03-31T00:00:00-0300"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_package": {
        "type": "string",
        "description": "Identificação da correspondência"
      },
      "receiver": {
        "type": "object",
        "properties": {
          "unit": {
            "type": "string",
            "description": "Unidade"
          },
          "name": {
            "type": "string",
            "description": "Nome e sobrenome do Usuário"
          }
        },
        "description": "Receiver"
      },
      "sender": {
        "type": "string",
        "description": "Remetente"
      },
      "note_incoming": {
        "type": "string",
        "description": "Nota de recebimento"
      },
      "note_delivery": {
        "type": "string",
        "description": "Nota de entrega"
      },
      "user_incoming": {
        "type": "string",
        "description": "Usuário que recebeu"
      },
      "user_delivery": {
        "type": "string",
        "description": "Usuário que entregou"
      },
      "since": {
        "type": "string",
        "description": "Quantos dias fazem que foi criado"
      },
      "created_at": {
        "type": "string",
        "description": "Data de criação"
      },
      "delivered_at": {
        "type": "string",
        "description": "Data de entrega"
      }
    }
  }
}

GATEIO ICOGATE IO ITALIA

BÁN THẺ ĐIỂM GATE IOGATEIO SINGAPOREGATE.IO BEZPIECZNY

GATE IO AFFIDABILE

GET https://api.winker.com.br/v1/package/todeliver?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_package": "1",
    "receiver": {
      "unit": "101 - Bloco 1",
      "name": "Pessoa 1023 Sobrenome 2312"
    },
    "sender": "Remetente 234234",
    "note_incoming": "Embalagem chegou rasgada",
    "note_delivery": "Entregue com sucesso",
    "user_incoming": "Pessoa 1023 Sobrenome 2312",
    "user_delivery": "Entregador 12312",
    "since": "77d",
    "created_at": "2019-03-31T00:00:00-0300",
    "delivered_at": "2019-03-31T00:00:00-0300"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_package": {
        "type": "string",
        "description": "Identificação da correspondência"
      },
      "receiver": {
        "type": "object",
        "properties": {
          "unit": {
            "type": "string",
            "description": "Unidade"
          },
          "name": {
            "type": "string",
            "description": "Nome e sobrenome do Usuário"
          }
        },
        "description": "Receiver"
      },
      "sender": {
        "type": "string",
        "description": "Remetente"
      },
      "note_incoming": {
        "type": "string",
        "description": "Nota de recebimento"
      },
      "note_delivery": {
        "type": "string",
        "description": "Nota de entrega"
      },
      "user_incoming": {
        "type": "string",
        "description": "Usuário que recebeu"
      },
      "user_delivery": {
        "type": "string",
        "description": "Usuário que entregou"
      },
      "since": {
        "type": "string",
        "description": "Quantos dias fazem que foi criado"
      },
      "created_at": {
        "type": "string",
        "description": "Data de criação"
      },
      "delivered_at": {
        "type": "string",
        "description": "Data de entrega"
      }
    }
  }
}

HTTPS GATEIO ACTIVE 1210877 5168634AD8CF9842686970714D2AFEBFGATE IO EINZAHLUNG

JEAN GATES IOSGATE IO CHIUSO

GATE IO SHARKFINGATE IO DEPOT SANS KYCHOW TO GET MONEY ON GATE.IO

GATEIO LÀ GÌ

GET https://api.winker.com.br/v1/camera?id_portal=2
URI Parameters
HideShow
id_portal
number (required) Example: 2

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  null
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {}
  }
}

XMC GATE.IO DISABLEGATE IO TIRE LI9MIT

GATEIO ДВА АККАУНТАHOW TO BUY WITH GATE IOHOW TO FUND MY GATEIO ACCOUNT

GATEIO CREDIT CARD FEE

GET https://api.winker.com.br/v1/camera/read?id_portal=2&id_camera=1
URI Parameters
HideShow
id_portal
number (required) Example: 2

Identificador do portal

id_camera
number (required) Example: 1

Identificador da câmera

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  null
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {}
  }
}

GATE.IO NUMBER OF USERSGATEIO TOKEN LISTING

GATE.IO NERENINGATE IO COLOMBIANOTICING WEIRD INCOMING AND OUTGOING TRANSACTIONS AT THE GATEIO WALLET

IOS BALDURS GATE 32 BIT 64 BIT

GET https://api.winker.com.br/v1/camera/start?id_portal=2&id_camera=1
URI Parameters
HideShow
id_portal
number (required) Example: 2

Identificador do portal

id_camera
number (required) Example: 1

Identificador da câmera

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  null
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {}
  }
}

HOW TO USE GATEIO EXCHANGEBALDUR'S GATE IOS 11

GATE.IO RREMOVES COINSGATE.IO ONCHAIN

GATE.IO WHITELISTED CRYPTOCURRENCIESGATS IOCAN I TRANSFER FROM GATEIO TO TRUST WALLET

HOW TO HACK IN GATS.IO

GET https://api.winker.com.br/v1/maintenance?id_portal=2057&name=Caixa
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

name
string (optional) Example: Caixa

Filtra pelo nome da manutenção

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
[
  {
    "id_maintenance": 986,
    "name": "Extintores",
    "description": "Aqui vai a descrição",
    "next_maintenance": "2019-03-31T00:00:00-0300",
    "provider": "Ricardo Extintores",
    "id_provider": 10,
    "id_portal": 1,
    "active": 1,
    "repetition_type": "month",
    "repetition_value": 3
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id_maintenance": {
        "type": "number",
        "description": "Identificador da manutenção"
      },
      "name": {
        "type": "string",
        "description": "Nome da manutenção"
      },
      "description": {
        "type": "string",
        "description": "Descrição da manutenção"
      },
      "next_maintenance": {
        "type": "string",
        "description": "Data de quando será a próxima manutenção"
      },
      "provider": {
        "type": "string",
        "description": "Nome do fornecedor padrão dessa manutenção"
      },
      "id_provider": {
        "type": "number",
        "description": "Identificador do fornecedor"
      },
      "id_portal": {
        "type": "number",
        "description": "Identificador do portal"
      },
      "active": {
        "type": "number",
        "description": "Ativo = 1 / Inativo = 0"
      },
      "repetition_type": {
        "type": "string",
        "description": "Tipo da mautenção (day, month, year)"
      },
      "repetition_value": {
        "type": "number",
        "description": "Irá repetir a cada"
      }
    }
  }
}

GATEIO DATE A COIN WAS ADDEDHOW TO DEPOSIT MONEY INTO GATEIO

HTTPS GATE IO SIGNUP 1538385GATE.IO 交易所TRANSFER BITCOIN FROM COINBASE TO GATE.IO

COST TO WITHDRAW ETH FROM GATE IO

GET https://api.winker.com.br/v1/maintenance/986
URI Parameters
HideShow
id_maintenance
number (required) Example: 986

Identificador da manutenção

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "id_maintenance": 986,
  "name": "Extintores",
  "description": "Aqui vai a descrição",
  "next_maintenance": "2019-03-31T00:00:00-0300",
  "provider": "Ricardo Extintores",
  "id_provider": 10,
  "id_portal": 1,
  "active": 1,
  "repetition_type": "month",
  "repetition_value": 3,
  "historic": [
    {
      "type": "fulfilled",
      "description": "Descrição",
      "date": "2019-03-31T00:00:00-0300",
      "value": 123.45,
      "provider": "Michelin Obras"
    },
    {
      "type": "postponed",
      "description": "Descrição",
      "date": "2019-03-31T00:00:00-0300"
    }
  ],
  "files": [
    {
      "uuid": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5",
      "original_name": "file.jpg",
      "type": "image/jpeg",
      "size": 1
    }
  ]
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id_maintenance": {
      "type": "number",
      "description": "Identificador da manutenção"
    },
    "name": {
      "type": "string",
      "description": "Nome da manutenção"
    },
    "description": {
      "type": "string",
      "description": "Descrição da manutenção"
    },
    "next_maintenance": {
      "type": "string",
      "description": "Data de quando será a próxima manutenção"
    },
    "provider": {
      "type": "string",
      "description": "Nome do fornecedor padrão dessa manutenção"
    },
    "id_provider": {
      "type": "number",
      "description": "Identificador do fornecedor"
    },
    "id_portal": {
      "type": "number",
      "description": "Identificador do portal"
    },
    "active": {
      "type": "number",
      "description": "Ativo = 1 / Inativo = 0"
    },
    "repetition_type": {
      "type": "string",
      "description": "Tipo da mautenção (day, month, year)"
    },
    "repetition_value": {
      "type": "number",
      "description": "Irá repetir a cada"
    },
    "historic": {
      "type": "array",
      "items": [
        {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "description": "Indica o tipo da manutenção (fulfilled, postponed)"
            },
            "description": {
              "type": "string",
              "description": "Descrição da manutenção"
            },
            "date": {
              "type": "string",
              "description": "Data de quando foi realizada ou adiada a manutenção"
            },
            "value": {
              "type": "number",
              "description": "Valor da manutenção"
            },
            "provider": {
              "type": "string",
              "description": "Nome do fornecedor que realizou a manutenção"
            }
          }
        },
        {
          "type": "object",
          "properties": {
            "type": {
              "type": "string",
              "description": "Indica o tipo da manutenção (fulfilled, postponed)"
            },
            "description": {
              "type": "string",
              "description": "Descrição da manutenção"
            },
            "date": {
              "type": "string",
              "description": "Data de quando foi realizada ou adiada a manutenção"
            }
          }
        }
      ],
      "description": "Histórico das manutenções (Pode ser dois tipos: fulfilled e postponed)"
    },
    "files": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "uuid": {
            "type": "string",
            "description": "Identificador do arquivo"
          },
          "original_name": {
            "type": "string",
            "description": "Nome do arquivo"
          },
          "type": {
            "type": "string",
            "description": "Tipo do arquivo"
          },
          "size": {
            "type": "number",
            "description": "Tamanho"
          }
        }
      },
      "description": "Arquivos da manutenção"
    }
  }
}

DID THE ENDLESS GATE ON IO CHANGEFLOKI GATE.IOSLITHER.IO HACK SKIN GATO VOADOR SLITHER.IO

GATEIO SWAP

PUT https://api.winker.com.br/v1/maintenance/986
URI Parameters
HideShow
id_maintenance
number (required) Example: 986

Identificador da manutenção

Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "name": "Extintores",
  "description": "Aqui vai a descrição",
  "next_maintenance": "2019-03-31T00:00:00-0300",
  "id_provider": 10,
  "active": 1,
  "repetition_type": "month",
  "repetition_value": 3,
  "files": [
    "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
  ]
}
Schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome da manutenção"
    },
    "description": {
      "type": "string",
      "description": "Descrição da manutenção"
    },
    "next_maintenance": {
      "type": "string",
      "description": "Data de quando será a próxima manutenção"
    },
    "id_provider": {
      "type": "number",
      "description": "Identificador do fornecedor"
    },
    "active": {
      "type": "number",
      "description": "Ativo = 1 / Inativo = 0"
    },
    "repetition_type": {
      "type": "string",
      "description": "Tipo da mautenção (day, month, year)"
    },
    "repetition_value": {
      "type": "number",
      "description": "Irá repetir a cada"
    },
    "files": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Arquivos da manutenção"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201

GATE.IO GERMANYKYC GATE.IOGATEIO ARRESTED

GATE.IO BANKRUPT

DELETE https://api.winker.com.br/v1/maintenance/986
URI Parameters
HideShow
id_maintenance
number (required) Example: 986

Identificador da manutenção

Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Response  201

HOW TO BUY FROM GATEIOGATE.IO FOR US CUSTOMERS

GATE IO НУЖНА ЛИ ВЕРИФИКАЦИЯAT YOUR GATE IOS APPBINANCE TO GATE IO TRANSFER

BUY CRYPTO GATE.IO

GET https://api.winker.com.br/v1/maintenance/986/dd90a09d-7fda-4a54-abad-640ea0fdd4f5
URI Parameters
HideShow
id_maintenance
number (required) Example: 986

Identificador da manutenção

uuid
string (required) Example: dd90a09d-7fda-4a54-abad-640ea0fdd4f5

Identificador do arquivo

Request
HideShow
Headers
Accept: application/json
Content-Type: application/json
Authorization: JWT
Response  200

HURIFY GATE IOGATO IO ABIA PONIDO JPGDID THE ENDLESS GATE ON IO CHANGE

GATE IO VS CEX IO

DELETE https://api.winker.com.br/v1/maintenance/986/dd90a09d-7fda-4a54-abad-640ea0fdd4f5
URI Parameters
HideShow
id_maintenance
number (required) Example: 986

Identificador da manutenção

uuid
string (required) Example: dd90a09d-7fda-4a54-abad-640ea0fdd4f5

Identificador do arquivo

Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Response  201

FRAIS GATE IOHTTPS GATE IO ACTIVE 1141149 3844E1F91D81F37E57D2F2D2506DE1D6

AUTHENTICATOR GATE.IOSAFEMOON GATE IOQUANDO A GATA COMEÇA ENTRAR NO IO

HTTPS GATE IO REF 722703

POST https://api.winker.com.br/v1/maintenance?id_portal=2057
URI Parameters
HideShow
id_portal
number (required) Example: 2057

Identificador do portal

Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "name": "Extintores",
  "description": "Aqui vai a descrição",
  "next_maintenance": "2019-03-31T00:00:00-0300",
  "id_provider": 10,
  "active": 1,
  "repetition_type": "month",
  "repetition_value": 3,
  "files": [
    "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
  ]
}
Schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Nome da manutenção"
    },
    "description": {
      "type": "string",
      "description": "Descrição da manutenção"
    },
    "next_maintenance": {
      "type": "string",
      "description": "Data de quando será a próxima manutenção"
    },
    "id_provider": {
      "type": "number",
      "description": "Identificador do fornecedor"
    },
    "active": {
      "type": "number",
      "description": "Ativo = 1 / Inativo = 0"
    },
    "repetition_type": {
      "type": "string",
      "description": "Tipo da mautenção (day, month, year)"
    },
    "repetition_value": {
      "type": "number",
      "description": "Irá repetir a cada"
    },
    "files": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Arquivos da manutenção"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201

CAN I TRADE ON GATE IO WITHOUT KYCNEW GATEIO IEO

DOGELON GATE.IOGATE IO HACKEDHOW TO BUY SAFEMOON ON GATE IO

ИГРУ TANK IO ИГРАТЬ НА GATE GATE

POST https://api.winker.com.br/v1/maintenance/986/postpone
URI Parameters
HideShow
id_maintenance
number (required) Example: 986

Identificador da manutenção

Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "date": "2019-03-31",
  "description": "Descrição"
}
Schema
{
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Data para quando a manutenção deverá ser adiada"
    },
    "description": {
      "type": "string",
      "description": "Motivo do adiamento"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201

GATEIO КАКИЕ МИКРОЗАЙМЫ 200NEW LISTINGS ON GATE.IO

GATE IO ILETIŞIMGATE.IO REVIEW 2021GATE.IO NEW LISTINGS

ANTPOOL TO GATEIO

POST https://api.winker.com.br/v1/maintenance/986/perform
URI Parameters
HideShow
id_maintenance
number (required) Example: 986

Identificador da manutenção

Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "date": "2019-03-31",
  "description": "Descrição",
  "id_provider": 167,
  "value": 123.45
}
Schema
{
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Data de quando a manutenção foi realizada"
    },
    "description": {
      "type": "string",
      "description": "Descrição da manutenção"
    },
    "id_provider": {
      "type": "number",
      "description": "Identificador do fornecedor"
    },
    "value": {
      "type": "number",
      "description": "Valor da manutenção"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  201

GATE IO CPANWHY IS GATEIO NOT AVAILABLE IN USA

GATE.IO EXCHANGE FEESCUAL ES LA CONTRASEÑA DE FONDO GATE IO

GATE.IO CEO REDDITGATE IO BONKGATEIO QUE ES

GATE IO SUPER BITCOIN MAINTENANCE

POST https://api.winker.com.br/v1/worker/event
Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "Event": {
    "event": "Winker\\Event\\Auth\\Logged",
    "data": [
      "portal",
      "division",
      "unit"
    ]
  }
}
Schema
{
  "type": "object",
  "properties": {
    "Event": {
      "type": "object",
      "properties": {
        "event": {
          "type": "string",
          "description": "nome do evento"
        },
        "data": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Dados enviados"
        }
      },
      "description": "Evento a ser criado"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "protocol": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "protocol": {
      "type": "string",
      "description": "Identificador do evento gerado"
    }
  }
}

GATE.IO KULLANIMIBTC TO USDT GATEIO

PROTEGER APLICATIVOS POR SENHA IOS GATISGATE.IO MARGIN BORROWINGGATE IO LEVERAGE

BALDURS GATE IOS NO JAILBREAK

POST https://api.winker.com.br/v1/tracker
Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "Tracker": {
    "event": "Winker\\Event\\Auth\\Logged",
    "tracker": "[MixPanel,Pipz]",
    "data": [
      "portal",
      "division",
      "unit"
    ]
  }
}
Schema
{
  "type": "object",
  "properties": {
    "Tracker": {
      "type": "object",
      "properties": {
        "event": {
          "type": "string",
          "description": "nome do evento"
        },
        "tracker": {
          "type": "string",
          "description": "nome do tracker"
        },
        "data": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Dados enviados"
        }
      },
      "description": "Tracker a ser criado"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "protocol": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "protocol": {
      "type": "string",
      "description": "Identificador do evento gerado"
    }
  }
}

HOW TO SIGN UP FOR GATE IOGATE IO $100 VOUCHER

GATE IO LYM USDTGATE.IO COINTELEGRAPHGATE.IO CREATE ACCOUNT

CHILDREN OF THE GATE ITCH.IO

POST https://api.winker.com.br/v1/tracker/campaign
Request
HideShow
Headers
Accept: application/json
Content-Type: multipart/form-data
Authorization: JWT
Body
{
  "TrackerCampaign": {
    "event": "Winker\\Event\\ProductLedGrowth\\Campaign",
    "tracker": "[MixPanel]",
    "data": [
      "uuid",
      "utm_source",
      "utm_medium",
      "utm_campaign",
      "utm_content",
      "utm_term"
    ]
  }
}
Schema
{
  "type": "object",
  "properties": {
    "TrackerCampaign": {
      "type": "object",
      "properties": {
        "event": {
          "type": "string",
          "description": "nome do evento"
        },
        "tracker": {
          "type": "string",
          "description": "nome do tracker"
        },
        "data": {
          "type": "array",
          "items": {
            "anyOf": [
              {
                "type": "string",
                "description": "identificador"
              },
              {
                "type": "string",
                "description": "Origem da Campanha"
              },
              {
                "type": "string",
                "description": "Meio da Campanha"
              },
              {
                "type": "string",
                "description": "Nome da Campanha"
              },
              {
                "type": "string",
                "description": "Conteúdo da Campanha"
              },
              {
                "type": "string",
                "description": "Termo da Campanha"
              }
            ]
          },
          "description": "Dados enviados"
        }
      },
      "description": "Tracker a ser criado"
    }
  },
  "$schema": "http://json-schema.org/draft-04/schema#"
}
Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "protocol": "dd90a09d-7fda-4a54-abad-640ea0fdd4f5"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "protocol": {
      "type": "string",
      "description": "Identificador do evento gerado"
    }
  }
}

Generated by aglio on 17 Nov 2024