Create Clerk redirect URL

Add an allowed redirect URL to a connected Clerk instance.

← All Clerk endpoints · Capability overview

POST/v1/clerk/redirect-urls

https://api.vee3.io/v1/clerk/redirect-urls

10 tokens

Add an allowed redirect URL to 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.create_redirect_url
Parameters2 fields
clerk_instance_idstringOptional

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

urlstringRequired

Redirect URL to allow for sign-in and sign-up flows.

Response6 fields
redirect_urlobject
5 fields

Created Clerk redirect URL from the Backend API.

objectstring

Clerk object type for the redirect URL.

idstring

Clerk redirect URL id.

urlstring

Allowed redirect URL value.

created_atinteger

Unix timestamp in milliseconds when the redirect URL was created.

updated_atinteger

Unix timestamp in milliseconds when the redirect URL was last updated.

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