1. Pacientes
CRM
  • tarefas
    • Tarefas
      GET
    • Tarefas
      POST
    • Tarefas
      PUT
    • Tarefas
      DELETE
  • leads
    • Leads
      GET
    • Lead
      GET
    • Criar Lead
      POST
    • Editar Lead
      PUT
    • Delete Lead
      DELETE
  • Pacientes
    • Pacientes
      GET
    • Paciente
      GET
    • Criar Paciente
      POST
    • Editar paciente
      PUT
    • Delete Paciente
      DELETE
    • aniversariantes por mes
      GET
    • Aniversariantes do mês
      GET
    • Aniversarianetes hoje
      GET
  • FInanceiro
    • Financeiros
      GET
    • Financeiro
      GET
    • Lançar financeiro
      POST
    • Editar lançamento
      PUT
    • Delete Lançamento
      DELETE
  • Agenda
    • Eventos
      GET
    • Evento
      GET
    • Criar evento
      POST
    • Editar evento
      PUT
    • Delete evento
      DELETE
  • Serviços
    • Serviços
    • Serviço
    • Criar Serviço
    • Editar Serviço
    • Delete Serviço
  • dashboard
    • Dashboard
  • Eventos Gerais
  • status-api
    GET
  • Esquemas
    • Tarefas
    • Lead
    • Pacientes
    • Finance
    • eventos
    • servicos
    • dashboard
  1. Pacientes

Pacientes

Em desenvolvimento
GET
/pacientes

Requisição

Authorization
Adicionar parâmetro em header
X-API-Key
Exemplo:
X-API-Key: ********************

Respostas

🟢200Sucesso
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api-crm.kybris.com/pacientes' \
--header 'X-API-Key: <api-key>'
Response Response Example
{
    "data": [
        {
            "id": "0e65b900-36ef-4b92-b2f1-8840372d03db",
            "pacienteNumber": "PACI-22",
            "fullName": "Karyn Noel",
            "description": "",
            "email": "magnis@protonmail.com",
            "phone": "1-818-464-2694",
            "nascimento": "1999-05-16T00:00:00.000Z",
            "cpfcnpj": "",
            "sexo": "X",
            "endereco": "",
            "cep": "",
            "bairro": "",
            "cidade": "",
            "estado": "AC",
            "latitude": "",
            "longitude": "",
            "facebook": "",
            "instagram": "",
            "linkedin": "",
            "twitter": "",
            "tiktok": "",
            "website": "",
            "value": 1681,
            "source": "Google",
            "status": "ativo",
            "estadocivilid": "solteiro",
            "qtdfilhos": 0,
            "profissaoid": "",
            "religiaoid": "",
            "leadid": "7214c3c4-3e24-47b1-bd56-42902a766e68",
            "avatarUrl": "",
            "terapia": "S",
            "createdAt": "2026-05-16T17:23:57.125Z",
            "updatedAt": "2026-05-16T17:39:08.535Z",
            "deletedAt": null,
            "userId": "234",
            "orgId": "444"
        }
    ]
}
Modificado em 2026-05-22 02:23:17
Página anterior
Delete Lead
Próxima página
Paciente
Built with