Skip to main content
POST
/
webhook
/
aniversariantes
Consulta aniversariantes
curl --request POST \
  --url https://io.clinicaderesultado.com.br/webhook/aniversariantes \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "data": "2026-03-26",
  "clinica": "34"
}
'
"<unknown>"

Authorizations

x-api-key
string
header
required

Chave de API fornecida pelo time CRIS para integrações IO. Não coloque valores reais em repositórios públicos.

Body

application/json
data
string<date>
required

Data de referência (YYYY-MM-DD).

clinica
string
required

ID da clínica (unidade).

Response

200 - application/json

Resposta JSON (estrutura conforme implementação IO).

Resposta JSON do CRIS (estrutura variável por endpoint).