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"
}
Show a Card
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"
}
"{{sd-api-key}}"
"{{sd-person-id}}"
"{{showToken}}"
The body is of type any
.
Show a Card
The response is of type object
.