Skip to main content
GET
Get card PIN
Requires Authorization: Bearer <user-access-token> — the token from Verify login code.
Returns the PIN for the primary card. If the card is locked, the PIN is not returned.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Card PIN returned successfully.

pin
string
required

The card PIN.

Example:

"1234"

cardId
string<uuid>

Rain card id the PIN was resolved for.

last4
string
Example:

"8567"