List Clerk billing prices
List billing prices in a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/billing/priceshttps://api.vee3.io/v1/clerk/billing/prices
List billing prices in a connected Clerk application.
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.list_billing_pricesParameters5 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
paginatedbooleanOptionalWhether to return paginated results with total_count.
limitintegerOptionalMaximum number of billing prices to return (1–500).
Default: 10 · min 1, max 500
offsetintegerOptionalNumber of billing prices to skip before returning results.
Default: 0 · min 0
plan_idstringOptionalFilter by billing plan id.
Response10 fields
billing_pricesarrayitems8 fieldsBilling prices in the connected Clerk application.
billing_pricesarrayitemsidstringClerk billing price id.
plan_idstringBilling plan id this price belongs to.
currencystringISO currency code (for example usd).
amountintegerPrice amount in cents.
annual_monthly_amountintegerEquivalent monthly amount in cents when billed annually.
descriptionstringPrice description.
is_defaultbooleanWhether this is the default price for the plan.
created_atintegerUnix timestamp in milliseconds when the price was created.
total_countintegerTotal number of billing prices matching the query.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required