Skip to main content

findUnclaimedAccount

Returns an unclaimed account for the given dateOfBirth and SSN.

If no unclaimed account exists, return a 404. If data is malformed, return a 400.

This endpoint is ratelimited so that bad actors cannot use this to search for unclaimed accounts on FirstDollar.

findUnclaimedAccount(
input: FindUnclaimedAccountInput!
): UnclaimedAccountData!

Arguments

findUnclaimedAccount.input ● FindUnclaimedAccountInput! non-null input

Type

UnclaimedAccountData object

Response wrapper describing a successful request to find an unclaimed account.