createRedirectUrl()
Creates a new redirect URL for the instance.
Returns the created RedirectUrl object.
function createRedirectUrl(params: CreateRedirectUrlParams): Promise<RedirectUrl>const response = await clerkClient.redirectUrls.createRedirectUrl({
url: 'https://example.com',
})Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint POST/redirect_urls. See the BAPI reference for more information.
Feedback
Last updated on