Skip to main content
Returns the authenticated customer’s profile, current plan, monthly usage, and quota limits.

Request

string
required
Bearer token with your API key (e.g. Bearer rk_free_abc123...)

Response

string
Your Stripe customer ID.
string
Email associated with your account.
string
Current plan: free or pro.
string
Account status: active, past_due, or canceled.
string
Display-safe prefix of your API key (e.g. rk_free_...).
object
Monthly usage counts by tier.
object
Monthly quota limits for your plan.
string
ISO date when usage counters reset (first of next month).