getAllowlistIdentifierList()
Gets the list of allowlist identifiers 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 AllowlistIdentifier objects and a totalCount property containing the total number of allowlist identifiers for the instance.
function getAllowlistIdentifierList(params: ClerkPaginationRequest): Promise<PaginatedResourceResponse<AllowlistIdentifier[]>>const response = await clerkClient.allowlistIdentifiers.getAllowlistIdentifierList()Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint GET/allowlist-identifiers. See the BAPI reference for more information.
Feedback
Last updated on