Skip to main content
GET
List your processor keys

List Processor Keys

Every processor key registered for your account, ordered defaults first and then oldest first. The response never contains a key — only key_last4, so you can tell them apart. This always returns 200. An account with no keys yet gets an empty connections list and both payment types in missing_default_rails.

Check your default coverage

missing_default_rails lists the payment types — ach, card — with no default key. Borrowers enrolled without a merchant_ref are skipped on those types until you add or promote a default. A both key covers both types, so the list is empty when you have one.

Response Fields

Authorizations

Authorization
string
header
required

Authentication to the API is performed via Bearer Token Authentication. Provide your API key as the bearer token in the Authorization header.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

Response

Your keys and default-key coverage.

connections
object[]

Your keys — defaults first, then oldest first.

missing_default_rails
enum<string>[]

Payment types with no default key. Borrowers enrolled without a merchant_ref are skipped on these until you add or promote one. Empty when every type is covered — a both key covers both.

Available options:
card,
ach
ingested
integer

Payments Rightfoot has read from your processor through your keys.

matched
integer

Of those, the number matched to a borrower you enrolled.

last_poll_at
string<date-time> | null

The most recent read across all your keys. null until the first read.