Skip to main content

Image By Card

info

This endpoint returns the card image URL for single credit card

HTTP REQUEST
GET /creditcard-card-image/{cardKey}
RESPONSE
[
{
"cardKey": "chase-hyatt",
"cardName": "World of Hyatt",
"cardImageUrl": "https://rewardsccapibs.blob.core.windows.net/dr98/1085844968.png"
}
]

Notes

  • For those cards that don't have an image a default image is used (only 5% of cards)
  • Image is hosted on our own server so there's no need to worry about 404's
  • The directory name will change periodically

Path Parameters

NAMETYPEDESCRIPTIONREQUIRED
cardKeystringunique Rewards CC key IDYes

Examples

Response Attributes

NAMETYPEDESCRIPTION
cardKeystringRewards Credit Card API unique card key
cardNamestringName of credit card
cardImageUrlstringImage URL

Data Source(s)

Bank websites