Skip to main content
POST
Update card email address

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
cardAccountId
string<uuid>
required

Card account ID of the card

cardId
string<uuid>
required

Card ID of the card

email
string
required

The new email address of the card

Example:

"john.doe@example.com"

Response

200 - application/json

OK

cardAccountId
string<uuid>

Card account ID of the card

cardId
string<uuid>

Card ID of the card

email
string

The new email address of the card

Example:

"john.doe@example.com"