Glau-B

Enterprise APIEnterprise API

Integra Glau-B con tu Stack Integrate Glau-B with Your Stack

API REST completa, webhooks, OAuth 2.0 y acceso a todas las entidades de la plataforma. Conecta tu ERP, CRM o sistemas propios.Complete REST API, webhooks, OAuth 2.0 and access to all platform entities. Connect your ERP, CRM or custom systems.

example.sh
# Calcular nomina de profesorCalculate teacher payroll
curl -X POST https://api.glaub.io/hr/payrolls/calculate \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "teacherId": "uuid-1234",
    "period": "2026-03"
  }'

# Response (201 Created)
{
  "success": true,
  "data": {
    "grossPay": 3046.00,
    "netPay": 2300.34,
    "irpfAmount": 548.28
  }
}
api

REST + JSONREST + JSON

API moderna con convenciones REST estandar.Modern API with standard REST conventions.

webhook

WebhooksWebhooks

Notificaciones en tiempo real de eventos clave.Real-time notifications for key events.

key

OAuth 2.0OAuth 2.0

Autenticacion segura con scopes granulares.Secure authentication with granular scopes.

speed

Rate limitingRate limiting

10.000 req/h en Enterprise, headers estandar.10,000 req/h on Enterprise, standard headers.

Endpoints DisponiblesAvailable Endpoints

Una muestra de los endpoints mas usados. Documentacion completa en /docs/api.A sample of the most used endpoints. Full docs at /docs/api.

GET /api/academic/courses Listar cursos del centroList center courses
POST /api/academic/enrollments Matricular alumnoEnroll student
GET /api/hr/contracts Listar contratos laboralesList employment contracts
POST /api/hr/payrolls/calculate Calcular nomina automaticaCalculate payroll automatically
GET /api/compliance/audit-logs Consultar audit log RGPDQuery GDPR audit log
POST /api/communications/bulletins Enviar circularSend bulletin

Listo para transformar tu institucion?Ready to transform your institution?

Unete a la vanguardia educativa y potencia el talento de tus alumnos hoy mismo con Glau-B.Join the educational frontier and empower your students' talent today with Glau-B.