https://https://gigstack-cfdi-bjekv7t4.uc.gateway.dev/v1
Production: https://api.gigstack.io/v2
Staging: https://api.gigstack.io/v2 (usar API key de test)
Authorization
.
// Algunas respuestas devolvían el objeto directamente
{
"id": "client_123",
"name": "Juan Pérez"
}
// Otras envolvían en diferentes estructuras
{
"success": true,
"result": { ... }
}
{
"message": "Description of action",
"data": {
"id": "client_123",
"name": "Juan Pérez",
"rfc": "XAXX010101000"
}
}
{
"message": "Items retrieved successfully",
"data": [
{ "id": "client_1", "name": "Cliente 1" },
{ "id": "client_2", "name": "Cliente 2" }
],
"next": "cursor_for_next_page",
"has_more": true,
"total_results": 150
}
{
"message": "Error description",
"error": "Specific error details"
}
data
:
Recurso | v1 Endpoint | v2 Endpoint | Cambios |
---|---|---|---|
Clientes | /clients | /clients | ✅ Sin cambios en ruta |
Servicios | /products | /services | ⚠️ Renombrado |
Facturas | /invoices | /invoices | ✅ Mejorado con CFDI 4.0 |
Pagos | /payments | /payments | ✅ Refactorizado |
Equipos | ❌ No disponible | /teams | 🆕 Nuevo |
Usuarios | ❌ No disponible | /users | 🆕 Nuevo |
products
se renombró a services
para reflejar mejor el contexto mexicano de facturación.
team
:
{
"message": "Client created successfully",
"data": {
"id": "client_123",
"rfc": "XAXX010101000",
"efos_status": "valid",
"efos_checked_at": "2025-10-02T10:30:00Z"
}
}
{
"event": "invoice.stamped",
"timestamp": "2025-10-02T10:30:00Z",
"data": {
"invoice_id": "inv_123",
"uuid": "12345678-1234-1234-1234-123456789012",
"status": "stamped",
"pdf_url": "https://...",
"xml_url": "https://..."
}
}
https://api.gigstack.io/v2
https://api.gigstack.io/v2
Authorization: Bearer
.data
/products
a /services