1. Registrar cuenta
2. Verificar teléfono
apiKey — no se muestra de nuevo.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
De cuenta vacía a usuario verificado, plan suscrito y primer mensaje — sin abrir el panel.
curl -X POST https://api.notifique.dev/v1/platform/register \
-H "Content-Type: application/json" \
-d '{
"email": "dev@empresa.com",
"password": "SenhaSegura123!",
"name": "Maria Dev",
"phone": "5511999999999",
"onboardingSurvey": {
"rolePersona": "developer",
"primaryGoal": "api",
"plannedChannels": ["whatsapp", "email", "sms"]
}
}'
curl -X POST https://api.notifique.dev/v1/platform/verify \
-H "Content-Type: application/json" \
-d '{
"verificationToken": "<token del paso 1>",
"code": "123456"
}'
apiKey — no se muestra de nuevo.
curl -X POST https://api.notifique.dev/v1/email/messages \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{ "to": ["cliente@email.com"], "subject": "Hola", "text": "Teste" }'
¿Esta página le ayudó?
