List Clerk redirect URLs
List allowed redirect URLs for a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/redirect-urlshttps://api.vee3.io/v1/clerk/redirect-urls
List allowed redirect URLs for a connected Clerk instance.
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_redirect_urlsParameters3 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
limitintegerOptionalMaximum number of redirect URLs to return (1–500).
Default: 10 · min 1, max 500
offsetintegerOptionalNumber of redirect URLs to skip before returning results.
Default: 0 · min 0
Response7 fields
redirect_urlsarrayitems5 fieldsAllowed redirect URLs returned for the requested page.
redirect_urlsarrayitemsobjectstringClerk object type for the redirect URL.
idstringClerk redirect URL id.
urlstringAllowed redirect URL value.
created_atintegerUnix timestamp in milliseconds when the redirect URL was created.
updated_atintegerUnix timestamp in milliseconds when the redirect URL was last updated.
total_countintegerTotal number of redirect URLs.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required