GET
/
v1
/
card
/
{cardId}
/
show
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/show \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "cardNumber": "4144775919823738",
  "cvv": "606",
  "expiryMonth": "11",
  "expiryYear": "2026",
  "id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

sd-show-token
string
Example:

"{{showToken}}"

Path Parameters

cardId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Show a Card
cardNumber
string
Example:

"4144775919823738"

cvv
string
Example:

"606"

expiryMonth
string
Example:

"11"

expiryYear
string
Example:

"2026"

id
string
Example:

"crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"