Skip to main content
GET
Get last subscription sync status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /billing/sync-status Reports whether the most recent Stripe sync (performed by upstream subscriptionMiddleware) succeeded, plus cache age and the tenant’s stripeCustomerId. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Sync status retrieved

status
string
Example:

"success"

data
object