Get a list of individual or business account holdersAsk AIget https://sandbox.lithic.com/v1/account_holdersGet a list of individual or business account holders and their KYC or KYB evaluation status.Query Paramsexternal_iduuidIf applicable, represents the external_id associated with the account_holder.limitintegerThe number of account_holders to limit the response to.first_namestring(Individual Account Holders only) The first name of the account holder. The query is case insensitive and supports partial matches.last_namestring(Individual Account Holders only) The last name of the account holder. The query is case insensitive and supports partial matches.legal_business_namestring(Business Account Holders only) The legal business name of the account holder. The query is case insensitive and supports partial matches.phone_numberstringPhone number of the account holder. The query must be an exact match.emailstringEmail address of the account holder. The query must be an exact match, case insensitive.ending_beforestringA cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.starting_afterstringA cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.begindate-timeDate string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.enddate-timeDate string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.Responses 200OK 401User has not been authenticatedInvalid or missing API keyAPI key is not activeThe API key used is no longer activeCould not find API keyThe API key provided is not associated with any userPlease provide API key in Authorization headerThe Authorization header is not in the requestPlease provide API key in the form Authorization: [api-key]The Authorization header is not formatted properlyInsufficient privileges. Issuing API key requiredWrite access requires an Issuing API key. Reach out at lithic.com/contactInsufficient privileges to create virtual cards.Creating virtual cards requires an additional privilege 429Client has exceeded the number of allowed requests in a given time period. Rate limited, too many requests per secondUser has exceeded their per second rate limitRate limited, reached daily limitUser has exceeded their daily rate limitRate limited, too many keys triedOne IP has queried too many different API keysUpdated 9 months ago