DocumentacionEntornos
Entornos
URL de API, claves mc_live/mc_test y staging.
URLs base
| Entorno | API | Dashboard |
|---|---|---|
| Produccion | https://api.mailingcore.com | https://app.mailingcore.com |
| Local | http://localhost:3010 | http://localhost:5173 |
| Staging | VPS Testing-A (interno) | Mismo build, datos staging |
OpenAPI: https://api.mailingcore.com/docs · JSON: /docs-json.
Prefijos de API key
| Prefijo | Uso |
|---|---|
mc_live_ | Produccion — cuenta en cuota, entrega via SES |
mc_test_ | Sandbox — seguro para CI y pruebas |
Cabeceras
| Cabecera | Cuando |
|---|---|
Authorization: Bearer <key o JWT> | Siempre |
X-Tenant-Id | JWT dashboard; opcional con API key |
Ver Autenticacion y Multi-tenant.