Referencia de API
Obtener suscripción de facturación actual
GET
/v1/billing/current/subscriptionAutorización
bearerAuth AutorizaciónBearer <token>
Token de acceso OAuth 2.0 emitido por Ecomiq Auth.
Ubicación: header
Cuerpo de la respuesta
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/billing/current/subscription"{ "currencyCode": "string", "currentPlan": "none", "subscription": null, "pendingPlanPurchase": null, "paymentMethod": null, "automaticCheckoutAvailable": true, "automaticCheckoutMessage": "string"}