List Clerk billing prices

List billing prices in a connected Clerk application.

← All Clerk endpoints · Capability overview

GET/v1/clerk/billing/prices

https://api.vee3.io/v1/clerk/billing/prices

5 tokens

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_prices
Parameters5 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

paginatedbooleanOptional

Whether to return paginated results with total_count.

limitintegerOptional

Maximum number of billing prices to return (1–500).

Default: 10 · min 1, max 500

offsetintegerOptional

Number of billing prices to skip before returning results.

Default: 0 · min 0

plan_idstringOptional

Filter by billing plan id.

Response10 fields
billing_pricesarrayitems
8 fields

Billing prices in the connected Clerk application.

idstring

Clerk billing price id.

plan_idstring

Billing plan id this price belongs to.

currencystring

ISO currency code (for example usd).

amountinteger

Price amount in cents.

annual_monthly_amountinteger

Equivalent monthly amount in cents when billed annually.

descriptionstring

Price description.

is_defaultboolean

Whether this is the default price for the plan.

created_atinteger

Unix timestamp in milliseconds when the price was created.

total_countinteger

Total number of billing prices matching the query.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required