Get Clerk user billing subscription
Retrieve the billing subscription for a Clerk user.
← All Clerk endpoints · Capability overview
/v1/clerk/users/{user_id}/billing/subscriptionhttps://api.vee3.io/v1/clerk/users/{user_id}/billing/subscription
Retrieve the billing subscription for a Clerk user.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.get_user_billing_subscriptionParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
user_idstringRequiredClerk user id (user_...) to retrieve or modify.
Response21 fields
subscriptionobject20 fieldsUser billing subscription summary.
subscriptionobjectidstringClerk billing subscription id.
statusstringSubscription status.
payer_idstringPayer id (user_... or org_...) for the subscription.
instance_idstringClerk instance id for the subscription.
active_atintegerUnix timestamp in milliseconds when the subscription became active.
past_due_atintegerUnix timestamp in milliseconds when the subscription became past due.
created_atintegerUnix timestamp in milliseconds when the subscription was created.
updated_atintegerUnix timestamp in milliseconds when the subscription was last updated.
subscription_itemsarrayitems11 fieldsSubscription items on this subscription.
subscription_itemsarrayitemsidstringClerk billing subscription item id.
statusstringSubscription item status.
plan_idstringBilling plan id for the subscription item.
price_idstringBilling price id for the subscription item.
payer_idstringPayer id (user_... or org_...) for the subscription item.
is_free_trialbooleanWhether the subscription item is in a free trial.
period_startintegerUnix timestamp in milliseconds when the current billing period started.
period_endintegerUnix timestamp in milliseconds when the current billing period ends.
canceled_atintegerUnix timestamp in milliseconds when cancellation was requested.
ended_atintegerUnix timestamp in milliseconds when the subscription item ended.
past_due_atintegerUnix timestamp in milliseconds when the subscription item became past due.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required