Skip to main content
POST
Force-refresh subscription data from Stripe
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /billing/refresh Clears the subscription cache and force-syncs from Stripe, bypassing all caching. Use when stale local data is suspected. Authorization:
  • Required role: owner only

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Subscription refreshed

status
string
Example:

"success"

message
string
data
object