Skip to main content
GET
Get Card

Authorizations

Authorization
string
header
required

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

Path Parameters

card_id
string<uuid>
required

The unique identifier of a card

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

Card details

A card that can spend against a credit account

card_details
Physical Card · object
required

A card that can spend against a credit account

tenant
string
required

The id of the tenant containing the resource.

Example:

"abcdef_ghijkl"

type
enum<string>
required

The type of the card program and BIN

Available options:
CREDIT,
DEBIT,
PREPAID
vendor_data
object