Fabriciojf.com API Wiki
  • FAQ
    • APIs
      • FAQs Favoritos
        • Integrações Disponíveis
        • Click 2 Calls DNK
        • Pesquisa de Clientes DNK

        Endpoint Pesquisa de Clientes DNK


        • Pesquisa de Clientes DNK 

        • GET 

        • http://{HOST:PORT}/v1/api/client/{CLIENT_KEY} 

        • Basic Authentication 

        • Pesquisa de cliente por clientKey 

        Json Schema (https://json-schema.org/)

        Objeto Client
        {
            "title": "Client",
            "type": "object",
            "properties": {
                "id": {
                    "type": "long",
                    "minimum": 0
                },
                "name": {
                    "type": "string"
                },
                "created": {
                    "type": "timestamp"
                },
                "clientkey": {
                    "type": "string",
                    "uniqueItems": true
                },
                "ipasterisk": {
                    "type": "string",
                    "description": "Uso interno telefonia portanto não precisa ser 
                                    informado, a equipe de implantação irá definir"
                },
                "active": {
                    "type": "boolean",
                    "description": "Valores true ou false"
                }
            },
            "required": ["id", "clientkey", "name"]
        } 

        Request / Response

        • {
              "id": 1,
              "created": "2021-02-26T03:00:00.000+0000",
              "active": true,
              "name": "DNK",
              "clientkey": "123",
              "ipasterisk": "172.17.0.3"
          } 
        • {
              "timestamp": "2021-03-08T14:27:43.369+0000",
              "status": 400,
              "error": "Bad Request",
              "message": "",
              "path": "/0.1b/api/client/123"
          } 
        • GET: https://api.dnk.com.br/v1/api/client/1r23sw 

        Outros Endpoints

      • Atualização de Clientes
      • Cadastro de Clientes DNK
      • Listar todos os Clientes DNK
      • Pesquisa de Clientes DNK
      • Deleção de Clientes DNK
      • Click 2 Calls DNK
      • Mais Endpoints ...
        • FAQ
          • APIs
            • FAQs Favoritos

              © Copyright 2026 Fabriciojf.com  Criado por FábioCostaMKT   Pastes   Administração