getRedirectUrlList()
Gets a list of whitelisted redirect URLs for the instance. By default, the list is returned in descending order by creation date (newest first).
Returns a PaginatedResourceResponse object with a data property containing an array of RedirectUrl objects and a totalCount property containing the total number of redirect URLs.
function getRedirectUrlList(): Promise<PaginatedResourceResponse<RedirectUrl[]>>const response = await clerkClient.redirectUrls.getRedirectUrlList()Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint GET/redirect_urls/{id}. See the BAPI reference for more information.
Feedback
Last updated on