Skip to main content
GET
/
portal
/
email
/
cards
List saved cards
curl --request GET \
  --url https://api.useduro.com/portal/email/cards \
  --header 'x-portal-session: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "brand": "<string>",
      "last4": "<string>",
      "expMonth": 123,
      "expYear": 123,
      "isDefault": true
    }
  ]
}

Authorizations

x-portal-session
string
header
required

The session token returned by /portal/email/verify.

Response

200 - application/json

OK

items
object[]